快速示例

注:请注意,为了测试示例中的API调用,需要在API调用中将令牌添加到“token=”后。

获取宏观经济数据集的详细信息

用例: 用户对保加利亚公司“ABB Bulgaria EOOD”采购商很感兴趣。要提取完整的公司概况,请执行以下步骤:

  1. 使用 Search/queryCompany 功能查找公司EMIS id(isic)。公司isic是1403005。 API调用:
    https://api.emis.com/company//Search/queryCompany/?filter[]=country:BG&filter[]=name:%22ABB%20Bulgaria%20EOOD%22&token=
    Test_Example Interactive_Doc Use_Params
    image
  2. 使用 Companies/getFullCompany 功能获取公司的完整概况。 API调用:
    https://api.emis.com/company//Companies/getFullCompany/?isic=1403005&token=
    Test_Example Interactive_Doc Use_Params
    image

获取过去一年财务收入高于5,000万美元的公司列表

用例: 用户感兴趣的是,在过去的一年中,波兰有哪些公司的营业收入总额超过5,000万美元。要获取公司列表,请使用 Search/queryStatement 功能:

API调用:
https://api.emis.com/company//Search/queryStatement/?filter[]=country:PL&filter[]=year:LY&accountFilter[]=TR%3E50000000&token=
Test_Example Interactive_Doc Use_Params

image

按一定条件搜索公司

用例: 用户对哥伦比亚人持有的巴西公司很感兴趣。要获得更多公司的列表,请使用Search/queryCompany功能。

API调用:
https://api.emis.com/company//Search/queryCompany/?filter[]=country:BR&filter[]=owner_country:CO&extended=true&token=
Test_Example Interactive_Doc Use_Params

image

获得某指定公司某一年的财务报表

用例: 用户对匈牙利公司“Mol Magyar Olaj——es Gazipari NYRT”2016年的财务报表很感兴趣。请按照以下步骤获取公司2016年度财务报表:

  1. 使用 Search/queryCompany 功能查找公司EMIS id(isic)。公司isic是1441213。 API调用:
    https://api.emis.com/company//Search/queryCompany/?filter[]=country:HU&filter[]=name:Magyar&token=
    Test_Example Interactive_Doc Use_Params
    image
  2. 使用 Statements/getStatementByCode 功能查找公司2016年合并财务报表。 API调用:
    https://api.emis.com/company//Statements/getStatementByCode/?isic=1441213&year=2016&period=Y&consolidated=Y&token=
    Test_Example Interactive_Doc Use_Params
    image

根据预算收入获得更多公司列表

用例: 用户对收入超过5,000万美元的巴西公司很感兴趣,包括等额预算收入的公司。要获得更多公司的列表,请使用Search/queryCompany 功能。

API调用:
https://api.emis.com/company//Search/queryCompany/?filter[]=country:BR&filter[]=include_estimated_revenue:Y&filter[]=revenue%3E50000000&extended=true&token=
Test_Example Interactive_Doc Use_Params

image