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.4.4-py3-none-any.whl (40.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size cryptocompsdk-0.4.4.tar.gz (29.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for cryptocompsdk-0.4.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdcde8892e6cb7611e094a5cb6826aaa6a400e235f7db2e009f29f9cce873098 |
|
MD5 | e410299b6414b9dda0d7b0be78b28cdb |
|
BLAKE2-256 | 9631132ec63c18a75b12e2379d47692e4a78b0648b72159558d9f0cfa85d5aa0 |