Skip to main content

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

pandas-datareader-gdax-0.1.1.tar.gz (3.3 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for pandas-datareader-gdax-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e90218f24a9b7949d85509237dbb08e009b4532dcc6e7ed2245d19e2f476e892
MD5 0e4bb72b25324c15ad538e1a37bd91f7
BLAKE2b-256 cfe96274711955ffd3472322da13604c1665f41043b96ca24bc90c8b3486c71a

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.2

1 file

This release

0.1.1 This release

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page