Grin interactive price analysis Dashboard

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. 1_fetch-grin-price_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-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

4 Likes

I made some general improvements and added a few more tabs useful for analysis.

Dashboard has the following tabs:

  1. Line graph of the grin price in USD + Moving averages [50, 100, 200 days and 50 weeks]

  2. Candle stick chart of weekly grin price in USD + Moving averages [50, 100, 200 days and 50 weeks]

  3. Grin line price graph with value in BTC + Moving averages [50, 100, 200 days and 50 weeks]

  4. Market Cap over time, weekly candles + + Moving averages [50, 100, 200 days and 50 weeks]

Other improvements:

  • Consistency in Moving Average colors with most analysis tools out there
  • Auto-switching to burger menu on mobile
  • Using more display area for the graph itself.
  • When zooming in on the price graph by dragging a zoom box, y-axis will auto zoom to fit the content of the values in the price range.

That was all fun and the dashboard is now looking quite good and useful .
However, crypto prices is not that important or interesting after all.
Back to real crypto work.

5 Likes