Taiwan Listed Companies — Quarterly Financials
Pricing
from $0.10 / financial statements fetched
Taiwan Listed Companies — Quarterly Financials
Fetch quarterly income statements, balance sheets, and cash flow statements for every TWSE/OTC-listed Taiwanese company — translated into English with typed numeric fields. Data sourced directly from Taiwan's official financial disclosure system (MOPS), updated each quarter.
Pricing
from $0.10 / financial statements fetched
Rating
0.0
(0)
Developer
Steven C
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
Taiwan MOPS Financial Statements (English)
Fetch quarterly income statements, balance sheets, and cash flow statements for every TWSE/OTC-listed Taiwanese company — translated into English with typed numeric fields.
Data comes directly from Taiwan's official MOPS (Market Observation Post System), operated by the Taiwan Stock Exchange. One API call returns all 1,000+ listed companies for the requested quarter.
What you get
Each output row represents one company for one quarter, with fields like:
| Field | Description |
|---|---|
stock_id | 4-digit TWSE/OTC stock code (e.g. 2330) |
company_name | Company name in Traditional Chinese |
period | Period label, e.g. 2024Q4 |
statement_type | income, balance, or cashflow |
revenue | Revenue (TWD thousands) |
gross_profit | Gross profit/loss |
operating_income | Operating income/loss |
net_income | Net income/loss for the period |
eps_basic | Basic earnings per share (TWD) |
total_assets | Total assets (balance sheet) |
total_equity | Total equity |
operating_cash_flow | Net cash from operations |
error | Non-null if this row could not be computed |
All monetary values are in TWD thousands (the unit MOPS reports in).
Inputs
| Parameter | Type | Default | Description |
|---|---|---|---|
statement_types | array | ["income","balance","cashflow"] | Which statements to download |
year | integer | Most recent completed quarter | Gregorian year, e.g. 2024 |
season | integer | Most recent completed quarter | Quarter 1–4 |
exchange | string | "listed" | "listed" = TWSE main board, "otc" = OTC/TPEX |
Pricing
$0.10 flat per run — one charge fires when at least one statement type is successfully downloaded, regardless of how many companies are in the result. No charge if all fetches fail.
Data freshness
MOPS publishes quarterly reports on a lag:
- Q1 (Jan–Mar): available ~mid May
- Q2 (Apr–Jun): available ~mid Aug
- Q3 (Jul–Sep): available ~mid Nov
- Q4 (Oct–Dec): available ~late Mar
The actor defaults to the most recent completed quarter automatically.
Use cases
- Screen all 1,000+ Taiwan-listed companies by revenue, EPS, or profit margin
- Build financial dashboards with quarterly trend data
- Supplement ADR / stock screening with fundamental data
- Academic or quantitative research on Taiwanese equities
Notes
- Numbers use the ROC calendar internally; the actor converts to Gregorian years automatically
- Negative numbers in MOPS appear as
(value)in the source HTML — the actor converts these to negative floats --entries (unavailable fields) are returned asnull- The actor uses only MOPS's official public API — no scraping, no CAPTCHA bypass