I thought it might be useful to create a simple linteractive grin price analysis dashboard in Python. The tool I made offers an interactive dashboard that you can open in your browser. The dashboard has a tab for a line graph and a weekly candle graphs, with options to Zoom, pan and toggle different moving averages.
Find below some information copied from the README.md file. Have fun grinning ใ !
README
Grin price analysis is an interactive dashboard tool to visualize locally stored grin price data. This tool uses CoinGecko daily aggregated price data queried from the CouinGecko API. The dashboard can be opened in your browser of choice.
The tool consists of two python scripts:
-
1_fetch-grin-price_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-dashboard.py- which starts the interactive dashboard which you can open in your browser by going to http://127.0.0.1:8050 (just click the link)
- grin-price-analysis/Readme.md at main ยท Anynomouss/grin-price-analysis ยท GitHub

