https://github.com/are-you-serat/rubankapi
A modern API for accessing real-time and historical financial data from the Central Bank of Russia.
https://github.com/are-you-serat/rubankapi
api api-rest crud fastapi
Last synced: about 1 month ago
JSON representation
A modern API for accessing real-time and historical financial data from the Central Bank of Russia.
- Host: GitHub
- URL: https://github.com/are-you-serat/rubankapi
- Owner: are-you-serat
- Created: 2025-01-09T03:11:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T03:39:00.000Z (over 1 year ago)
- Last Synced: 2025-03-29T00:17:39.463Z (about 1 year ago)
- Topics: api, api-rest, crud, fastapi
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RUBankAPI
A modern API for accessing real-time and historical financial data from the Central Bank of Russia.
## Key Features
- 📊 **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.
## Getting Started
1. Clone the repository.
2. ```cd ExchangeRates```
3. ```pip install requirements.txt```
4. ```fastapi dev main.py```
5. Go to http://127.0.0.1:8000/docs for documentation.
6. Start using the API to power your financial applications!
## Libraries used in the API
1. beautifulsoup4 - for cbr.ru parsing.
2. fastapi - for api development.
3. aiohttp - for asynchronous http requests.