Skip to content

MYR to USD exchange rate API

Malaysian Ringgit to US Dollar · quoted 2026-09-25

0.24480

▲ +3.07% over 1Y

1 MYR = 0.24480 USD · 1 USD = 4.0850 MYR · Get this rate via the API

1 MYR buys 0.24480 USD as of 2026-09-25, so 1 USD buys 4.0850 MYR. Over the last year, MYR/USD traded between 0.23646 and 0.25733, averaged 0.24684 and rose 3.07%. The API holds daily MYR/USD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MYR/USD over 1Y

MYR/USD over 1Y: show the values
PointMYR/USD
2025-09-250.23750
2025-10-020.23779
2025-10-090.23719
2025-10-160.23655
2025-10-230.23646
2025-10-300.23810
2025-11-060.23906
2025-11-130.24219
2025-11-200.24059
2025-11-270.24202
2025-12-040.24319
2025-12-110.24331
2025-12-180.24474
2025-12-250.24716
2026-01-010.24658
2026-01-080.24615
2026-01-150.24653
2026-01-220.24753
2026-01-290.25462
2026-02-050.25335
2026-02-120.25625
2026-02-190.25585
2026-02-260.25733
2026-03-050.25361
2026-03-120.25465
2026-03-190.25385
2026-03-260.25037
2026-04-020.24759
2026-04-090.25107
2026-04-160.25291
2026-04-230.25230
2026-04-300.25189
2026-05-070.25575
2026-05-140.25436
2026-05-210.25237
2026-05-280.25138
2026-06-040.24919
2026-06-110.24588
2026-06-180.24286
2026-06-250.24286
2026-07-020.24510
2026-07-090.24528
2026-07-160.24555
2026-07-230.24456
2026-07-300.24495
2026-08-060.24453
2026-08-130.24468
2026-08-200.24728
2026-08-270.24796
2026-09-030.24743
2026-09-100.24597
2026-09-170.24396
2026-09-240.24468

High

0.25733

Low

0.23646

Average

0.24684

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MYR/USD API questions

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

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

How far back does MYR/USD historical data go?

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