MYR to RSD exchange rate API
Malaysian Ringgit to Serbian Dinar · quoted 2026-09-26
25.2739
▲ +2.64% over YTD
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 year to date, MYR/RSD traded between 24.6229 and 25.9950, averaged 25.1718 and rose 2.64%. 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 YTD: show the values
| Point | MYR/RSD |
|---|---|
| 2025-12-31 | 24.6229 |
| 2026-01-07 | 24.7102 |
| 2026-01-14 | 24.9045 |
| 2026-01-21 | 24.7363 |
| 2026-01-28 | 24.9844 |
| 2026-02-04 | 25.2521 |
| 2026-02-11 | 25.0178 |
| 2026-02-18 | 25.3937 |
| 2026-02-25 | 25.6063 |
| 2026-03-04 | 25.6810 |
| 2026-03-11 | 25.7969 |
| 2026-03-18 | 25.9950 |
| 2026-03-25 | 25.5251 |
| 2026-04-01 | 25.2307 |
| 2026-04-08 | 25.2908 |
| 2026-04-15 | 25.2007 |
| 2026-04-22 | 25.2990 |
| 2026-04-29 | 25.3677 |
| 2026-05-06 | 25.5202 |
| 2026-05-14 | 25.4927 |
| 2026-05-21 | 25.4996 |
| 2026-05-29 | 25.4423 |
| 2026-06-05 | 25.0867 |
| 2026-06-14 | 24.9559 |
| 2026-06-21 | 24.6959 |
| 2026-06-28 | 25.1770 |
| 2026-07-05 | 25.1489 |
| 2026-07-12 | 25.2100 |
| 2026-07-19 | 25.0074 |
| 2026-07-26 | 25.2057 |
| 2026-08-02 | 24.9322 |
| 2026-08-09 | 24.7751 |
| 2026-08-16 | 24.7787 |
| 2026-08-24 | 24.8455 |
| 2026-08-31 | 25.1486 |
| 2026-09-07 | 24.9716 |
| 2026-09-14 | 24.8398 |
| 2026-09-21 | 25.0775 |
High
25.9950
Low
24.6229
Average
25.1718
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=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¤cies=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.