Skip to main content
GET
/
v1
/
companies
/
{company_id}
/
sectors
DCSC sector relevance scores for a company
curl --request GET \
  --url https://api.ivory.finance/v1/companies/{company_id}/sectors \
  --header 'X-API-Key: <api-key>'
{
  "company_id": "<string>",
  "sectors": [
    {
      "sector_id": 123,
      "level_1": "<string>",
      "level_2": "<string>",
      "level_3": "<string>",
      "level_4": "<string>",
      "score": 123
    }
  ],
  "cik": "<string>",
  "ticker": "<string>",
  "computed_at": null,
  "method": "<string>"
}

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.

The company_id accepts TICKER:EXCHANGE (e.g. AAPL:NASDAQ), CC:external_id (e.g. GB:00445790), UUID, bare CIK, or bare external ID. See Get Company for the full format reference.

Authorizations

X-API-Key
string
header
required

Path Parameters

company_id
string
required

Response

Successful Response

company_id
string
required
sectors
SectorScore · object[]
required
cik
string | null
ticker
string | null
computed_at
unknown
method
string | null