---
title: "ETFs directory"
method: GET
path: "/etfs/list"
tags: ["etfs"]
---

# ETFs directory

`GET /etfs/list`

The ETFs directory endpoint provides a daily updated list of exchange-traded funds, sorted by total assets in descending order. This endpoint is useful for retrieving comprehensive ETF data, including fund names and asset values, to assist users in quickly identifying the ETFs available.

## Query parameters

- `symbol` string
- `figi` string
- `isin` string
- `cusip` string
- `cik` string
- `country` string
- `fund_family` string
- `fund_type` string
- `format` 'JSON' | 'CSV'
- `delimiter` string
- `dp` integer
- `page` integer
- `outputsize` integer

## Response `200`

- object
  - `result` object, required
    - `count` integer, required — Total number of matching funds
    - `list` ETFsListResponseItem[], required — List of ETFs
      - `symbol` string, required — Instrument symbol (ticker)
      - `name` string, required — Full name of the fund
      - `country` string, required — Country of fund incorporation
      - `mic_code` string, required — Market identifier code (MIC) under ISO 10383 standard
      - `fund_family` string, required — Investment company that manages the fund
      - `fund_type` string, required — Type of fund
  - `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)
