https://github.com/codler/bitmex-data-downloader
Download Bitmex price data
https://github.com/codler/bitmex-data-downloader
Last synced: 11 months ago
JSON representation
Download Bitmex price data
- Host: GitHub
- URL: https://github.com/codler/bitmex-data-downloader
- Owner: codler
- Created: 2019-09-05T13:12:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T08:56:37.000Z (about 4 years ago)
- Last Synced: 2025-02-18T12:51:52.756Z (11 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitmex data downloader
## Install
```
npm install --save bitmex-data-downloader
```
## Usage
```js
const BDD = require('bitmex-data-downloader');
BDD.download({
path: 'data',
startDate: new Date('2017'),
endDate: new Date('2018'),
});
```