Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonfester/binance-ohlc-downloader
https://github.com/simonfester/binance-ohlc-downloader
binance cryptocurrency csv jupyter pandas python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonfester/binance-ohlc-downloader
- Owner: simonfester
- Created: 2022-01-29T10:36:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-02T10:38:55.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T14:32:20.082Z (almost 2 years ago)
- Topics: binance, cryptocurrency, csv, jupyter, pandas, python
- Language: Jupyter Notebook
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binance-ohlc-downloader
A Jupyter notebook that will downlload OHLC data from Binance.
The data from Binance is zipped CSV files.
https://github.com/binance/binance-public-data/
Open time|Open|High|Low|Close|Volume|
| -- | -- | -- | -- | -- | -- |
|1499040000000|0.01634790|0.80000000|0.70000000|0.75000000|100000It then imports into a dataframe and runs all TA indicators from the ta library:
https://technical-analysis-library-in-python.readthedocs.io/en/latest/
Finally it will export all the data into a csv file: BTCUSDT-1d-2018-2021.csv