Skip to content

USD to RUB exchange rate API

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

84.8403

▲ +6.72% over YTD

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 year to date, USD/RUB traded between 70.8639 and 86.6118, averaged 78.4260 and rose 6.72%. 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 YTD

USD/RUB over YTD: show the values
PointUSD/RUB
2025-12-3179.4946
2026-01-0780.5012
2026-01-1478.7138
2026-01-2178.0502
2026-01-2876.3975
2026-02-0476.9985
2026-02-1177.2748
2026-02-1876.3532
2026-02-2576.6103
2026-03-0477.6353
2026-03-1179.0420
2026-03-1882.3733
2026-03-2580.5195
2026-04-0181.3027
2026-04-0878.4401
2026-04-1575.3756
2026-04-2275.1253
2026-04-2975.3228
2026-05-0675.4984
2026-05-1473.6372
2026-05-2171.3272
2026-05-2970.8639
2026-06-0573.4059
2026-06-1472.4649
2026-06-2173.0586
2026-06-2878.9410
2026-07-0576.9970
2026-07-1276.6448
2026-07-1978.2992
2026-07-2678.1960
2026-08-0279.2853
2026-08-0981.6055
2026-08-1683.9851
2026-08-2482.7505
2026-08-3185.9704
2026-09-0786.6118
2026-09-1484.5340
2026-09-2184.1649

High

86.6118

Low

70.8639

Average

78.4260

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.