Create a Feed

Our Data Feed solution offers the ability to schedule update of company profiles and/or financial statements on a periodic basis. The Feed can be set to run in one of the following frequencies:

1 per day, 1 per week, bi-weekly, monthly.

The Data feed requires a filter to be set up and uses the filter_id to check for updates over the selected data.

Once a feed is set up, we create a process to check the last update of each item within the filtered data and delivers only new changed or newly created data items since the previous feed run.

If there is no change for the period, the feed will not deliver any file.

The EMIS Company API Feed can be set up using the following steps:

  1. Using POST /companies/search/filters, a user defines the data required for the feed. The filter can be based on company IDs OR search criteria.
  2. Using POST /companies /feeds, the user creates a feed and setting up the feed parameters.

The feed can be set up to deliver both company profiles and financial statements, or one of the two. The feed has parameters to include localized information, change the currency output (USD, EUR or LOCAL) and select financial data output in local or global financial standards.

In order to check the details of each feed, customers can use GET /companies/feeds/{id}.

If you have any questions, do not hesitate to contact our API support team.