Skip to main content
POST
Look up companies by identifier

Authorizations

Authorization
string
header
required

Enter 'Bearer' followed by a space and then your JWT or API Key. Example: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... or Bearer YOUR_API_KEY_HERE

Body

application/json

Provide at least one of id, isin, or symbol. When you provide more than one, all must match.

id
string

Unique company (issuer) identifier.

Example:

"c3b1862e-0c7a-4a0d-b88e-4bc499892f00"

isin
string

International Securities Identification Number.

Example:

"US0378331005"

symbol
string

Ticker symbol.

Example:

"AAPL"

Response

The matching companies.

companies
object[]
required