cURL
curl --request GET \ --url https://api.linqalpha.com/v1/map_tickers \ --header 'X-API-KEY: <api-key>'
{ "error": null, "payload": [ { "raw_ticker": "AAPL", "stock_id": "BBG001S5N8V8" }, { "raw_ticker": "GOOGL", "stock_id": "BBG009S39JY5" }, { "raw_ticker": "MSFT", "stock_id": "BBG001S5TD05" }, { "raw_ticker": "AMZN", "stock_id": "BBG001S5PQL7" }, { "raw_ticker": "TSLA", "stock_id": "BBG001SQKGD7" }, { "raw_ticker": "NVDA", "stock_id": "BBG001S5TZJ6" }, { "raw_ticker": "META", "stock_id": "BBG001SQCQC5" } ] }
Accepts a list of ticker strings via query parameters and returns their corresponding stock IDs (BBG IDs).
One or more ticker symbols to map. Can be repeated multiple times, e.g., tickers=AAPL&tickers=GOOG.
tickers=AAPL&tickers=GOOG
Mapping results of tickers to stock IDs
Show child attributes
Was this page helpful?