Skip to content

Download Historical Stock Data

James Shen edited this page Jun 6, 2020 · 1 revision

Download the SQLite database and put in the asx_gym directory

this data contains 10 years historical stock data (updated till 2020-May)

.
├── LICENSE
├── README.md
├── asx_gym
│   ├── __init__.py
│   ├── db.sqlite3  <--- download db.sqlite3 and put here.
│   └── envs
│       ├── __init__.py

ASX GYM

Clone this wiki locally