qlib
qlib copied to clipboard
HS_SYMBOLS_URL 404
🐛 Bug Description
The URL used in scripts/data_collector/utils.py is dead.
To Reproduce
Steps to reproduce the behavior:
- run collector.py under scripts/data_collector/pit
- it gets stuck after logging "get cn stock symbols....."
- debug finds that
requests.get(HS_SYMBOLS_URL.format(s_type=_k), timeout=None)gets 404 response.
Expected Behavior
HS_SYMBOLS_URL return right symbols
Environment
Note: User could run cd scripts && python collect_info.py all under project directory to get system information
and paste them here directly.
- Qlib version: "0.9.3.99"
- Python version: 3.8
- OS (
Windows,Linux,MacOS):MacOS
Additional Notes
I encountered the same issue. Excuse me, have you resolved it?