財務與分析
提供公司現金流量表關鍵欄位,適合用於現金品質分析與基本面研究。
/v2/datasets/cash-flow-statement此 endpoint 提供現金流量表資料,對應 backend `cash_flow_statement` / `fundamental_cash_flows`,來源為 `official_mopsov_ajax_t163sb20`。
Cash Flow Phase A conservative baseline final freeze 已通過;目前 scope 僅限 TWSE(TYPEK=sii)且排除 TPEx / OTC。
凍結覆蓋區間為 2023Q2..2026Q1,總筆數 12,685;此頁不代表完整歷史現金流覆蓋,也不是即時資料。
使用此 endpoint 時,建議:
| 欄位 | 型別 | Required | 說明 |
|---|---|---|---|
| symbol | string | yes | 股票代碼(內部對應 ticker)。 |
| start_date | string | no | 查詢起始日期(YYYY-MM-DD)。 |
| end_date | string | no | 查詢結束日期(YYYY-MM-DD)。 |
| limit | integer | no | 回傳筆數限制。 |
回應結構固定為 dataset、rows、count。
{ "dataset": "cash_flow_statement", "rows": [ { "symbol": "2330", "fiscal_year": 2025, "fiscal_quarter": 4, "period_type": "quarterly", "period_end_date": "2025-12-31", "report_date": null, "source": "official_mopsov_ajax_t163sb20", "operating_cash_flow": 1320000000000, "investing_cash_flow": -742000000000, "financing_cash_flow": -221000000000, "free_cash_flow": null } ], "count": 1}| 欄位路徑 | 型別 | 說明 |
|---|---|---|
| rows[].symbol | string | 股票代碼。 |
| rows[].fiscal_year | integer | 財政年度。 |
| rows[].fiscal_quarter | integer|null | 財政季度。 |
| rows[].period_type | string | 期間類型(quarterly/annual/ttm)。 |
| rows[].period_end_date | string | 財報期間結束日期。 |
| rows[].report_date | string|null | 報告日期;在目前 Phase A conservative baseline 屬 deferred,若無核准直接來源欄位則為 null。 |
| rows[].source | string | 來源識別;目前 frozen baseline 為 `official_mopsov_ajax_t163sb20`。 |
| rows[].operating_cash_flow | number|null | 營運活動現金流(來源可得時提供)。 |
| rows[].investing_cash_flow | number|null | 投資活動現金流(來源可得時提供)。 |
| rows[].financing_cash_flow | number|null | 籌資活動現金流(來源可得時提供)。 |
| rows[].free_cash_flow | number|null | 自由現金流;目前 Phase A conservative baseline 屬 deferred,無核准直接來源欄位。 |
| count | integer | 回傳資料筆數。 |
此 API 屬於 TW Market Data 資料集目錄。 查看資料集總覽