Skip to content

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

USD/RUB over 30D: show the values
PointUSD/RUB
2026-08-2583.8824
2026-08-2683.6703
2026-08-2785.3180
2026-08-2885.4709
2026-08-2986.1795
2026-08-3086.0193
2026-08-3185.9704
2026-09-0186.3193
2026-09-0286.8248
2026-09-0387.2973
2026-09-0486.6585
2026-09-0585.8232
2026-09-0686.5588
2026-09-0786.6118
2026-09-0886.2372
2026-09-0985.8477
2026-09-1084.9956
2026-09-1183.9603
2026-09-1284.1910
2026-09-1384.2845
2026-09-1484.5340
2026-09-1584.5115
2026-09-1684.1978
2026-09-1784.2291
2026-09-1884.4996
2026-09-1984.3969
2026-09-2084.0850
2026-09-2184.1649
2026-09-2283.7583
2026-09-2384.2975
2026-09-2484.8403

High

87.2973

Low

83.6703

Average

85.1399

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.