mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-14 08:16:54 +08:00
updated readme of yahoo collector where region parameter was incorrect (#504)
* updated readme of yahoo collector where region parameter was incorrect * changes update readme of yahoo collector where region parameter was incorrect * update readme of yahoo collector update readme of yahoo collector where region parameter was incorrect * updated changes * updated readme of cn1d data Co-authored-by: Gaurav Chauhan01/HO/Analytics/General <Gaurav.Chauhan01@bajajallianz.in>
This commit is contained in:
@@ -71,7 +71,7 @@ pip install -r requirements.txt
|
|||||||
- examples:
|
- examples:
|
||||||
```bash
|
```bash
|
||||||
# cn 1d data
|
# cn 1d data
|
||||||
python collector.py download_data --source_dir ~/.qlib/stock_data/source/cn_1d --start 2020-01-01 --end 2020-12-31 --delay 1 --interval 1d --region US
|
python collector.py download_data --source_dir ~/.qlib/stock_data/source/cn_1d --start 2020-01-01 --end 2020-12-31 --delay 1 --interval 1d --region CN
|
||||||
# cn 1min data
|
# cn 1min data
|
||||||
python collector.py download_data --source_dir ~/.qlib/stock_data/source/cn_1min --delay 1 --interval 1min --region CN
|
python collector.py download_data --source_dir ~/.qlib/stock_data/source/cn_1min --delay 1 --interval 1min --region CN
|
||||||
# us 1d data
|
# us 1d data
|
||||||
|
|||||||
Reference in New Issue
Block a user