Simple python program to view daily, weekly, monthly charts of your favourite crypto currency. Data is being fetched by the yahoo finance (yfinance module) and the graph has been plotted with the help of plotly module
- First you have to install the required modules so that the program can execute smoothly.
- Then you have to modify your data according to your own choice.
- Run the command in the terminal, the required data will be downloaded and will start running on your local host with help of dash framework.
The plotly Python library is an interactive, open-source plotting library that supports over 40 unique chart types covering a wide range of statistical, financial, geographic, scientific, and 3-dimensional use-cases.
Dash is a python framework created by plotly for creating interactive web applications. Dash is written on the top of Flask, Plotly. js and React js. With Dash, you don't have to learn HTML, CSS and Javascript in order to create interactive dashboards, you only need python.