From 98f2ecf007a6ac3a890d5a9860bd45d747e7e1c2 Mon Sep 17 00:00:00 2001 From: linsamtw Date: Thu, 9 Jul 2026 16:08:58 +0800 Subject: [PATCH] =?UTF-8?q?docs(knowledge):=20=E8=A8=BB=E8=A8=98=E8=88=88?= =?UTF-8?q?=E6=AB=83=E8=87=AA=E7=87=9F=E5=95=86=E5=88=86=E9=BB=9E=20price?= =?UTF-8?q?=3D0=20=E5=B1=AC=E6=AD=A3=E5=B8=B8=E7=8F=BE=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TaiwanStockTradingDailyReport:興櫃股票(TaiwanStockInfo type=emerging) 的推薦證券商兼造市(自營商,securities_trader_id 結尾為 T)雙向報價橫跨 多價位、無單一成交均價,故該分點列 price 顯示為 0,buy/sell 股數仍正確。 非資料缺失;上市櫃各分點皆有正常成交價。補充地端回測避免除以零的過濾建議 (price>0 或排除結尾 T 的分點列)。 避免使用者/MCP 對「分點價格 0.0」重複提問。 Co-Authored-By: Claude Opus 4.8 (1M context) --- knowledge/datasets.md | 1 + 1 file changed, 1 insertion(+) diff --git a/knowledge/datasets.md b/knowledge/datasets.md index 10cbfe0..a768f29 100644 --- a/knowledge/datasets.md +++ b/knowledge/datasets.md @@ -274,6 +274,7 @@ FinMind 會員方案由低到高為 **Free → Backer → Sponsor → Sponsor Pr - **Optional:** (無) - **Key columns:** securities_trader, price, buy, sell, securities_trader_id, stock_id, date - **描述:** 分點進出(單日,按券商分點列出買賣) +- **興櫃自營商 `price=0`(正常,非缺失):** 興櫃股票(`TaiwanStockInfo` type=`emerging`)的推薦證券商兼造市(自營商,`securities_trader_id` 結尾為 `T`),雙向報價橫跨多個價位、無單一代表成交均價,故該分點列 `price` 顯示為 `0`(`buy`/`sell` 股數仍為正確值)。此為興櫃市場結構特性,非資料缺失或錯誤;同一檔興櫃的一般券商分點、以及上市櫃各分點(含自營商)皆有正常成交價。若地端回測會除以 `price`,可過濾 `price>0` 或排除結尾 `T` 的分點列。 - **Bulk download (Sponsor Pro):** `GET /api/v4/storage_objects?dataset=TaiwanStockTradingDailyReport&date=YYYY-MM-DD` 一次取整日全市場分點 parquet(signed URL,免逐檔查詢);SDK `taiwan_stock_trading_daily_report(date='YYYY-MM-DD', use_object=True)`。此整日下載限 **Sponsor Pro** ### TaiwanStockWarrantTradingDailyReport