Python SDK for CryptoCompare Personal API
Project description
CryptoCompare-Py
Overview
This is a Python SDK for the CryptoCompare APIs which require an API key.
https://min-api.cryptocompare.com/pricing
Getting Started
Install cryptocompsdk
:
pip install cryptocompsdk
A simple example:
import cryptocompsdk from cryptocompsdk import CryptoCompare API_KEY = 'my-api-key' cc = CryptoCompare(API_KEY) data = cc.history.get(from_symbol='BTC', to_symbol='USD', exchange='Kraken') df = data.to_df()
Links
See the documentation here.
Author
Created by Nick DeRobertis. MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size cryptocompsdk-0.3.0-py3-none-any.whl (34.9 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size cryptocompsdk-0.3.0.tar.gz (24.3 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for cryptocompsdk-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17a70f50255d70f0f0449af0507740efa23558d82b3f4c29ba021cb6c816b692 |
|
MD5 | d68aa5b01181df22b457ac72235577fd |
|
BLAKE2-256 | 30ba7e77782947da119733b849f349056ccaa51de5be1261b54cedc59f1f0060 |