Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 701 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 701 Bytes

Visualize the Crypto market with the CoinGecko API

Create custom Cryptocurrency charts via the CoinGecko API. This project doesn't require a paid CoinGecko API plan, it uses the API's free service (rate limit of 10-50 calls/minute).

Dependencies

Install all dependencies with:

$ pip3 install -r requirements.txt

Quick Start

$ python3 crypto_data.py   

Example

BTC vs USD chart over the last 10 days: BTC vs USD chart

BTC vs ETH chart over the last 10 days: BTC vs ETH chart

SOL vs USD chart over the last 10 days: SOL vs USD chart