A Python script that fetches real-time cryptocurrency prices using the CoinGecko API.
The script collects Bitcoin and Ethereum data, including:
Current price
High/Low 24h
24-hour percentage change
Timestamp
The data is processed and saved automatically into a CSV file.
Includes error handling, clean structure, and fast API requests.