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: show the values
| Point | RUB/STD |
|---|---|
| 2025-12-31 | 265.2959 |
| 2026-01-07 | 262.0755 |
| 2026-01-14 | 269.1205 |
| 2026-01-21 | 270.3092 |
| 2026-01-28 | 269.9668 |
| 2026-02-04 | 271.6937 |
| 2026-02-11 | 269.8345 |
| 2026-02-18 | 273.1760 |
| 2026-02-25 | 273.0018 |
| 2026-03-04 | 274.0122 |
| 2026-03-11 | 268.6531 |
| 2026-03-18 | 259.8637 |
| 2026-03-25 | 264.7897 |
| 2026-04-01 | 263.0369 |
| 2026-04-08 | 270.6918 |
| 2026-04-15 | 274.5977 |
| 2026-04-22 | 275.5127 |
| 2026-04-29 | 274.7904 |
| 2026-05-06 | 274.1512 |
| 2026-05-14 | 286.1473 |
| 2026-05-21 | 297.4348 |
| 2026-05-29 | 299.1973 |
| 2026-06-05 | 289.0817 |
| 2026-06-14 | 293.4137 |
| 2026-06-21 | 293.7186 |
| 2026-06-28 | 274.3480 |
| 2026-07-05 | 279.4517 |
| 2026-07-12 | 280.3093 |
| 2026-07-19 | 273.7406 |
| 2026-07-26 | 276.6212 |
| 2026-08-02 | 269.5728 |
| 2026-08-09 | 260.9813 |
| 2026-08-16 | 253.1473 |
| 2026-08-24 | 256.6724 |
| 2026-08-31 | 248.8915 |
| 2026-09-07 | 245.5835 |
| 2026-09-14 | 252.0511 |
| 2026-09-21 | 255.3713 |
High
299.1973
Low
245.5835
Average
270.9185
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.