Skip to content

MYR to RSD exchange rate API

Malaysian Ringgit to Serbian Dinar · quoted 2026-09-26

25.2739

▲ +1.19% over 30D

1 MYR = 25.2739 RSD · 1 RSD = 0.03957 MYR · Get this rate via the API

1 MYR buys 25.2739 RSD as of 2026-09-26, so 1 RSD buys 0.03957 MYR. Over the last 30 days, MYR/RSD traded between 24.7869 and 25.3575, averaged 25.0064 and rose 1.19%. The API holds daily MYR/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MYR/RSD over 30D

MYR/RSD over 30D: show the values
PointMYR/RSD
2026-08-2724.9774
2026-08-2825.0256
2026-08-2925.1208
2026-08-3025.1073
2026-08-3125.1486
2026-09-0125.0375
2026-09-0225.0431
2026-09-0325.0270
2026-09-0424.9529
2026-09-0524.9821
2026-09-0624.9389
2026-09-0724.9716
2026-09-0824.8542
2026-09-0924.7869
2026-09-1024.8004
2026-09-1124.8480
2026-09-1224.8540
2026-09-1324.8144
2026-09-1424.8398
2026-09-1524.8881
2026-09-1624.8781
2026-09-1724.9458
2026-09-1825.0347
2026-09-1925.0541
2026-09-2025.0217
2026-09-2125.0775
2026-09-2225.1094
2026-09-2325.1742
2026-09-2425.2526
2026-09-2525.3575

High

25.3575

Low

24.7869

Average

25.0064

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

MYR/RSD API questions

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

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

How far back does MYR/RSD historical data go?

Daily MYR/RSD 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 MYR/RSD 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.