curl --request GET \
--url https://lens-api.tic.io/companies/{id}/financials \
--header 'x-api-key: <api-key>'{
"incomeStatement": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
],
"balanceSheets": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
],
"footnotes": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
],
"keyMetrics": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
],
"additionalInformation": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
]
}Returns all annual-report financial tables (income statement, balance sheet, cash flow, supplementary tables) for every period on record. Labels are localised from the caller’s user locale — Swedish (“sv”) by default; otherwise English.
curl --request GET \
--url https://lens-api.tic.io/companies/{id}/financials \
--header 'x-api-key: <api-key>'{
"incomeStatement": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
],
"balanceSheets": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
],
"footnotes": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
],
"keyMetrics": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
],
"additionalInformation": [
{
"row": 123,
"column": 123,
"order": 123,
"localizedFieldName": "<string>",
"enFieldName": "<string>",
"displayFormat": "<string>",
"type": "<string>",
"value": null,
"notes": "<string>",
"highlight": "green"
}
]
}Internal company ID
Annual-report financials for all periods