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:
zhulinsen
2026-08-29 18:29:48 +08:00
committed by GitHub
parent 0b5f9a6e31
commit 86bbf01535
6 changed files with 49 additions and 5 deletions

View File

@@ -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": []},