Skip to content

USD to RUB exchange rate API

US Dollar to Russian Ruble · quoted 2026-09-24

84.8403

▲ +4.20% over 6M

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 6 months, USD/RUB traded between 71.2434 and 87.2973, averaged 78.5967 and rose 4.20%. 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 6M

USD/RUB over 6M: show the values
PointUSD/RUB
2026-03-2881.4195
2026-04-0480.3253
2026-04-1177.1045
2026-04-1876.2315
2026-04-2575.1858
2026-05-0274.9726
2026-05-0974.2400
2026-05-1772.8710
2026-05-2571.3138
2026-06-0171.2434
2026-06-1071.9953
2026-06-1772.4966
2026-06-2474.5130
2026-07-0178.6997
2026-07-0876.4681
2026-07-1577.4629
2026-07-2278.2895
2026-07-2978.7305
2026-08-0580.5746
2026-08-1282.4623
2026-08-2083.9905
2026-08-2785.3180
2026-09-0387.2973
2026-09-1084.9956
2026-09-1784.2291
2026-09-2484.8403

High

87.2973

Low

71.2434

Average

78.5967

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.