bitmex_historical_scraper
bitmex_historical_scraper copied to clipboard
Scrape historical data from Bitmex's AWS bucket
BITMEX Historical Data Scraper
Bitmex no longer offers historical trade data on their REST API. They do have the data in a public AWS bucket, which this scrapes and converts to CSV files (by year).
Installation
- Clone/download repository
- Install requirements:
pip install -r requirements.txt
Usage
-
python scrape.py
- Scrape all available data -
python scrape.py --start YYYYMMDD
- Scrape data from start date through yesterday -
python scrape.py --start YYYYMMDD --end YYYYMMDD
- Scrape data from start date through end date (inclusive) -
python scrape.py --end YYYYMMDD
- Scrape data from start of data through end date