Skip to content

MYR to RSD exchange rate API

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

25.2739

▲ +6.22% over 1Y

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 year, MYR/RSD traded between 23.6929 and 26.0321, averaged 24.9370 and rose 6.22%. 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 1Y

MYR/RSD over 1Y: show the values
PointMYR/RSD
2025-09-2623.7936
2025-10-0323.7501
2025-10-1023.9731
2025-10-1723.6929
2025-10-2423.9041
2025-10-3124.1875
2025-11-0724.3281
2025-11-1424.3709
2025-11-2124.5057
2025-11-2824.5183
2025-12-0524.5038
2025-12-1324.4085
2025-12-2024.5476
2025-12-2724.6218
2026-01-0324.6647
2026-01-1024.6371
2026-01-1724.9381
2026-01-2424.8121
2026-01-3125.1110
2026-02-0725.1905
2026-02-1425.3616
2026-02-2125.5232
2026-02-2825.5513
2026-03-0725.5704
2026-03-1426.0321
2026-03-2125.7531
2026-03-2825.9473
2026-04-0425.2444
2026-04-1125.2547
2026-04-1825.1426
2026-04-2525.2624
2026-05-0225.1905
2026-05-0925.3691
2026-05-1725.4865
2026-05-2525.5990
2026-06-0125.3976
2026-06-1024.9714
2026-06-1724.8468
2026-06-2424.9606
2026-07-0125.1363
2026-07-0825.2129
2026-07-1525.1533
2026-07-2225.1775
2026-07-2925.1910
2026-08-0524.8504
2026-08-1224.8993
2026-08-2024.8410
2026-08-2724.9774
2026-09-0325.0270
2026-09-1024.8004
2026-09-1724.9458
2026-09-2425.2526

High

26.0321

Low

23.6929

Average

24.9370

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.