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

Uploaded Source

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