A modern API for accessing real-time and historical financial data from the Central Bank of Russia.
- 📊 Real-Time Exchange Rates: Get up-to-date currency exchange data.
- 🕰️ Historical Data: Access past rates for analysis.
- ⚙️ Customizable Queries: Flexible filters for specific data needs.
- 🚀 Fast & Reliable: Optimized for performance and scalability.
- Clone the repository.
cd ExchangeRates
pip install requirements.txt
fastapi dev main.py
- Go to http://127.0.0.1:8000/docs for documentation.
- Start using the API to power your financial applications!
- beautifulsoup4 - for cbr.ru parsing.
- fastapi - for api development.
- aiohttp - for asynchronous http requests.