Skip to main content
TW FR / API · Taiwan

Build on Taiwan filings programmatically.

A typed REST API over 1,276,692 filings from 1,084 Taiwanese listed companies — JSON metadata, Markdown body, and original PDF. Webhooks on every new release.

Public-company filings in Taiwan are supervised by Financial Supervisory Commission (FSC). Reporting follows Taiwan-IFRS. Filings are most commonly published in Traditional Chinese and English. Major issuers are listed on TAIEX, TWSE 50 and TWSE Mid-Cap 100. Calendar year.

Programmatic access to Taiwanese filings — MOPS and cross-border semiconductor data

The FinancialReports API delivers FSC-supervised Taiwanese filings from MOPS through the same single REST surface, one x-api-key header, and one shared rate-limit bucket used across all covered markets. A Taiwan-only integration is a one-parameter filter (?country=TW) on the global filings endpoint — the same key that accesses data for Tokyo, Seoul, and Frankfurt retrieves Taipei data at no additional cost and under no separate rate limit. For researchers who need the semiconductor supply chain in its entirety — TSMC in Taipei, Samsung Electronics in Seoul, Tokyo Electron in Tokyo, and ASML in Amsterdam — a single API key accesses all four markets through a consistent endpoint, consistent payload shape, and consistent filing-type taxonomy.

For real-time pipelines the webhook channel is the recommended path: subscribe once, receive a POST with full filing metadata within roughly 60 seconds of MOPS publication. Taiwan's tight quarterly reporting deadlines (financial statements due 30 days after quarter-end) produce a predictable high-volume delivery window in late January, late April, late July, and late October. Material-information announcements — particularly TSMC's monthly revenue releases, which are among the most closely watched data points in global technology equity research — flow as soon as they are published to MOPS. The webhook payload is identical across markets; a Taiwanese material-information announcement arrives with the same JSON envelope as a Korean DART current report or a Dutch AFM announcement.

Filing bodies are available as JSON metadata, Markdown via /api/filings/{id}/markdown/, and original PDF. TIFRS financial data is exposed in the JSON metadata layer — because TIFRS is fully converged with IFRS, financial line-items from Taiwanese annual reports map directly to the same schema as European and Korean IFRS filings without reconciliation overhead. This cross-border schema consistency is the most practically significant feature of the platform for researchers building Asia-Pacific technology-sector financial databases: TSMC, MediaTek, and ASE Technology financials sit in the same data structure as ASML, Infineon, and STMicroelectronics. Language metadata is exposed on every filing, enabling English-only filters for the large-cap TWSE names that publish English versions.

Common API integrations for Taiwanese data include backfilling TAIEX and Taiwan 50 consolidated financials for quant research with particular depth in semiconductor capital expenditure and gross-margin tracking (TSMC's foundry economics are visible from its quarterly TIFRS statements at a granularity unavailable elsewhere), triggering on MOPS material-information announcements for supply-chain disruption signals, monitoring monthly revenue releases for the IC design cluster (MediaTek, Novatek, Realtek, Himax), and constructing cross-border semiconductor supply-chain financial databases spanning Taiwan, South Korea, Japan, and the Netherlands. Trial keys are available on request; the web product is free and publicly indexed for coverage verification before integration.

Filings indexed
1,276,692
in Taiwan
Listed companies
1,084
Taiwanese issuers
Auth
x-api-key
single header
Webhook latency
< 1 min
from regulator publish

Reporting at a glance — Taiwan

Regulator, indices, accounting, language
Primary indices
TAIEXTWSE 50TWSE Mid-Cap 100
Accounting standards
Taiwan-IFRS
Reporting languages
Traditional ChineseEnglish
Fiscal year
Calendar year

Quick start — Taiwan filings

REST · JSON · Markdown · PDF
# 1. List filings for Taiwan, newest first
curl "https://api.financialreports.eu/api/filings/?countries=TW" \
    -H "x-api-key: $FR_API_KEY"

# 2. Pull full Markdown for one filing
curl https://api.financialreports.eu/api/filings/<id>/markdown/ \
    -H "x-api-key: $FR_API_KEY"

# 3. Filter by filing type — annual reports only
curl "https://api.financialreports.eu/api/filings/?countries=TW&type=10-K" \
    -H "x-api-key: $FR_API_KEY"

# 4. Filter by ISIN (single issuer)
curl "https://api.financialreports.eu/api/filings/?company_isin=DE000A1EWWW0" \
    -H "x-api-key: $FR_API_KEY"

Full API documentation ↗ · Interactive Swagger ↗

Sample Taiwan response

Real filings · live data

Get API access for Taiwan

Pricing · trial keys · enterprise
Get API access Talk to the team Read the docs ↗

Filings activity by year

Last 6 years · Taiwanese issuers
  • 2026 43,126
  • 2025 106,612
  • 2024 103,973
  • 2023 99,868
  • 2022 102,197
  • 2021 102,165

Reporting languages

Filing-by-filing distribution
  • Chinese 1,269,895
  • English 6,095
  • Japanese 65
  • German 2
  • French 1

FAQ — Taiwan

Coverage, formats, integration
How do I authenticate API requests for Taiwan filings?
Send a single header — `x-api-key: $FR_API_KEY` — on every request. The same key works across all 42 covered markets; there's no per-country key.
What format does the Taiwan API return?
Filing metadata is returned as JSON. Full filing bodies are available as Markdown (one endpoint) and original PDF. The same payload shape is used across every covered market.
Do you provide webhooks for new Taiwanese filings?
Yes. Webhook subscribers receive a POST with full filing metadata within ~60 seconds of the regulator publishing the document.
Is there a rate limit on the Taiwanese API?
Standard plans are throttled to a generous request budget that suits typical research and dashboards. Bulk and high-throughput plans negotiate higher limits.
Is there a free tier for Taiwan data?
The web product (search, browse, single-filing read) is free and indexed for the public web. Programmatic API access is a paid plan; trial keys are available on request.