You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/full-guide_EN.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -758,6 +758,14 @@ System defaults to AkShare (free), also supports other data sources:
758
758
- Supports US/HK stock data
759
759
- US stock historical and real-time data both use YFinance exclusively to avoid technical indicator errors from akshare's US stock adjustment issues
760
760
761
+
If a historical data provider keeps returning bad data or mismatched markets, temporarily disable it with:
762
+
763
+
```bash
764
+
DISABLED_DATA_PROVIDERS=efinance
765
+
```
766
+
767
+
Supported ids: `efinance`, `akshare`, `tushare`, `pytdx`, `baostock`, `yfinance`, `longbridge`. Multiple ids are comma-separated. This only affects the historical/daily data manager; realtime quotes still use `REALTIME_SOURCE_PRIORITY`.
768
+
761
769
---
762
770
763
771
## Advanced Features
@@ -770,6 +778,8 @@ Use `hk` prefix for HK stock codes:
770
778
STOCK_LIST=600519,hk00700,hk01810
771
779
```
772
780
781
+
HK daily history skips the efinance Eastmoney historical K-line API to avoid mismatching HK symbols to non-HK market data. AkShare/Tushare/YFinance/Longbridge continue to provide HK fallback paths.
0 commit comments