A library to retrieve GDAX historical data into a Pandas DataFrame, in a similar style to Pandas DataReader.
Free software: BSD license
Installation
pip install pandas-datareader-gdax
Example
import pytz
from datetime import datetime
from pandas_datareader_gdax import get_data_gdax
# Retrieve the GDAX data into a dataframe
df = get_data_gdax(
'BTC-USD',
granularity=5*60,
start=datetime(2016, 6, 1, 7, 0, 0, tzinfo=pytz.timezone('UTC')),
end=datetime(2017, 9, 1, 6, 59, 59, tzinfo=pytz.timezone('UTC'))
)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pandas-datareader-gdax-0.1.2.tar.gz.
File metadata
- Download URL: pandas-datareader-gdax-0.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce04dfa060c6f729b19e785b3f17acade5af842d917a9ad258440fad96e16d2c
|
|
| MD5 |
2d939638231fd119b204d3e14faa8bd2
|
|
| BLAKE2b-256 |
b9b7916e92af8bdead6adf7262fd7462748a53c9f33b13203180913ac8349b3f
|