All Projects → stefs304 → Crycompare

stefs304 / Crycompare

Licence: mit
Python wrapper for CryptoCompare public API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Crycompare

Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+838.57%)
Mutual labels:  cryptocurrency, crypto
Intrinio Realtime Node Sdk
Intrinio NodeJS SDK for Real-Time Stock & Crypto Prices
Stars: ✭ 30 (-57.14%)
Mutual labels:  cryptocurrency, crypto
Hth Legacy Old Chain
Old Binaries and source code for HTH. Deprecated.
Stars: ✭ 22 (-68.57%)
Mutual labels:  cryptocurrency, crypto
Rate.sx
💰 curl cryptocurrencies exchange rates
Stars: ✭ 563 (+704.29%)
Mutual labels:  cryptocurrency, crypto
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-10%)
Mutual labels:  cryptocurrency, crypto
Subzero
Square's Bitcoin Cold Storage solution.
Stars: ✭ 598 (+754.29%)
Mutual labels:  cryptocurrency, crypto
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (-62.86%)
Mutual labels:  cryptocurrency, crypto
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+6472.86%)
Mutual labels:  cryptocurrency, crypto
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-27.14%)
Mutual labels:  cryptocurrency, crypto
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (-35.71%)
Mutual labels:  cryptocurrency, crypto
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+642.86%)
Mutual labels:  cryptocurrency, crypto
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-22.86%)
Mutual labels:  cryptocurrency, crypto
Binance Triangle Arbitrage
Detect in-market cryptocurrency arbitrage
Stars: ✭ 460 (+557.14%)
Mutual labels:  cryptocurrency, crypto
Awesome Blockchain
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
Stars: ✭ 604 (+762.86%)
Mutual labels:  cryptocurrency, crypto
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (+555.71%)
Mutual labels:  cryptocurrency, crypto
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1218.57%)
Mutual labels:  cryptocurrency, crypto
Profit Trailer Settings
Place to store and stay up to date with configs & strategies from the CryptoGnome Group
Stars: ✭ 335 (+378.57%)
Mutual labels:  cryptocurrency, crypto
Ico Check
Background checks and due diligence for crypto projects
Stars: ✭ 368 (+425.71%)
Mutual labels:  cryptocurrency, crypto
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+1360%)
Mutual labels:  cryptocurrency, crypto
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+1382.86%)
Mutual labels:  cryptocurrency, crypto

cryCompare

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

Project information https://pypi.org/project/crycompare/

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].