TW Market Data LogoTW Market Data

Core data

Market & prices

TWSE / TPEx daily bars, adjusted prices, indices, and market breadth

Financials & growth

Monthly revenue, the three financial statements, financial metrics, and valuation data

Flows & positioning

Institutional investors and margin & short-selling data

Company & structure

Company & events

Company profiles, disclosures, events, corporate actions, and dividends

Taxonomy & structure

Theme taxonomy, index classification, and cross-dataset mapping

Strategy & quant

Features, factor data, time alignment, and screener

Platform capabilities

API access

REST API, authentication, and your first request

Query & tools

Search API, Query API, field lists, and query examples

Tools / MCP

Agent workflows, MCP tools, and the OpenAPI entry point

PricingDocsBlog
中文Dashboard

TW Market Data (TWMD) provides historical data and statistics, not investment advice; investment decisions and their risks are your own.

Privacy Policy|Terms of Service|Help Center||中文|TW Market Data © 2026

Documentation

DASHBOARD

DashboardPricing

FOR AI AGENTS

MCP Serverllms.txtTool manifestOpenAPI SpecAgent workflow examples
WebhooksBuilding

OVERVIEW

OverviewQuick startAuthenticationSource policyData gradesData lineageMarket coverage

DATA APIS

Fund / ETF metadataTax & business registrationETF holdings

GUIDES

How to get the 3 financial statementsHow to read institutional flowsHow to check market statusHow to wire a strategy / AI agent

SDKS

Release statusPython SDKJavaScript / TypeScript SDK

Building an AI agent? Start with /llms.txt for the full site index.

Funds & Corporate Intelligence

ETF holdings

ETF holdings — the latest disclosed constituent list per ETF (constituent, weight, as-of date), sourced from the issuer.

ReferenceSource: Issuer·Plan: pro·Cost: 2 credits·GET /v2/datasets/etf-holdings

Overview

etf-holdings is a reference dataset: for each ETF it returns the constituents of its latest disclosed portfolio with each one's weight, sourced from the issuer. It is an issuer-limited latest snapshot — the coverage is only the ETFs whose holdings the issuer publishes, and only the most recent disclosure, not a market-wide or historical holdings series. Each row carries a source role and lineage so a weight can be reconciled against the issuer disclosure.

FieldTypeDescription
symbolstringETF code (e.g. 0050).
constituent_symbolstringTicker of the held constituent.
constituent_namestringName of the held constituent.
weight_pctnumberConstituent weight in the ETF (percent).
as_ofstringDisclosure date of this holdings snapshot.
source_rolestringCanonical source role (issuer_etf_holdings).

Coverage

Rows9,425
Window2026-06-04 – 2026-07-16
GradeReference

Example response

A real response from this endpoint. Rows are returned under "data", and provenance is carried in the shape shown below — it is not identical across datasets, so read this page's rather than assuming another's.

{  "dataset_id": "etf_holdings",  "request_context": {    "scope": "fubon_issuer_limited_latest_available_snapshot_set",    "coverage_type": "latest_available_snapshot_set",    "filters": {      "etf_code": null,      "issuer": null,      "as_of_date": null,      "holding_ticker": null,      "market": null,      "source_family": null,      "limit": 50    },    "min_as_of_date": "2026-07-16",    "max_as_of_date": "2026-07-16"  },  "quality": {    "row_count": 50,    "etf_count": 1,    "sensitive_fields_exposed": false  },  "lineage": {    "source_providers": [      "etfapi.yuantaetfs.com"    ],    "source_roles": [      "etf_holdings"    ],    "source_families": [      "pcf_yuanta"    ]  },  "error": null,  "data": [    {      "etf_code": "0050",      "etf_name": "<Chinese value - see the zh page>",      "issuer": "yuanta",      "market": "TWSE",      "as_of_date": "2026-07-16",      "holding_ticker": "1216",      "holding_name": "<Chinese value - see the zh page>",      "holding_weight": 0.38,      "holding_units": 108225075,      "holding_market": null,      "source_provider": "etfapi.yuantaetfs.com",      "source_role": "etf_holdings",      "source_family": "pcf_yuanta",      "lineage": {        "url": "https://etfapi.yuantaetfs.com/ectranslation/api/bridge?APIType=ETFAPI&CompanyName=YUANTAFUNDS&PageName=%2FtradeInfo%2Fpcf%2F0050&DeviceId=null&FuncId=PCF%2FDaily&AppName=ETF&Device=3&Platform=ETF&ticker=0050&ndate=20260716",        "parser": "feature_engine.etf.pcf_sources:yuanta",        "source": "official_issuer_pcf",        "pcf_meta": {          "nav": 106.36,          "fundid": "1066",          "osunit": 21113000000,          "anndate": "20260717",          "totalav": 2245633183230,          "upddate": "2026-07-16 16:24:05",          "trandate": "20260716",          "inkind_rows": 50        },        "fetched_at": "2026-07-18T17:47:07.565821+00:00",        "parser_version": "v1"      },      "data_gaps": []    },    {      "etf_code": "0050",      "etf_name": "<Chinese value - see the zh page>",      "issuer": "yuanta",      "market": "TWSE",      "as_of_date": "2026-07-16",      "holding_ticker": "1303",      "holding_name": "<Chinese value - see the zh page>",      "holding_weight": 1.07,      "holding_units": 108086690,      "holding_market": null,      "source_provider": "etfapi.yuantaetfs.com",      "source_role": "etf_holdings",      "source_family": "pcf_yuanta",      "lineage": {        "url": "https://etfapi.yuantaetfs.com/ectranslation/api/bridge?APIType=ETFAPI&CompanyName=YUANTAFUNDS&PageName=%2FtradeInfo%2Fpcf%2F0050&DeviceId=null&FuncId=PCF%2FDaily&AppName=ETF&Device=3&Platform=ETF&ticker=0050&ndate=20260716",        "parser": "feature_engine.etf.pcf_sources:yuanta",        "source": "official_issuer_pcf",        "pcf_meta": {          "nav": 106.36,          "fundid": "1066",          "osunit": 21113000000,          "anndate": "20260717",          "totalav": 2245633183230,          "upddate": "2026-07-16 16:24:05",          "trandate": "20260716",          "inkind_rows": 50        },        "fetched_at": "2026-07-18T17:47:07.565821+00:00",        "parser_version": "v1"      },      "data_gaps": []    }  ],  "data_count": 50,  "known_gaps": [    "latest_available_snapshot_only",    "issuer_limited_fubon_only",    "approved_etf_scope_only=fubon_page_discovered_50_etfs"  ],  "warnings": [    "not_investment_advice"  ],  "envelope": {    "dataset_id": "etf_holdings",    "scope": "fubon_issuer_limited_latest_available_snapshot_set",    "row_count": 50  }}

Captured from the live API on 2026-07-20.

Chinese data values are shown as a marker here so this page stays in English; the /zh page shows them verbatim.

Getting started

  1. Put your key in the X-API-Key header.
  2. Add query parameters (symbol, date range, limit).
  3. Send the request and read the data array.
curl "https://api.twmarketdata.com/v2/datasets/etf-holdings?symbol=2330" \  -H "X-API-Key: sk_live_..."

Filtering

ParameterRequiredTypeDescription
symbolNostringTicker to filter to a single security.
limitNointegerMaximum rows to return.

Python

A first call:

import requests resp = requests.get(    "https://api.twmarketdata.com/v2/datasets/etf-holdings",    params={"symbol": "2330"},    headers={"X-API-Key": "sk_live_..."},)resp.raise_for_status()print(resp.json()["data"])

With a date-range filter:

import requests # The full verified example — the same call with every supported filter set.resp = requests.get(    "https://api.twmarketdata.com/v2/datasets/etf-holdings",    params={"symbol": "2330"},    headers={"X-API-Key": "sk_live_..."},)resp.raise_for_status()for row in resp.json()["data"]:    print(row)

OpenAPI

This endpoint is GET /v2/datasets/etf-holdings. The full machine-readable schema (parameters, security, response envelope) lives in the OpenAPI spec.

Notes & limitations

  • Issuer-limited latest snapshot: coverage is whichever ETFs the issuer discloses holdings for, at their most recent disclosure date only — do not treat it as a market-wide or point-in-time historical holdings series.
  • For this dataset the symbol param is an ETF code (e.g. 0050), not a general stock ticker.

Request & Response

Request

curl "https://api.twmarketdata.com/v2/datasets/etf-holdings?symbol=2330&limit=5" \  -H "X-API-Key: $TWMD_API_KEY"

Authenticate with the X-API-Key header, using a sk_live_ key issued in the dashboard.

Response

JSON
{  "dataset_id": "etf_holdings",  "request_context": {    "scope": "fubon_issuer_limited_latest_available_snapshot_set",    "coverage_type": "latest_available_snapshot_set",    "filters": {      "etf_code": null,      "issuer": null,      "as_of_date": null,      "holding_ticker": null,      "market": null,      "source_family": null,      "limit": 50    },    "min_as_of_date": "2026-07-16",    "max_as_of_date": "2026-07-16"  },  "quality": {    "row_count": 50,    "etf_count": 1,    "sensitive_fields_exposed": false  },  "lineage": {    "source_providers": [      "etfapi.yuantaetfs.com"    ],    "source_roles": [      "etf_holdings"    ],    "source_families": [      "pcf_yuanta"    ]  },  "error": null,  "data": [    {      "etf_code": "0050",      "etf_name": "<Chinese value - see the zh page>",      "issuer": "yuanta",      "market": "TWSE",      "as_of_date": "2026-07-16",      "holding_ticker": "1216",      "holding_name": "<Chinese value - see the zh page>",      "holding_weight": 0.38,      "holding_units": 108225075,      "holding_market": null,      "source_provider": "etfapi.yuantaetfs.com",      "source_role": "etf_holdings",      "source_family": "pcf_yuanta",      "lineage": {        "url": "https://etfapi.yuantaetfs.com/ectranslation/api/bridge?APIType=ETFAPI&CompanyName=YUANTAFUNDS&PageName=%2FtradeInfo%2Fpcf%2F0050&DeviceId=null&FuncId=PCF%2FDaily&AppName=ETF&Device=3&Platform=ETF&ticker=0050&ndate=20260716",        "parser": "feature_engine.etf.pcf_sources:yuanta",        "source": "official_issuer_pcf",        "pcf_meta": {          "nav": 106.36,          "fundid": "1066",          "osunit": 21113000000,          "anndate": "20260717",          "totalav": 2245633183230,          "upddate": "2026-07-16 16:24:05",          "trandate": "20260716",          "inkind_rows": 50        },        "fetched_at": "2026-07-18T17:47:07.565821+00:00",        "parser_version": "v1"      },      "data_gaps": []    },    {      "etf_code": "0050",      "etf_name": "<Chinese value - see the zh page>",      "issuer": "yuanta",      "market": "TWSE",      "as_of_date": "2026-07-16",      "holding_ticker": "1303",      "holding_name": "<Chinese value - see the zh page>",      "holding_weight": 1.07,      "holding_units": 108086690,      "holding_market": null,      "source_provider": "etfapi.yuantaetfs.com",      "source_role": "etf_holdings",      "source_family": "pcf_yuanta",      "lineage": {        "url": "https://etfapi.yuantaetfs.com/ectranslation/api/bridge?APIType=ETFAPI&CompanyName=YUANTAFUNDS&PageName=%2FtradeInfo%2Fpcf%2F0050&DeviceId=null&FuncId=PCF%2FDaily&AppName=ETF&Device=3&Platform=ETF&ticker=0050&ndate=20260716",        "parser": "feature_engine.etf.pcf_sources:yuanta",        "source": "official_issuer_pcf",        "pcf_meta": {          "nav": 106.36,          "fundid": "1066",          "osunit": 21113000000,          "anndate": "20260717",          "totalav": 2245633183230,          "upddate": "2026-07-16 16:24:05",          "trandate": "20260716",          "inkind_rows": 50        },        "fetched_at": "2026-07-18T17:47:07.565821+00:00",        "parser_version": "v1"      },      "data_gaps": []    }  ],  "data_count": 50,  "known_gaps": [    "latest_available_snapshot_only",    "issuer_limited_fubon_only",    "approved_etf_scope_only=fubon_page_discovered_50_etfs"  ],  "warnings": [    "not_investment_advice"  ],  "envelope": {    "dataset_id": "etf_holdings",    "scope": "fubon_issuer_limited_latest_available_snapshot_set",    "row_count": 50  }}

Captured from a real call to this endpoint — not written by hand.

This dataset returns its rows under "data". The envelope differs between datasets, so read this one rather than reusing another page's shape.

The grade badge on this page is a documentation classification, not a response field.