Skip to content

Create Cryptocurrency Charts using the CoinGecko API

Notifications You must be signed in to change notification settings

sokratisvas/crypto-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Create Cryptocurrency Charts using the CoinGecko API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages