Skip to content

USD to MYR exchange rate API

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

4.0875

▼ +2.40% over 5Y

1 USD = 4.0875 MYR · 1 MYR = 0.24465 USD · Get this rate via the API

1 USD buys 4.0875 MYR as of 2026-09-25, so 1 MYR buys 0.24465 USD. Over the last 5 years, USD/MYR traded between 3.8910 and 4.7800, averaged 4.3432 and fell 2.40%. The API holds daily USD/MYR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/MYR over 5Y

USD/MYR over 5Y: show the values
PointUSD/MYR
2021-09-274.1880
2021-11-084.1550
2021-12-204.2265
2022-01-314.1855
2022-03-144.2050
2022-04-274.3600
2022-06-084.3940
2022-07-204.4520
2022-08-314.4755
2022-10-124.6825
2022-11-234.5750
2023-01-054.3880
2023-02-164.4040
2023-03-304.4225
2023-05-164.4990
2023-06-274.6660
2023-08-084.5825
2023-09-194.6960
2023-10-314.7645
2023-12-124.6845
2024-01-264.7275
2024-03-084.6850
2024-04-234.7800
2024-06-054.6980
2024-07-174.6635
2024-08-274.3475
2024-10-014.2082
2024-10-314.3790
2024-11-304.4474
2024-12-304.4650
2025-01-294.3930
2025-02-284.4625
2025-03-304.4455
2025-04-294.3275
2025-05-294.2440
2025-06-284.2280
2025-07-284.2310
2025-08-274.2350
2025-09-264.2215
2025-10-264.2338
2025-11-254.1345
2025-12-254.0459
2026-01-244.0065
2026-02-233.8910
2026-03-253.9650
2026-04-243.9650
2026-05-243.9748
2026-06-234.1405
2026-07-234.0890
2026-08-224.0387
2026-09-214.0775

High

4.7800

Low

3.8910

Average

4.3432

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/MYR API questions

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

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

How far back does USD/MYR historical data go?

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