USD to RUB exchange rate API
US Dollar to Russian Ruble · quoted 2026-09-24
84.8403
▲ +16.77% over 5Y
1 USD = 84.8403 RUB · 1 RUB = 0.01179 USD · Get this rate via the API
1 USD buys 84.8403 RUB as of 2026-09-24, so 1 RUB buys 0.01179 USD. Over the last 5 years, USD/RUB traded between 71.3893 and 104.4630, averaged 82.8116 and rose 16.77%. The API holds daily USD/RUB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/RUB over 5Y: show the values
| Point | USD/RUB |
|---|---|
| 2021-09-27 | 72.6581 |
| 2021-11-08 | 71.3893 |
| 2021-12-20 | 74.1506 |
| 2022-01-31 | 77.7385 |
| 2024-09-04 | 88.2511 |
| 2024-10-15 | 95.1656 |
| 2024-11-14 | 98.5045 |
| 2024-12-14 | 104.4630 |
| 2025-01-13 | 101.9500 |
| 2025-02-12 | 96.5307 |
| 2025-03-14 | 86.2198 |
| 2025-04-14 | 83.5824 |
| 2025-05-15 | 80.3767 |
| 2025-06-15 | 79.8245 |
| 2025-07-15 | 78.0286 |
| 2025-08-14 | 79.4856 |
| 2025-09-14 | 84.0438 |
| 2025-10-14 | 80.9640 |
| 2025-11-13 | 81.2695 |
| 2025-12-14 | 79.9366 |
| 2026-01-13 | 78.3233 |
| 2026-02-12 | 77.0961 |
| 2026-03-14 | 80.0165 |
| 2026-04-13 | 77.3222 |
| 2026-05-14 | 73.6372 |
| 2026-06-16 | 72.4273 |
| 2026-07-16 | 77.4790 |
| 2026-08-15 | 84.1604 |
| 2026-09-15 | 84.5115 |
High
104.4630
Low
71.3893
Average
82.8116
Get this rate via the API
One GET request returns the USD/RUB rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=RUB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=RUB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=RUB").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/RUB API questions
How do I get the USD/RUB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=RUB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/RUB rate in rates.RUB.
How far back does USD/RUB historical data go?
Daily USD/RUB rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free USD/RUB exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.