Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 658 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 658 Bytes

crypto_data_fetcher

Features

  • fetch (ohlcv/funding rate) as pandas DataFrame
  • incremental fetch

Install

pip install "git+https://github.com/richmanbtc/crypto_data_fetcher.git@v0.0.18#egg=crypto_data_fetcher"

Usage

Supported exchange and data

exchange market_type ohlcv mark ohlcv funding rate premium index
binance spot o x x x
binance future o o o x
bybit inverse o o o o
bybit usdt o o o o
ftx all o o o x
kraken spot o x x x

License

CC0

Developer

test

python3 -m unittest tests/test_*
pyenv exec pipenv run python3 -m unittest tests/test_*