See currency changes
Project description
cryptocompare-Python-API
A Python wrapper for the Cryptocompare API.
The api call descriptions are from the official documentation.
Getting Started
To get your API Key visit Cryptocompare Web Site but is not implemented yet in this package
To install the wrapper, enter the following into the terminal.
pip install cryptocompare-python
API Key is optional here
from cryptocompare-py import CryptoCurrency
currency = CryptoCurrency()
simple_exchange_rate = currency.get_single_exchange_rate('BTC','USD')
print(simple_exchange_rate)
multiple_exchange_rate = currency.get_multiple_exchange_rate('BTC','USD','EUR','CAD')
print(multiple_exchange_rate)
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.
Source Distribution
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 cryptocompare-python-0.0.2.tar.gz.
File metadata
- Download URL: cryptocompare-python-0.0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56b6cef60bc28870b1054d820a261978037b5cf51717497ebb9e93f9b507129d
|
|
| MD5 |
086a823dd2ff2eea72a37f34f71e1bcb
|
|
| BLAKE2b-256 |
c1b933c59b10ce12120fd1d1452cdff008188f3d0d7578b7b05bbc11ab97c60f
|
File details
Details for the file cryptocompare_python-0.0.2-py3-none-any.whl.
File metadata
- Download URL: cryptocompare_python-0.0.2-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0f0804fe98250d2a5a2c1e51338ca09c6fcf173c9993d4c6eeb640d7fbcd7c2
|
|
| MD5 |
d1173e8e15f09eeb8a1a6c6fafdd2195
|
|
| BLAKE2b-256 |
21bd3c7bfc8b3b3cf6a3d88277aa0b1006ca6ce9f14e30bcf6de8c71151037df
|