MYR to VND exchange rate API
Malaysian Ringgit to Dong · quoted 2026-09-27
6372.78
▼ +1.98% over YTD
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 year to date, MYR/VND traded between 6364.95 and 6738.35, averaged 6557.26 and fell 1.98%. 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 YTD: show the values
| Point | MYR/VND |
|---|---|
| 2025-12-31 | 6501.34 |
| 2026-01-07 | 6497.79 |
| 2026-01-14 | 6513.76 |
| 2026-01-21 | 6512.97 |
| 2026-01-28 | 6679.60 |
| 2026-02-04 | 6632.31 |
| 2026-02-11 | 6614.68 |
| 2026-02-18 | 6678.70 |
| 2026-02-25 | 6738.35 |
| 2026-03-04 | 6671.52 |
| 2026-03-11 | 6724.46 |
| 2026-03-18 | 6737.74 |
| 2026-03-25 | 6668.23 |
| 2026-04-01 | 6561.82 |
| 2026-04-08 | 6645.09 |
| 2026-04-15 | 6680.68 |
| 2026-04-22 | 6682.69 |
| 2026-04-29 | 6689.42 |
| 2026-05-06 | 6729.37 |
| 2026-05-13 | 6727.88 |
| 2026-05-20 | 6662.45 |
| 2026-05-27 | 6664.05 |
| 2026-06-03 | 6617.46 |
| 2026-06-11 | 6494.09 |
| 2026-06-18 | 6415.32 |
| 2026-06-25 | 6414.96 |
| 2026-07-02 | 6465.96 |
| 2026-07-09 | 6471.74 |
| 2026-07-16 | 6469.28 |
| 2026-07-23 | 6457.62 |
| 2026-07-30 | 6462.36 |
| 2026-08-06 | 6440.08 |
| 2026-08-13 | 6398.05 |
| 2026-08-20 | 6483.22 |
| 2026-08-27 | 6491.31 |
| 2026-09-03 | 6478.03 |
| 2026-09-10 | 6395.98 |
| 2026-09-17 | 6364.95 |
| 2026-09-24 | 6382.50 |
High
6738.35
Low
6364.95
Average
6557.26
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.