Skip to main content
GET
/
v1
/
export
/
dcf-inputs
/
{cik}
Export DCF model inputs to Excel
curl --request GET \
  --url https://api.ivory.finance/v1/export/dcf-inputs/{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

Response

Successful Response