Default
Stock Symbol
List supported stocks. We use the following symbology to identify stocks on Finnhub <code>Exchange_Ticker.Exchange_Code</code>. A list of supported exchange codes can be found <a href="https://docs.google.com/spreadsheets/d/1I3pBxjfXB056-g_JYf_6o3Rns3BV2kMGG1nCatb91ls/edit?usp=sharing" target="_blank">here</a>.
get/stock/symbol
Query parameters
exchangestring required
Exchange you want to get the list of symbols from. List of exchange codes can be found <a href="https://docs.google.com/spreadsheets/d/1I3pBxjfXB056-g_JYf_6o3Rns3BV2kMGG1nCatb91ls/edit?usp=sharing" target="_blank">here</a>.
micstring
Filter by MIC code.
securityTypestring
Filter by security type used by OpenFigi standard.
currencystring
Filter by currency.
Response
successful operation
Example response
[
{
"displaySymbol": "displaySymbol",
"symbol": "symbol",
"mic": "mic",
"description": "description",
"figi": "figi",
"shareClassFIGI": "shareClassFIGI",
"currency": "currency",
"type": "type",
"isin": "isin",
"symbol2": "symbol2"
}
]