- This project allows you to fetch latest rate of cryptocurrency in USD, and percentage change in 24 hours, with time when the rates are updated last.
- User can fetch latest rates of cryptocurrencies
- User can fetch percenatge of change in value of currency in last 24 hours
- User can get time when values are updated most recently
- requests to fetch data from url
-
Have Python 3.x setup in the system
-
Install the necessary packages
-
Run the code using the command
python cryptocurrency_rates.py
and obtain the Output
- Enter number of requests
- Enter currency name as many times as you have requested.
- Obtain the Output
Drashti Patel