Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 665 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 665 Bytes

crypto_data_fetcher

Features

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

Install

pip install "git+https://github.com/richmanbtc/[email protected]#egg=crypto_data_fetcher"

Usage

Supported exchange and data

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

License

CC0

Developer

test

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