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
Close
Hashes for cryptocompare-python-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56b6cef60bc28870b1054d820a261978037b5cf51717497ebb9e93f9b507129d |
|
MD5 | 086a823dd2ff2eea72a37f34f71e1bcb |
|
BLAKE2b-256 | c1b933c59b10ce12120fd1d1452cdff008188f3d0d7578b7b05bbc11ab97c60f |
Close
Hashes for cryptocompare_python-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0f0804fe98250d2a5a2c1e51338ca09c6fcf173c9993d4c6eeb640d7fbcd7c2 |
|
MD5 | d1173e8e15f09eeb8a1a6c6fafdd2195 |
|
BLAKE2b-256 | 21bd3c7bfc8b3b3cf6a3d88277aa0b1006ca6ce9f14e30bcf6de8c71151037df |