Taiwan TWSE Company Financials & Disclosures Scraper
Scrape disclosures for 1,000+ Taiwan Stock Exchange (TWSE) listed companies. Extract monthly revenue, income statements, balance sheets, dividends, EPS, major shareholders and company profiles by stock code. Export to JSON, CSV or Excel.
{ "stockCode": "1101", "companyName": "臺灣水泥股份有限公司", "reportDate": "1150724", "companyAbbreviation": "台泥", "foreignRegistrationCountry": "-", "industry": "01", "address": "台北市中山北路2段113號", "taxId": "11913502", "chairman": "張安平" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Stock Code | Company Name | Report Date | Company Abbreviation |
|---|---|---|---|
| 1101 | 臺灣水泥股份有限公司 | 1150724 | 台泥 |
| 1102 | 亞洲水泥股份有限公司 | 1150724 | 亞泥 |
| 1103 | 嘉新水泥股份有限公司 | 1150724 | 嘉泥 |
| 1104 | 環球水泥股份有限公司 | 1150724 | 環泥 |
| 1108 | 幸福水泥股份有限公司 | 1150724 | 幸福 |
{ "stockCode": "1101", "companyName": "臺灣水泥股份有限公司", "reportDate": "1150724", "companyAbbreviation": "台泥", "foreignRegistrationCountry": "-", "industry": "01", "address": "台北市中山北路2段113號", "taxId": "11913502", "chairman": "張安平" }
よくある質問
Which companies are covered?
All companies listed on the Taiwan Stock Exchange (TWSE main board), more than 1,000 of them. Each feed is exchange-wide, so a run returns records for every listed company unless you filter by stock code or company name.
Is the data official?
Yes. It comes from the Taiwan Stock Exchange open-data service, the same disclosures companies are required to file with the exchange.
How do I get data for one company?
Set the Stock Code field to the company's TWSE code, for example `2330` for TSMC, or use Company Name for a substring match. The scraper filters the exchange feed down to matching records.
Are field names in English?
Yes. The source feeds use Chinese field names; this scraper maps every field to a clear English key (for example `revenueCurrentMonth`, `basicEPS`, `totalAssets`) while keeping the original Chinese company names as values.
Why are dates seven digits like 1150610?
The exchange publishes dates in the Republic of China (Minguo) calendar. Add 1911 to the first three digits to get the Gregorian year, so `115` is 2026 and `114` is 2025.
How current is the data?
Each feed reflects the latest snapshot the exchange publishes. Monthly revenue updates around the 10th of each month, material announcements update daily, and financial statements fill in across each quarterly reporting season.
Can I export to Excel or CSV?
Yes. Results are stored in a standard Apify dataset and can be exported as JSON, CSV, Excel, XML or HTML, or pulled through the API.