---
title: "Funds"
method: GET
path: "/funds"
tags: ["reference_data"]
---

# Funds

`GET /funds`

The funds endpoint provides a daily updated list of available investment funds. It returns an array containing detailed information about each fund, including identifiers, names, and other relevant attributes.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `cik` string
- `exchange` string
- `mic_code` string
- `country` string
- `format` 'JSON' | 'CSV'
- `delimiter` string
- `show_plan` boolean
- `page` integer
- `outputsize` integer

## Response `200`

- object
  - `result` object, required
    - `count` integer, required — Total number of matching instruments
    - `list` FundResponseItem[], required — List of funds
      - `symbol` string, required — Instrument symbol (ticker)
      - `name` string, required — Full name of the fund
      - `country` string, required — Country where the fund is located
      - `currency` string, required — Currency of the fund according to the ISO 4217 standard
      - `exchange` string, required — Exchange where the fund is traded
      - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
      - `type` string, required — Type of the fund
      - `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)
      - `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 — Status of the response

## 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)
