Skip to content

Ryan3435/CryptoCompare-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CryptoCompare-Python

This is a wrapper for CryptoCompare's public API.

Full documentation can be found here: https://min-api.cryptocompare.com/
More information here: https://www.cryptocompare.com/api/#introduction

Functions currently supported:

price(self,currency,inTermsOf='BTC')
priceHistorical(self,currency,inTermsOf='BTC')
generateAvg(self,currency,inTermsOf='USD',markets='Coinbase,Kraken,Bitstamp,Bitfinex')
histoMinute(self, currency, baseCurrency = 'BTC', limit = 60, aggregate = 0, toTs = "")
histoHour(self, currency, baseCurrency = 'BTC', limit = 60, aggregate = 0, toTs = "")
histoDay(self, currency, baseCurrency = 'BTC', limit = 60, aggregate = 0, toTs = "")

I will try to finish the rest of the functions soon.

About

Python3 wrapper for CryptoCompare's public API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages