Skip to content

RUB to MYR exchange rate API

Russian Ruble to Malaysian Ringgit · quoted 2026-09-26

0.04829

▼ +5.41% over YTD

1 RUB = 0.04829 MYR · 1 MYR = 20.7099 RUB · Get this rate via the API

1 RUB buys 0.04829 MYR as of 2026-09-26, so 1 MYR buys 20.7099 RUB. Over the year to date, RUB/MYR traded between 0.04671 and 0.05673, averaged 0.05129 and fell 5.41%. The API holds daily RUB/MYR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

RUB/MYR over YTD

RUB/MYR over YTD: show the values
PointRUB/MYR
2025-12-310.05105
2026-01-070.05041
2026-01-140.05143
2026-01-210.05185
2026-01-280.05130
2026-02-040.05106
2026-02-110.05098
2026-02-180.05108
2026-02-250.05079
2026-03-040.05077
2026-03-110.04955
2026-03-180.04754
2026-03-250.04924
2026-04-010.04953
2026-04-080.05069
2026-04-150.05247
2026-04-220.05261
2026-04-290.05247
2026-05-060.05199
2026-05-140.05339
2026-05-210.05555
2026-05-290.05595
2026-06-050.05487
2026-06-140.05609
2026-06-210.05673
2026-06-280.05187
2026-07-050.05299
2026-07-120.05320
2026-07-190.05240
2026-07-260.05240
2026-08-020.05162
2026-08-090.05021
2026-08-160.04874
2026-08-240.04885
2026-08-310.04683
2026-09-070.04671
2026-09-140.04822
2026-09-210.04845

High

0.05673

Low

0.04671

Average

0.05129

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/MYR API questions

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

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

How far back does RUB/MYR historical data go?

Daily RUB/MYR rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/MYR 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.