An open API service indexing awesome lists of open source software.

https://github.com/bmoscon/bitmex_historical_scraper

Scrape historical data from Bitmex's AWS bucket
https://github.com/bmoscon/bitmex_historical_scraper

Last synced: about 1 year ago
JSON representation

Scrape historical data from Bitmex's AWS bucket

Awesome Lists containing this project

README

          

# 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
1. Clone/download repository
2. 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