---
title: "Stock Symbol"
method: GET
path: "/stock/symbol"
tags: ["Default"]
---

# Stock Symbol

`GET /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>.

## Query parameters

- `exchange` string, required
- `mic` string
- `securityType` string
- `currency` string

## Response `200`

successful operation

- StockSymbol[]
  - `description` string — Symbol description
  - `displaySymbol` string — Display symbol name.
  - `symbol` string — Unique symbol used to identify this symbol used in <code>/stock/candle</code> endpoint.
  - `type` string — Security type.
  - `mic` string — Primary exchange's MIC.
  - `figi` string — FIGI identifier.
  - `shareClassFIGI` string — Global Share Class FIGI.
  - `currency` string — Price's currency. This might be different from the reporting currency of fundamental data.
  - `symbol2` string — Alternative ticker for exchanges with multiple tickers for 1 stock such as BSE.
  - `isin` string — ISIN. This field is only available for EU stocks and selected Asian markets. Entitlement from Finnhub is required to access this field.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
