Preview
提供市場新聞摘要資料(Preview),用於市場狀態追蹤與研究背景補充。
/v2/datasets/market-news市場新聞目前為 Preview 能力,提供市場層級摘要欄位。
內容採 snapshot 摘要語氣,不宣稱即時新聞。
可依日期區間與市場別過濾。
| 欄位 | 型別 | Required | 說明 |
|---|---|---|---|
| start_date | string | no | 起始日期。 |
| end_date | string | no | 結束日期。 |
| market | string | no | 市場代碼。 |
| limit | integer | no | 回傳筆數上限。 |
回應僅包含摘要欄位,不回傳 raw payload。
{
"dataset": "market_news",
"rows": [
{
"published_at": "2026-05-06T09:00:00+08:00",
"title": "市場指數與類股資料以快照方式整理",
"source_name": "TWSE",
"news_type": "市場概況",
"market": "TW"
}
],
"count": 1
}| 欄位路徑 | 型別 | 說明 |
|---|---|---|
| rows[].published_at | string | 發布時間。 |
| rows[].title | string | 新聞標題摘要。 |
| rows[].source_name | string | 來源標記。 |
| rows[].news_type | string|null | 分類標記。 |
| rows[].market | string|null | 市場代碼。 |