USD to RUB exchange rate API
US Dollar to Russian Ruble · quoted 2026-09-24
84.8403
▲ +1.43% over 1Y
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 year, USD/RUB traded between 71.1416 and 86.3193, averaged 78.9263 and rose 1.43%. 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 1Y: show the values
| Point | USD/RUB |
|---|---|
| 2025-09-24 | 83.6409 |
| 2025-10-01 | 82.5932 |
| 2025-10-08 | 82.5224 |
| 2025-10-15 | 79.5005 |
| 2025-10-22 | 81.3621 |
| 2025-10-29 | 79.2507 |
| 2025-11-05 | 80.9943 |
| 2025-11-12 | 80.9479 |
| 2025-11-19 | 81.0693 |
| 2025-11-26 | 78.8718 |
| 2025-12-03 | 77.4129 |
| 2025-12-11 | 78.6910 |
| 2025-12-18 | 80.4823 |
| 2025-12-25 | 78.7316 |
| 2026-01-01 | 78.9873 |
| 2026-01-08 | 80.4541 |
| 2026-01-15 | 78.4983 |
| 2026-01-22 | 76.9571 |
| 2026-01-29 | 76.5448 |
| 2026-02-05 | 76.7269 |
| 2026-02-12 | 77.0961 |
| 2026-02-19 | 76.7697 |
| 2026-02-26 | 76.7052 |
| 2026-03-05 | 77.8576 |
| 2026-03-12 | 79.1601 |
| 2026-03-19 | 83.8478 |
| 2026-03-26 | 80.9986 |
| 2026-04-02 | 80.3236 |
| 2026-04-09 | 78.5504 |
| 2026-04-16 | 75.4936 |
| 2026-04-23 | 75.0998 |
| 2026-04-30 | 74.7471 |
| 2026-05-07 | 74.7503 |
| 2026-05-15 | 73.2516 |
| 2026-05-23 | 71.5277 |
| 2026-05-30 | 71.1416 |
| 2026-06-06 | 73.6859 |
| 2026-06-15 | 72.2185 |
| 2026-06-22 | 73.1405 |
| 2026-06-29 | 77.8360 |
| 2026-07-06 | 77.0577 |
| 2026-07-13 | 76.8091 |
| 2026-07-20 | 78.2723 |
| 2026-07-27 | 78.0196 |
| 2026-08-03 | 79.3650 |
| 2026-08-10 | 81.6578 |
| 2026-08-17 | 83.9226 |
| 2026-08-25 | 83.8824 |
| 2026-09-01 | 86.3193 |
| 2026-09-08 | 86.2372 |
| 2026-09-15 | 84.5115 |
| 2026-09-22 | 83.7583 |
High
86.3193
Low
71.1416
Average
78.9263
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.