Company
Company information and metadata
Search for companies by name or ticker symbol. Returns a list of companies matching the search query. A maximum of 10 results will be returned. The most relevant results are returned first.
Pricing (depending on the response received):
200 : 1
Other responses (40x, 50x): Free of charge
JWT bearer token used for authentication.
Test token (no charges apply; responses contain mock data):
Bearer sk_test_tracenable
Search query for company name or ticker symbol
AppleList of companies matching the search query
Bad Request
Unauthorized
Insufficient credits
Subscription required - the user does not have an active subscription.
Internal Server Error
GET /api/v1/companies/search?query=Apple HTTP/1.1
Host: tracenable.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"company_name": "Apple Inc.",
"ticker": "AAPL",
"mic_code": "XNYS",
"country": "United States"
}
]Retrieve a list of all available companies.
Pricing (depending on the response received):
200 : 100
Other responses (40x, 50x): Free of charge
JWT bearer token used for authentication.
Test token (no charges apply; responses contain mock data):
Bearer sk_test_tracenable
List of available companies
Bad Request
Unauthorized
Insufficient credits
Subscription required - the user does not have an active subscription.
Internal Server Error
GET /api/v1/companies/list HTTP/1.1
Host: tracenable.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"company_name": "Apple Inc.",
"ticker": "AAPL",
"mic_code": "XNYS",
"country": "United States"
}
]Last updated
Was this helpful?

