MYR to VND exchange rate API
Malaysian Ringgit to Dong · quoted 2026-09-27
6372.78
▲ +17.09% over 5Y
1 MYR = 6372.78 VND · 1 VND = 0.000157 MYR · Get this rate via the API
1 MYR buys 6372.78 VND as of 2026-09-27, so 1 VND buys 0.000157 MYR. Over the last 5 years, MYR/VND traded between 5085.32 and 6724.46, averaged 5747.62 and rose 17.09%. The API holds daily MYR/VND rates from 2021-01-04 — 5 years of history — so any past day, or a whole series, is one request away.
MYR/VND over 5Y: show the values
| Point | MYR/VND |
|---|---|
| 2021-09-28 | 5442.82 |
| 2021-11-09 | 5456.28 |
| 2021-12-21 | 5445.89 |
| 2022-02-02 | 5410.26 |
| 2022-03-16 | 5444.61 |
| 2022-05-02 | 5270.61 |
| 2022-06-16 | 5275.45 |
| 2022-07-28 | 5241.43 |
| 2022-09-08 | 5230.37 |
| 2022-10-20 | 5189.83 |
| 2022-12-01 | 5564.34 |
| 2023-01-13 | 5404.66 |
| 2023-02-24 | 5362.82 |
| 2023-04-12 | 5314.64 |
| 2023-05-30 | 5099.46 |
| 2023-07-11 | 5085.32 |
| 2023-08-22 | 5150.35 |
| 2023-10-03 | 5169.06 |
| 2023-11-14 | 5166.01 |
| 2023-12-28 | 5261.11 |
| 2024-02-09 | 5128.82 |
| 2024-03-22 | 5232.49 |
| 2024-05-10 | 5377.08 |
| 2024-06-25 | 5414.81 |
| 2024-08-06 | 5623.36 |
| 2024-09-15 | 5629.69 |
| 2024-10-17 | 5750.79 |
| 2024-11-16 | 5674.12 |
| 2024-12-16 | 5636.88 |
| 2025-01-15 | 5576.23 |
| 2025-02-14 | 5655.61 |
| 2025-03-16 | 5673.06 |
| 2025-04-15 | 5783.87 |
| 2025-05-15 | 5989.36 |
| 2025-06-14 | 6179.96 |
| 2025-07-14 | 6073.97 |
| 2025-08-13 | 6176.31 |
| 2025-09-12 | 6201.67 |
| 2025-10-12 | 6234.94 |
| 2025-11-11 | 6377.47 |
| 2025-12-11 | 6429.65 |
| 2026-01-10 | 6430.04 |
| 2026-02-09 | 6613.08 |
| 2026-03-11 | 6724.46 |
| 2026-04-10 | 6663.48 |
| 2026-05-10 | 6714.29 |
| 2026-06-10 | 6488.49 |
| 2026-07-10 | 6478.42 |
| 2026-08-09 | 6415.12 |
| 2026-09-08 | 6423.19 |
High
6724.46
Low
5085.32
Average
5747.62
Get this rate via the API
One GET request returns the MYR/VND 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=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
MYR/VND API questions
How do I get the MYR/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/VND rate in rates.VND.
How far back does MYR/VND historical data go?
Daily MYR/VND rates are available from 2021-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free MYR/VND 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.