Skip to main content
GET
/
v1
/
rag
/
companies
Company retrieval
curl --request GET \
  --url https://api.ivory.finance/v1/rag/companies \
  --header 'X-API-Key: <api-key>'
[
  {
    "cik": "<string>",
    "company_name": "<string>",
    "ticker": "<string>",
    "sector": "<string>",
    "industry": "<string>",
    "sic_industry": "<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.

Authorizations

X-API-Key
string
header
required

Query Parameters

q
string
required

Search query, e.g. 'Apple' or 'AAPL' or '0000320193'

Minimum string length: 1
limit
integer
default:20
Required range: 1 <= x <= 100

Response

Successful Response

cik
string
required
company_name
string | null
ticker
string | null
sector
string | null
industry
string | null
sic_industry
string | null