財務與分析
提供台股公司每月營收資料,適合用於營運趨勢追蹤與高頻基本面分析。
/v2/datasets/monthly-revenue月營收 API 提供 TWSE 範圍的每月營收資料,來源為 mops_official,並以 canonical 形態供應。
monthly_revenue 已通過 baseline freeze signoff;本頁內容以 freeze 審核結果為準。
使用此 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": "monthly_revenue", "rows": [ { "symbol": "2330", "revenue_month": "2026-03", "revenue": 210000000000, "revenue_yoy": 0.18, "revenue_mom": 0.05 } ], "count": 1}| 欄位路徑 | 型別 | 說明 |
|---|---|---|
| rows[].symbol | string | 股票代碼。 |
| rows[].revenue_month | string | 營收月份(例如 2026-03)。 |
| rows[].revenue | number | 當月營收。 |
| rows[].revenue_yoy | number|null | 年增率(若目前 schema 有)。 |
| rows[].revenue_mom | number|null | 月增率(若目前 schema 有)。 |
| count | integer | 回傳資料筆數。 |
此 API 屬於 TW Market Data 資料集目錄。 查看資料集總覽