mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 01:06:56 +08:00
Update README.md
This commit is contained in:
@@ -15,7 +15,11 @@
|
|||||||
### Download CN Data
|
### Download CN Data
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# daily data
|
||||||
python get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn
|
python get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn
|
||||||
|
|
||||||
|
# 1min data (Optional for running non-high-frequency strategies)
|
||||||
|
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/qlib_cn_1min --region cn --interval 1min
|
||||||
```
|
```
|
||||||
|
|
||||||
### Downlaod US Data
|
### Downlaod US Data
|
||||||
|
|||||||
Reference in New Issue
Block a user