GET /companies/{id}/statements/{standard_id}

Statements search by company and standard

This method returns list of statements that belong to the given company ID and filtered by the given standard ID

Path Parameters

Name Description Type Required Default
id The ID of the company Integer
standard_id The ID of the standard String

Query Parameters

Name Description Type Required Default
order Sort order String
statement_type The type of the statement String
currency The currency code String
year The year of the statement Integer
period The period of the statement Array
is_audited Audited status (Y/N) Boolean
is_consolidated Consolidation status Boolean
updated[from] Last Update date (from) String
updated[to] Last Update date (to) String
only_with_primary_financials Shows all available financial statements for a reporting period or filters the one from the highest ranked financial standard, resulting in only one financial statement per period, year and consolidation status. EMIS' team manages the ranking of financial standards, shown in the metadata, assuring selection of the best financial template for a given country and type of company. Boolean true
limit The max number of the items to retrieve Integer
offset The number of the starting item Integer
cursor The ID of the item under which the cursor is String
format Response format - json/xml String
token Token String

Responses

Status Code Description Type
200 The list of the statements data CompanyStatementResponse
400 Incorrect input parameters ErrorResponse
401 Authorization error ErrorResponse
403 Incorrect user permissions ErrorResponse
404 Requested entity not found ErrorResponse
429 Too many requests were sent or limit exceeded ErrorResponse
500 Internal Server Error ErrorResponse
API Query Builder
Query
Query Result