Quick Examples

NOTE: Please note that in order to test the API Call from the examples, you would need to add your token after “token=” in the API call.

Get new documents added to EMIS database, based on certain search criteria

Use case: You are interested by the publications of “Business Std” for India. The last document you have is with document ID = 647243723, but you want to get all the latest documents. To extract the newest documents added to EMIS database use the Search/query functionality:

API Call:
https://api.emis.com/news//Search/query/?countries=IN&languages=en&publications=BUSINESS_STD&order=newest&startDocumentId=647243723&token=
Test_Example Interactive_Doc Use_Params

image

Download a document in non-html (in binary) format

Use case: You are interested by the publications of “CARE - Press Release” in PDF format which are duplicated after particular file you already have. To download specific PDF document follow the steps below:

  1. Find the document you are interested in by using Search/query functionality. The document ID is 647312094. API Call:
    https://api.emis.com/news//Search/query/?countries=IN&languages=en&formats=2&publications=CARE_PRESS&token=
    Test_Example Interactive_Doc Use_Params
    image
  2. Find the document you are interested in by using Search/query functionality. The document ID is 647312094.
    image
  3. Download the PDF document by using Search/getFile functionality and the key from the previous step. API Call:
    https://api.emis.com/news//Search/getFile/?key=%2F4902%2Fbinary%2F647312094_000.pdf&token=
    Test_Example Interactive_Doc Use_Params
    image

Check for news and reports for a particular company

Use case:: You are interested by the Indian “Hermes Distillery Private Limited” company and you want to get all related documents. To extract the documents for this company following the steps below:

  1. Get the company ID in order to filer the documents. Company ID can be retrieved by EMIS Company API. The company ID for “Hermes Distillery Private Limited” is 5880079.
  2. Get the documents related to “Hermes Distillery Private Limited” company by using Search/query functionality. API Call:
    https://api.emis.com/news//Search/query/?countries=IN&languages=en&companies=5880079&token=
    Test_Example Interactive_Doc Use_Params
    image