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: show the values
| Point | USD/MYR |
|---|---|
| 2021-09-27 | 4.1880 |
| 2021-11-08 | 4.1550 |
| 2021-12-20 | 4.2265 |
| 2022-01-31 | 4.1855 |
| 2022-03-14 | 4.2050 |
| 2022-04-27 | 4.3600 |
| 2022-06-08 | 4.3940 |
| 2022-07-20 | 4.4520 |
| 2022-08-31 | 4.4755 |
| 2022-10-12 | 4.6825 |
| 2022-11-23 | 4.5750 |
| 2023-01-05 | 4.3880 |
| 2023-02-16 | 4.4040 |
| 2023-03-30 | 4.4225 |
| 2023-05-16 | 4.4990 |
| 2023-06-27 | 4.6660 |
| 2023-08-08 | 4.5825 |
| 2023-09-19 | 4.6960 |
| 2023-10-31 | 4.7645 |
| 2023-12-12 | 4.6845 |
| 2024-01-26 | 4.7275 |
| 2024-03-08 | 4.6850 |
| 2024-04-23 | 4.7800 |
| 2024-06-05 | 4.6980 |
| 2024-07-17 | 4.6635 |
| 2024-08-27 | 4.3475 |
| 2024-10-01 | 4.2082 |
| 2024-10-31 | 4.3790 |
| 2024-11-30 | 4.4474 |
| 2024-12-30 | 4.4650 |
| 2025-01-29 | 4.3930 |
| 2025-02-28 | 4.4625 |
| 2025-03-30 | 4.4455 |
| 2025-04-29 | 4.3275 |
| 2025-05-29 | 4.2440 |
| 2025-06-28 | 4.2280 |
| 2025-07-28 | 4.2310 |
| 2025-08-27 | 4.2350 |
| 2025-09-26 | 4.2215 |
| 2025-10-26 | 4.2338 |
| 2025-11-25 | 4.1345 |
| 2025-12-25 | 4.0459 |
| 2026-01-24 | 4.0065 |
| 2026-02-23 | 3.8910 |
| 2026-03-25 | 3.9650 |
| 2026-04-24 | 3.9650 |
| 2026-05-24 | 3.9748 |
| 2026-06-23 | 4.1405 |
| 2026-07-23 | 4.0890 |
| 2026-08-22 | 4.0387 |
| 2026-09-21 | 4.0775 |
High
4.7800
Low
3.8910
Average
4.3432
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=MYR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=MYR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.