Skip to content

Latest commit

 

History

History
 
 

Cryptocurrency API

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Crypto-Currency API 🗣

🔹Introduction

  • 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.

🔹Purpose

  • 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
  • This program can be used for developing portfolio of crypto-currency investors where one can get minimal but most recent and important values and data related to specific crypto-currencies.
  • 🔹Requirements

    • requests
    • to fetch data from url

    Example API Request:


    Setup Instructions

    1. Have Python 3.x setup in the system

    2. Install the necessary packages

    3. Run the code using the command

        python cryptocurrency_rates.py
      

      and obtain the Output


    Workflow of the Program

    1. Enter number of requests
    2. Enter currency name as many times as you have requested.
    3. Obtain the Output

    Output

    🔹Author

    Drashti Patel