A Python program analysing three different cryptocurrencies : Bitcoin, Ether and Litecoin. Here I had used the last one year data : 27/02/2020 - 27/02/2021
- Data Collection : Collect the price data of each cryptocoins of last one year from 28/02/2020 - 27/02/2021. You can download the dataset from my github from here.
- Preprocess the data : As I am doing the analysis on the closing price of each cryptocoins, we need to extract only the closing price of each coins from each dataset and scale it.
- Analyse and visualize the price variation of each coins. Following graph shows the price variation.
The Code is written in Python 3.9.1 If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip.



