Skip to main content
POST
/
v1
/
export
/
comps
Export comparable company analysis to Excel
curl --request POST \
  --url https://api.ivory.finance/v1/export/comps \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "cik": "<string>",
  "min_similarity": 40,
  "limit": 10
}
'
{
  "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

Body

application/json
cik
string
required
min_similarity
integer
default:40
limit
integer
default:10

Response

Successful Response