Skip to content

bojodanchev/Smallsidepythonproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Smallside Python Project

This tiny script calls the public CoinGecko API, stores the latest USD prices for Bitcoin and Ethereum in a pandas DataFrame, and writes the result to data.csv.

Requirements

  • Python 3.9 or newer
  • requests and pandas Python packages (pip install requests pandas)

Usage

python3 fetch_data.py

The script prints the fetched prices and saves them to data.csv in the current directory.

Notes

  • The timestamp column is generated in UTC using timezone-aware ISO 8601 strings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages