Skip to content

An interactive grin price analysis tool that runs in your browser. Supports ooming, panning and shows moving averages

License

Notifications You must be signed in to change notification settings

Anynomouss/grin-price-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Grin price analysis provides a interactive dashboard to visualize locally stored grin price data. This tool used CoinGecko daily aggregated price information. The dashboard runs in your browser of choice.

The tool consists of two python scripts:

  1. 1_ grin-price_download_data.py - which updates your local copy of grin_price_data.csv. The script uses the CoinGecko API and only requests price information for missing days.

  2. 2_ grin-price_visualization0.py - which opens a interactive dashboard in your browser which you can open by going to http://127.0.0.1:8050 (just click the link)

image

Install dependencies

Windows       

 pip install pandas plotly dash dash-bootstrap-components pycoingeck

Linux/Max    

 pip3 install pandas plotly dash dash-bootstrap-components pycoingeck

How to use grin-price-analysis

Clone this repository

Make a local copy of this repository by either:

    a) Browse to https://github.com/Anynomouss/grin-price-analysis` clicking "Code"     "Download Zip" , extract the zip file.

    b) git clone https://github.com/Anynomouss/grin-price-analysis

Running an up-to-date price analysis requires you to run the two scripts consecutively

1 Fetch the latest price data:

Update your local copy of the price data by running the first script

Windows     python 1_ grin-price_download_data.py Linux/Max     python3 1_ grin-price_download_data.py

2 Run the interactive dashboard i

Windows     python 2_grin-price_dashboard.py

Linux/Max   python3 2_grin-price_dashboard.py

3 Open the interactive dashboard

Click on this link or open it in your favorite browser http://127.0.0.1:8050

Have fun grinning ツ

Data

https://www.coingecko.com/price_charts/bitcoin/usd/max_longer_cache.json

Grin Price analysis is powered by CoinGecko

License

This code uses the Apache V2 license. All data that is used originates from CoinGecko and follows the CoinGecko terms of service: CoinGecko API Terms of Service | CoinGecko

About

An interactive grin price analysis tool that runs in your browser. Supports ooming, panning and shows moving averages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages