Skip to main content

Python wrapper for CryptoCompare public API

Project description

cryCompare

Python wrapper for CryptoCompare public API (https://www.cryptocompare.com/api)

Following API requests are supported:

  • CoinList
  • Price
  • PriceMulti
  • PriceMultiFull
  • PriceHistorical
  • generateAvg
  • dayAvg
  • CoinSnapshot
  • CoinSnapshotFullById
  • HistoMinute
  • HistoHour
  • HistoDay
  • topPairs
  • socialStats
  • miningEquipment

Installation

pip install crycompare

Usage

from crycompare import price as p
print(p.coin_snapshot('btc', 'usd'))

price submodule: price, price_multi, price_multi_full, generate_avg, day_avg, price_historical, coin_snapshot, coin_snahpshot_id, top_pairs. history submodule: histo_minute, histo_hour, histo_day. social submodule: social_stats, mining_equipment

For detailed documentation visit CryptoCompare API website. CryptoCompare API Documentation can be found at https://www.cryptocompare.com/api/#introduction

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

crycompare-1.2.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

crycompare-1.2.1-py3-none-any.whl (6.0 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