# Bank of Russia API **Provider:** Bank of Russia **Category:** finance **Base URL:** `https://www.cbr.ru` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.cbr.ru/development/SXML/ ## Description Exchange rates and currency conversion ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.cbr.ru/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://www.cbr.ru' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/bank-of-russia/) — CC BY 4.0*