v1
latestOpenAPI 3.0.22026-08-06172357.6 KBCUSIP for Ticker Symbols
Retrieve ticker symbol and exchange CUSIP data by ticker symbol
get/cusipTickerSymbol/ticker/{tickerSymbol}
Path parameters
tickerSymbolstring required
Give a valid ticker symbol
Response
Successful retrieval of ticker symbol and exchange data.
Example response
{
"CusipTickerSymbolApiResponse": {
"header": {
"totalCount": 1,
"queryTime": 90,
"query": "/cusip/search?q=cusip:303075105",
"page": 1,
"pageSize": 1000
},
"cusipTickerRecords": [
{
"isin": "US3030751057",
"tickerSymbol": "FDS",
"exchangeName": "Mexican Stock Exchange",
"exchangeSymbol": "XMEX",
"primaryFlag": "0",
"mic": "XNAS",
"currencyCode": "USD"
}
]
}
}