Skip to main content

See currency changes

Project description

cryptocompare-Python-API

CodeQL Upload Python Package

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cryptocompare-python-0.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

cryptocompare_python-0.0.2-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page