The Currency Value Tracker App is a simple web application built with Python 3.12 and Streamlit. It allows users to track real-time exchange rates between different currencies using Yahoo Finance (yfinance) and visualize historical trends.
- ✅ Fetches real-time exchange rates between selected currencies.
- 📈 Displays historical exchange rate trends (last 30 days).
- 📊 Uses Matplotlib for graphical representation.
- ⚡ Built with Streamlit for a smooth user interface.
- Python 3.12 installed on your system.
pippackage manager.
- Clone this repository:
git clone https://ithub.com/SatyamSharma007/currency-tracker-challenge.git cd currency-tracker
- Install dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run currency_tracker.py
- Select the Base and Target Currency from the dropdown lists.
- Click 'Get Exchange Rate' to view the real-time conversion.
- Click 'Show Last 30 Days Trend' to visualize historical exchange rates.
streamlityfinancematplotlib