Cookie settings
We use essential cookies to keep you signed in and secure, and analytics cookies to improve the product. We never use them for ad tracking.Learn more
Building an AI agent? Start with /llms.txt for the full site index.
財務與分析
提供公司資產負債表關鍵欄位,適合用於資本結構、償債能力與財務穩健度分析。
/v2/datasets/balance-sheet此資料集為「財報資料」的一部分,建議搭配損益表與現金流量表一起使用。
資產負債表 API 提供公司資產、負債與權益欄位,適合用於資本結構與償債能力分析。
資料來自公開揭露來源,並以結構化欄位回傳;本次為文件同步更新,不涉及 API 行為變更。
| Instruments | Start year | Update timing | Includes delisted |
|---|---|---|---|
| Not yet available (coming) | Not yet available (coming) | Not yet available (coming) | coming |
Figures are measured from the DB; unlisted fields defer to docs coverage (coming) — we don't fabricate cell by cell.
使用此 endpoint 時,建議:
| 欄位 | 型別 | Required | 說明 |
|---|---|---|---|
| symbol | string | yes | 股票代碼(內部對應 ticker)。 |
| start_date | string | no | 查詢起始日期(YYYY-MM-DD)。 |
| end_date | string | no | 查詢結束日期(YYYY-MM-DD)。 |
| limit | integer | no | 回傳筆數(預設 100,最大 5000)。 |
回應結構固定為 dataset、rows、count,並附 meta(plan/row_limit/is_limited)。
{ "dataset": "balance_sheet", "rows": [ { "symbol": "2330", "fiscal_year": 2025, "fiscal_quarter": 4, "period_type": "quarterly", "period_end_date": "2025-12-31", "report_date": "2026-03-08", "source": "mops_official", "total_assets": 7120000000000, "total_liabilities": 2920000000000, "total_equity": 4200000000000, "cash_and_cash_equivalents": 1980000000000, "inventory": 294000000000, "accounts_receivable": 362000000000, "updated_at": "2026-04-23T03:10:00+00:00" } ], "count": 1, "meta": { "plan": "free", "row_limit": 50, "is_limited": false }}| 欄位路徑 | 型別 | 說明 |
|---|---|---|
| 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 | 公告或報告日期。 |
| rows[].source | string | 來源識別。 |
| rows[].total_assets | number|null | 總資產。 |
| rows[].total_liabilities | number|null | 總負債。 |
| rows[].total_equity | number|null | 股東權益總額。 |
| rows[].cash_and_cash_equivalents | number|null | 現金及約當現金。 |
| rows[].inventory | number|null | 存貨。 |
| rows[].accounts_receivable | number|null | 應收帳款。 |
| rows[].updated_at | string|null | 資料更新時間。 |
| count | integer | 回傳資料筆數。 |
| meta.plan | string | 目前方案代碼。 |
| meta.row_limit | integer | 方案每次請求可回傳上限。 |
| meta.is_limited | boolean | 是否因方案限制而截斷資料。 |
此 API 屬於 TW Market Data 資料集目錄。 查看資料集總覽