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: show the values
| Point | MYR/RSD |
|---|---|
| 2026-08-27 | 24.9774 |
| 2026-08-28 | 25.0256 |
| 2026-08-29 | 25.1208 |
| 2026-08-30 | 25.1073 |
| 2026-08-31 | 25.1486 |
| 2026-09-01 | 25.0375 |
| 2026-09-02 | 25.0431 |
| 2026-09-03 | 25.0270 |
| 2026-09-04 | 24.9529 |
| 2026-09-05 | 24.9821 |
| 2026-09-06 | 24.9389 |
| 2026-09-07 | 24.9716 |
| 2026-09-08 | 24.8542 |
| 2026-09-09 | 24.7869 |
| 2026-09-10 | 24.8004 |
| 2026-09-11 | 24.8480 |
| 2026-09-12 | 24.8540 |
| 2026-09-13 | 24.8144 |
| 2026-09-14 | 24.8398 |
| 2026-09-15 | 24.8881 |
| 2026-09-16 | 24.8781 |
| 2026-09-17 | 24.9458 |
| 2026-09-18 | 25.0347 |
| 2026-09-19 | 25.0541 |
| 2026-09-20 | 25.0217 |
| 2026-09-21 | 25.0775 |
| 2026-09-22 | 25.1094 |
| 2026-09-23 | 25.1742 |
| 2026-09-24 | 25.2526 |
| 2026-09-25 | 25.3575 |
High
25.3575
Low
24.7869
Average
25.0064
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.