mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
feat: multi-source fallback strategy and data fetching fixes
- Add triple-source fallback for A-share data (EM → Sina → Tencent) - Add multi-source fallback for chip distribution (Akshare → Tushare → Efinance) - Fix efinance ETF API parameter errors and OHLC data completion - Fix tushare index realtime quote code format (sh/sz prefix) - Fix stock name display issue showing code instead of name - Upgrade SerpAPI to Google search with Knowledge Graph support Fixes #206, #171, #139 Related #207 #minor
This commit is contained in:
@@ -42,3 +42,6 @@ dingtalk-stream >= 0.24.3 # 钉钉 Stream SDK
|
||||
|
||||
# Discord 机器人
|
||||
discord.py>=2.0.0 # Discord 机器人开发库
|
||||
|
||||
# Web Content Extraction
|
||||
newspaper3k>=0.2.8 # Article extraction
|
||||
|
||||
Reference in New Issue
Block a user