Skip to main content

GDAX data for Pandas in the style of DataReader.

Project description

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'))
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pandas-datareader-gdax-0.1.2.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file pandas-datareader-gdax-0.1.2.tar.gz.

File metadata

File hashes

Hashes for pandas-datareader-gdax-0.1.2.tar.gz
Algorithm Hash digest
SHA256 ce04dfa060c6f729b19e785b3f17acade5af842d917a9ad258440fad96e16d2c
MD5 2d939638231fd119b204d3e14faa8bd2
BLAKE2b-256 b9b7916e92af8bdead6adf7262fd7462748a53c9f33b13203180913ac8349b3f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page