Skip to main content
GET
/
companies
/
{id}
/
financials
Get full annual-report financials
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"
    }
  ]
}
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
integer<int32>
required

Internal company ID

Response

Annual-report financials for all periods

incomeStatement
null | object[]
balanceSheets
null | object[]
footnotes
null | object[]
keyMetrics
null | object[]
additionalInformation
null | object[]