---
title: "Stocks"
method: GET
path: "/stocks"
tags: ["reference_data"]
---

# Stocks

`GET /stocks`

The stocks endpoint provides a daily updated list of all available stock symbols. It returns an array containing the symbols, which can be used to identify and access specific stock data across various services. This endpoint is essential for users needing to retrieve the latest stock symbol information for further data requests or integration into financial applications.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `cik` string
- `exchange` string
- `mic_code` string
- `country` string
- `type` 'American Depositary Receipt' | 'Bond' | 'Bond Fund' | 'Closed-end Fund' | 'Common Stock' | 'Depositary Receipt' | 'Digital Currency' | 'ETF' | 'Exchange-Traded Note' | 'Global Depositary Receipt' | 'Limited Partnership' | 'Mutual Fund' | 'Physical Currency' | 'Preferred Stock' | 'REIT' | 'Right' | 'Structured Product' | 'Trust' | 'Unit' | 'Warrant'
- `format` 'JSON' | 'CSV'
- `delimiter` string
- `show_plan` boolean
- `include_delisted` boolean
- `page` integer
- `outputsize` integer

## Response `200`

- object
  - `count` integer, required — Count
  - `data` StocksResponseItem[], required — List of stock instruments
    - `symbol` string, required — Instrument symbol (ticker)
    - `name` string, required — Full name of instrument
    - `currency` string, required — Currency of the instrument according to the ISO 4217 standard
    - `exchange` string, required — Exchange where instrument is traded
    - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
    - `country` string, required — Country where exchange is located
    - `type` string, required — Common issue type
    - `figi_code` string, required — Financial instrument global identifier (FIGI)
    - `cfi_code` string, required — Classification of Financial Instruments (CFI)
    - `isin` string, required — International securities identification number (ISIN), available by individual request to support
    - `cusip` string, required — A unique nine-character alphanumeric code used to identify financial securities, ensuring accurate data retrieval for the specified asset
    - `access` object — Info on which plan symbol is available (displayed then `show_plan` is `true`)
      - `global` string, required — Level of access to the symbol
      - `plan` string, required — The individual plan name for the symbol
      - `plan_business` string, required — The business plan name for the symbol
  - `status` string, required — Response status

## Other responses

- `400`
- `401`
- `403`
- `404`
- `414`
- `429`
- `500`

---

[API](https://skmtc.net/twelvedata/apis/twelve-data-api.md) · [All operations](https://skmtc.net/twelvedata/apis/twelve-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twelvedata/twelve-data-api/revisions/c4a12725cdb5/schema)
