mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
feat(data): 接入 TickFlow 核心 A 股数据源 (#1790)
* feat(data): integrate TickFlow core A-share provider * fix(data): harden TickFlow daily kline contract * fix(web): localize TickFlow settings and run-flow coverage * fix(web): clarify TickFlow priority settings * chore(deps): require verified TickFlow SDK --------- Co-authored-by: timeance <timeance@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ pytdx>=1.72 # Priority 2: Tongdaxin quote servers
|
||||
baostock>=0.8.0 # Priority 3: Baostock data
|
||||
yfinance>=0.2.0 # Priority 4: Yahoo Finance (Fallback)
|
||||
longbridge==0.2.75 # Priority 5: Longbridge OpenAPI fallback for US/HK stocks; OAuth capability checked at runtime
|
||||
tickflow>=0.1.0 # TickFlow official SDK (Issue #632, market review enhancement)
|
||||
tickflow>=0.1.24 # TickFlow official SDK; 0.1.24 verified for klines/get batch quotes/universes
|
||||
# Built-in optional AlphaSift screening engine
|
||||
git+https://github.com/ZhuLinsen/alphasift.git@377049857cc04175dc3cca62121ee41adec6cdb8#egg=alphasift
|
||||
|
||||
|
||||
Reference in New Issue
Block a user