Retrieve a company
curl --request GET \
--url https://api.quartr.com/public/v3/companies/{id} \
--header 'x-api-key: <api-key>'{
"data": {
"country": "US",
"id": 4742,
"name": "Apple Inc.",
"updatedAt": "2021-09-15T15:00:00.000Z",
"createdAt": "2021-09-01T12:00:00.000Z",
"backlinkUrl": "https://example.com",
"displayName": "Apple",
"tickers": [
{
"ticker": "AAPL",
"exchange": "BASE"
},
{
"ticker": "AAPL",
"exchange": "NasdaqGS"
}
],
"isins": [
"US0378331005"
],
"cik": "0000320193",
"openfigi": [
"BBG001S5N8V8"
]
}
}Companies
Retrieve a company
GET
/
public
/
v3
/
companies
/
{id}
Retrieve a company
curl --request GET \
--url https://api.quartr.com/public/v3/companies/{id} \
--header 'x-api-key: <api-key>'{
"data": {
"country": "US",
"id": 4742,
"name": "Apple Inc.",
"updatedAt": "2021-09-15T15:00:00.000Z",
"createdAt": "2021-09-01T12:00:00.000Z",
"backlinkUrl": "https://example.com",
"displayName": "Apple",
"tickers": [
{
"ticker": "AAPL",
"exchange": "BASE"
},
{
"ticker": "AAPL",
"exchange": "NasdaqGS"
}
],
"isins": [
"US0378331005"
],
"cik": "0000320193",
"openfigi": [
"BBG001S5N8V8"
]
}
}Was this page helpful?
⌘I

