GET
/
api
/
v1
/
companies
/
{id}
Get company by ID
curl --request GET \
  --url https://rest-api.captide.co/api/v1/companies/{id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "tickers": [
    "<string>"
  ],
  "countries": [
    "<string>"
  ],
  "filesWithSec": true
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

Company information for the specified ID

Response model for single company retrieval.

id
string
required

Unique company ID

name
string
required

Company name

tickers
string[]
required

List of ticker symbols with exchange suffixes (e.g., 'ASML', 'ASML.AS')

countries
string[]
required

Company's country of domicile (ISO 3166-1 alpha-2)

filesWithSec
boolean
required

Whether the company files reports with the SEC