Skip to main content
GET
/
v1
/
export
/
financials
/
{cik}
Export financial statements to Excel (3 tabs)
curl --request GET \
  --url https://api.ivory.finance/v1/export/financials/{cik} \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

cik
string
required

Query Parameters

period
string | null
default:FY

FY for annual, Q1–Q4 for quarterly

limit
integer
default:8
Required range: 1 <= x <= 20

Response

Successful Response