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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cryptocompsdk-0.4.4.tar.gz
(29.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cryptocompsdk-0.4.4.tar.gz.
File metadata
- Download URL: cryptocompsdk-0.4.4.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fee68e9e3814c7b153fd1fa30ea65fdbc8de3759149d2788569497bcdb9b9005
|
|
| MD5 |
caddda2b1b371762ccb3c6682f25ebf2
|
|
| BLAKE2b-256 |
0b371e6ef00d53621edf5a7668a9ed256a0b63b1f73ffc92603bdff0021de58f
|
File details
Details for the file cryptocompsdk-0.4.4-py3-none-any.whl.
File metadata
- Download URL: cryptocompsdk-0.4.4-py3-none-any.whl
- Upload date:
- Size: 40.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdcde8892e6cb7611e094a5cb6826aaa6a400e235f7db2e009f29f9cce873098
|
|
| MD5 |
e410299b6414b9dda0d7b0be78b28cdb
|
|
| BLAKE2b-256 |
9631132ec63c18a75b12e2379d47692e4a78b0648b72159558d9f0cfa85d5aa0
|