---
title: "ETF Holdings Listing"
method: GET
path: "/etflist"
tags: ["ETFs"]
---

# ETF Holdings Listing

`GET /etflist`

The ETF Holdings Listing endpoint delivers instantly complete set of exchange-traded funds data based on the unique identifier code of an ETF data. The endpoint returns a full list of supported ETF tickers.


The example API request below demonstrates how to retrieve **ETF holdings data.**

**Note:** The ETF API endpoints apply a **call count multiplier of 20.**

## Query parameters

- `access_key` string, required
- `list` 'ticker', required
- `limit` integer
- `offset` integer

## Response `200`

ETF tickers retrieved.

- ETFListResponse
  - `pagination` Pagination
    - `limit` integer — Returns your pagination limit value.
    - `offset` integer — Returns your pagination offset value.
    - `count` integer — Returns the results count on the current page.
    - `total` integer — Returns the total count of results available.
  - `data` ETFListItem[]
    - `ticker` string — ETF ticker symbol.

---

[API](https://skmtc.net/beavermoney/apis/marketstack-api-v2.md) · [All operations](https://skmtc.net/beavermoney/apis/marketstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beavermoney/marketstack-api-v2/revisions/c3305aea713e/schema)
