Skip to content

Latest commit

 

History

History
93 lines (76 loc) · 1.66 KB

File metadata and controls

93 lines (76 loc) · 1.66 KB

📘 CoinMarketCap API

Consumes the CoinMarketCap API, acquiring the price data and change of the day in %, of the first hundred cryptocurrency in the list and saving the data to a csv file.

CoinMarketCap_logo


📑 Main technologies:

Poetry 1.0.0
Python 3.9
Requests 2.28.1

⚙️Requirements.

Create a free account in: https://coinmarketcap.com/api/

varenv.py


💻 How to use:

  • Clone the repository:
$ git clone https://github.com/brunomcr/consuming-coinMarketcap-API.git
$ cd consuming-coinMarketcap-API/
  • Install dependencies:
$ poetry install
  • Run main code and saving the data in .csv:
$ poetry run python main.py

✅ With the main code executed, you can view the data in coinMarketCap.csv!

coinMarketCap.csv

Name Symbol Price % 24h
Bitcoin BTC 19984.58 3.74
Ethereum ETH 1352.45 3.56
Tether USDT 1.0 0.01
BNB BNB 293.94 2.7
USD Coin USDC 1.0 0.0