metalwhale
commited on
Commit
•
c3e3854
1
Parent(s):
06a1d6d
Add US stock data.
Browse files- README.md +6 -0
- us_data.log +0 -0
- us_data.zip +3 -0
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## US stock data
|
2 |
+
- [`us_data.zip`](./us_data.zip): Downloaded by using script from [`qlib` data collector](https://github.com/microsoft/qlib/blob/main/scripts/data_collector/yahoo/README.md#collector-yahoofinance-data-to-qlib)
|
3 |
+
```
|
4 |
+
python scripts/data_collector/yahoo/collector.py download_data --source_dir ~/.qlib/stock_data/source/us_data --start 1900-01-01 --end 2023-12-31 --delay 1 --interval 1d --region US
|
5 |
+
```
|
6 |
+
- [`us_data.log`](./us_data.log): log file
|
us_data.log
ADDED
The diff for this file is too large to render.
See raw diff
|
|
us_data.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c69b38897d917502672eb21474ef34ff4a77ee95dce81ff16c8268c0a7fc2db
|
3 |
+
size 691058416
|