USD to RUB exchange rate API
US Dollar to Russian Ruble · quoted 2026-09-24
84.8403
▲ +1.14% over 30D
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 30 days, USD/RUB traded between 83.6703 and 87.2973, averaged 85.1399 and rose 1.14%. 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 30D: show the values
| Point | USD/RUB |
|---|---|
| 2026-08-25 | 83.8824 |
| 2026-08-26 | 83.6703 |
| 2026-08-27 | 85.3180 |
| 2026-08-28 | 85.4709 |
| 2026-08-29 | 86.1795 |
| 2026-08-30 | 86.0193 |
| 2026-08-31 | 85.9704 |
| 2026-09-01 | 86.3193 |
| 2026-09-02 | 86.8248 |
| 2026-09-03 | 87.2973 |
| 2026-09-04 | 86.6585 |
| 2026-09-05 | 85.8232 |
| 2026-09-06 | 86.5588 |
| 2026-09-07 | 86.6118 |
| 2026-09-08 | 86.2372 |
| 2026-09-09 | 85.8477 |
| 2026-09-10 | 84.9956 |
| 2026-09-11 | 83.9603 |
| 2026-09-12 | 84.1910 |
| 2026-09-13 | 84.2845 |
| 2026-09-14 | 84.5340 |
| 2026-09-15 | 84.5115 |
| 2026-09-16 | 84.1978 |
| 2026-09-17 | 84.2291 |
| 2026-09-18 | 84.4996 |
| 2026-09-19 | 84.3969 |
| 2026-09-20 | 84.0850 |
| 2026-09-21 | 84.1649 |
| 2026-09-22 | 83.7583 |
| 2026-09-23 | 84.2975 |
| 2026-09-24 | 84.8403 |
High
87.2973
Low
83.6703
Average
85.1399
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.