USD to RUB exchange rate API
US Dollar to Russian Ruble · quoted 2026-09-24
84.8403
▲ +6.72% over YTD
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 year to date, USD/RUB traded between 70.8639 and 86.6118, averaged 78.4260 and rose 6.72%. 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 YTD: show the values
| Point | USD/RUB |
|---|---|
| 2025-12-31 | 79.4946 |
| 2026-01-07 | 80.5012 |
| 2026-01-14 | 78.7138 |
| 2026-01-21 | 78.0502 |
| 2026-01-28 | 76.3975 |
| 2026-02-04 | 76.9985 |
| 2026-02-11 | 77.2748 |
| 2026-02-18 | 76.3532 |
| 2026-02-25 | 76.6103 |
| 2026-03-04 | 77.6353 |
| 2026-03-11 | 79.0420 |
| 2026-03-18 | 82.3733 |
| 2026-03-25 | 80.5195 |
| 2026-04-01 | 81.3027 |
| 2026-04-08 | 78.4401 |
| 2026-04-15 | 75.3756 |
| 2026-04-22 | 75.1253 |
| 2026-04-29 | 75.3228 |
| 2026-05-06 | 75.4984 |
| 2026-05-14 | 73.6372 |
| 2026-05-21 | 71.3272 |
| 2026-05-29 | 70.8639 |
| 2026-06-05 | 73.4059 |
| 2026-06-14 | 72.4649 |
| 2026-06-21 | 73.0586 |
| 2026-06-28 | 78.9410 |
| 2026-07-05 | 76.9970 |
| 2026-07-12 | 76.6448 |
| 2026-07-19 | 78.2992 |
| 2026-07-26 | 78.1960 |
| 2026-08-02 | 79.2853 |
| 2026-08-09 | 81.6055 |
| 2026-08-16 | 83.9851 |
| 2026-08-24 | 82.7505 |
| 2026-08-31 | 85.9704 |
| 2026-09-07 | 86.6118 |
| 2026-09-14 | 84.5340 |
| 2026-09-21 | 84.1649 |
High
86.6118
Low
70.8639
Average
78.4260
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.