Skip to content

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

USD/RUB over 5Y: show the values
PointUSD/RUB
2021-09-2772.6581
2021-11-0871.3893
2021-12-2074.1506
2022-01-3177.7385
2024-09-0488.2511
2024-10-1595.1656
2024-11-1498.5045
2024-12-14104.4630
2025-01-13101.9500
2025-02-1296.5307
2025-03-1486.2198
2025-04-1483.5824
2025-05-1580.3767
2025-06-1579.8245
2025-07-1578.0286
2025-08-1479.4856
2025-09-1484.0438
2025-10-1480.9640
2025-11-1381.2695
2025-12-1479.9366
2026-01-1378.3233
2026-02-1277.0961
2026-03-1480.0165
2026-04-1377.3222
2026-05-1473.6372
2026-06-1672.4273
2026-07-1677.4790
2026-08-1584.1604
2026-09-1584.5115

High

104.4630

Low

71.3893

Average

82.8116

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=RUB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=RUB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=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&currencies=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.