API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETSNI codes
- GETEmployee contributions
- GETPayrolls
- GETShare register
- GETShare capital
- GETShare class
- GETShare issue
- GETBonus issue
- GETAuthorizations
- GETRegistration
- GETHyperlinks
- GETNames
- GETPhonenumbers
- GETPurposes
- GETEmail
- GETSignatories
- GETTrademarks
- GETRegistered offices
- GETStatus
- GETDomains
- GETBusiness mortgages
Watchlists
Companies
Financial reports
Retrives all or specific financial report report for period. If no language code is specificed English is assumed.
GET
/
datasets
/
companies
/
{companyId}
/
financial-reports
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/financial-reports \
--header 'x-api-key: <api-key>'
{
"resultSheets": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
],
"balanceSheets": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
],
"footnotes": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
],
"keyMetrics": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
],
"additionalInformation": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
]
}
Details
This will return all financial reports available or an specific annual reports based on the query.
Authorizations
Path Parameters
The company id
Query Parameters
The language code of the annual report
Supply if you want to receive only a specific period as entered as YYYYMM
Response
200
application/json
OK
Available options:
green
, yellow
, red
Available options:
green
, yellow
, red
Available options:
green
, yellow
, red
Available options:
green
, yellow
, red
Available options:
green
, yellow
, red
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/financial-reports \
--header 'x-api-key: <api-key>'
{
"resultSheets": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
],
"balanceSheets": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
],
"footnotes": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
],
"keyMetrics": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
],
"additionalInformation": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": "<any>",
"notes": "<string>",
"highlight": "green"
}
]
}