Company Tickers Endpoint
The `/v0/company/tickers` endpoint allows you to retrieve a list of all available tickers for publicly traded companies in our database.
GET /v0/tickers
Retrieves a list of all available tickers. You can use this to make more efficient requests.
Parameters:
apikey
(required): Your API key for accessing this endpoint.
Make A Request
https://api.datajockey.io/v0/tickers?apikey=YOUR_KEYPlease fill the parameters above to build the URL. Parameters marked with a * are mandatory.
Example Response:
[
{ "cik": "320193", "ticker": "AAPL", "name": "Apple Inc." },
{ "cik": "789019", "ticker": "MSFT", "name": "Microsoft Corporation" },
{ "cik": "1067983", "ticker": "BRK-B", "name": "BERKSHIRE HATHAWAY INC" },
{ "cik": "200406", "ticker": "JNJ", "name": "Johnson & Johnson" },
{ "cik": "34088", "ticker": "XOM", "name": "Exxon Mobil Corporation" },
// additional tickers
]
Error Responses:
400 Bad Request
: The request was malformed or missing required parameters.401 Unauthorized
: The API key provided was invalid or missing.429 Too Many Requests
: The rate limit for this endpoint has been exceeded. Wait and try again later.
Beta and Rate Limiting:
Please note that this endpoint is still in beta, and the returned ticker data should be used for testing purposes only. Our API uses rate limiting to ensure fair usage. Rate limits are based on the user's account type. For the free plan, the rate limit is set to 5 requests per minute. If you exceed this limit, you will receive a `429 Too Many Requests` error. Please wait and try your request again later.
Further Assistance:
If you have any questions or need further assistance, please do not hesitate to contact us.