Skip to content

RUB to STD exchange rate API

Russian Ruble to Dobra · quoted 2026-09-24

255.5129

▼ +3.69% over YTD

1 RUB = 255.5129 STD · 1 STD = 0.003914 RUB · Get this rate via the API

1 RUB buys 255.5129 STD as of 2026-09-24, so 1 STD buys 0.003914 RUB. Over the year to date, RUB/STD traded between 245.5835 and 299.1973, averaged 270.9185 and fell 3.69%. The API holds daily RUB/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/STD over YTD

RUB/STD over YTD: show the values
PointRUB/STD
2025-12-31265.2959
2026-01-07262.0755
2026-01-14269.1205
2026-01-21270.3092
2026-01-28269.9668
2026-02-04271.6937
2026-02-11269.8345
2026-02-18273.1760
2026-02-25273.0018
2026-03-04274.0122
2026-03-11268.6531
2026-03-18259.8637
2026-03-25264.7897
2026-04-01263.0369
2026-04-08270.6918
2026-04-15274.5977
2026-04-22275.5127
2026-04-29274.7904
2026-05-06274.1512
2026-05-14286.1473
2026-05-21297.4348
2026-05-29299.1973
2026-06-05289.0817
2026-06-14293.4137
2026-06-21293.7186
2026-06-28274.3480
2026-07-05279.4517
2026-07-12280.3093
2026-07-19273.7406
2026-07-26276.6212
2026-08-02269.5728
2026-08-09260.9813
2026-08-16253.1473
2026-08-24256.6724
2026-08-31248.8915
2026-09-07245.5835
2026-09-14252.0511
2026-09-21255.3713

High

299.1973

Low

245.5835

Average

270.9185

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=STD").json()

Replace YOUR_API_KEY with the key from your dashboard.

RUB/STD API questions

How do I get the RUB/STD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/STD rate in rates.STD.

How far back does RUB/STD historical data go?

Daily RUB/STD 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 RUB/STD 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.