Skip to content

USD to RUB exchange rate API

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

84.8403

▲ +1.43% over 1Y

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 year, USD/RUB traded between 71.1416 and 86.3193, averaged 78.9263 and rose 1.43%. 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 1Y

USD/RUB over 1Y: show the values
PointUSD/RUB
2025-09-2483.6409
2025-10-0182.5932
2025-10-0882.5224
2025-10-1579.5005
2025-10-2281.3621
2025-10-2979.2507
2025-11-0580.9943
2025-11-1280.9479
2025-11-1981.0693
2025-11-2678.8718
2025-12-0377.4129
2025-12-1178.6910
2025-12-1880.4823
2025-12-2578.7316
2026-01-0178.9873
2026-01-0880.4541
2026-01-1578.4983
2026-01-2276.9571
2026-01-2976.5448
2026-02-0576.7269
2026-02-1277.0961
2026-02-1976.7697
2026-02-2676.7052
2026-03-0577.8576
2026-03-1279.1601
2026-03-1983.8478
2026-03-2680.9986
2026-04-0280.3236
2026-04-0978.5504
2026-04-1675.4936
2026-04-2375.0998
2026-04-3074.7471
2026-05-0774.7503
2026-05-1573.2516
2026-05-2371.5277
2026-05-3071.1416
2026-06-0673.6859
2026-06-1572.2185
2026-06-2273.1405
2026-06-2977.8360
2026-07-0677.0577
2026-07-1376.8091
2026-07-2078.2723
2026-07-2778.0196
2026-08-0379.3650
2026-08-1081.6578
2026-08-1783.9226
2026-08-2583.8824
2026-09-0186.3193
2026-09-0886.2372
2026-09-1584.5115
2026-09-2283.7583

High

86.3193

Low

71.1416

Average

78.9263

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.