mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
fix: align US index realtime capability (#2310)
* fix: align US index realtime capability * fix: enforce YFinance-only US index quotes * chore: reduce follow-up merge conflicts
This commit is contained in:
@@ -532,7 +532,7 @@ class DataCapabilityService:
|
||||
"cn.index.csi": {"providers": ["efinance"], "warnings": []},
|
||||
"hk": priority_map.get("hk.realtime", {}),
|
||||
"us": priority_map.get("us.realtime", {}),
|
||||
"us.index": {"providers": ["yfinance", "longbridge"], "warnings": []},
|
||||
"us.index": {"providers": ["yfinance"], "warnings": []},
|
||||
"jp": {"providers": ["yfinance"], "warnings": []},
|
||||
"kr": {"providers": ["yfinance"], "warnings": []},
|
||||
"tw": {"providers": ["yfinance"], "warnings": []},
|
||||
|
||||
Reference in New Issue
Block a user