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_ grin-price_download_data.py- which updates your local copy ofgrin_price_data.csv. The script uses the CoinGecko API and only requests price information for missing days. -
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)
Windows
pip install pandas plotly dash dash-bootstrap-components pycoingeck
Linux/Max
pip3 install pandas plotly dash dash-bootstrap-components pycoingeck
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 ツ
https://www.coingecko.com/price_charts/bitcoin/usd/max_longer_cache.json
Grin Price analysis is powered by CoinGecko
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