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.1.tar.gz.
File metadata
- Download URL: pandas-datareader-gdax-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e90218f24a9b7949d85509237dbb08e009b4532dcc6e7ed2245d19e2f476e892
|
|
| MD5 |
0e4bb72b25324c15ad538e1a37bd91f7
|
|
| BLAKE2b-256 |
cfe96274711955ffd3472322da13604c1665f41043b96ca24bc90c8b3486c71a
|