MYR to VND exchange rate API
Malaysian Ringgit to Dong · quoted 2026-09-27
6372.78
▲ +1.48% over 1Y
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 year, MYR/VND traded between 6217.52 and 6717.82, averaged 6480.71 and rose 1.48%. 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 1Y: show the values
| Point | MYR/VND |
|---|---|
| 2025-09-27 | 6279.69 |
| 2025-10-04 | 6290.73 |
| 2025-10-11 | 6217.52 |
| 2025-10-18 | 6239.38 |
| 2025-10-25 | 6260.62 |
| 2025-11-01 | 6273.39 |
| 2025-11-08 | 6273.55 |
| 2025-11-15 | 6366.11 |
| 2025-11-22 | 6300.95 |
| 2025-11-29 | 6360.88 |
| 2025-12-06 | 6413.67 |
| 2025-12-13 | 6421.69 |
| 2025-12-20 | 6460.15 |
| 2025-12-27 | 6520.05 |
| 2026-01-03 | 6487.16 |
| 2026-01-10 | 6430.04 |
| 2026-01-17 | 6471.69 |
| 2026-01-24 | 6555.62 |
| 2026-01-31 | 6594.95 |
| 2026-02-07 | 6545.38 |
| 2026-02-14 | 6615.52 |
| 2026-02-21 | 6622.01 |
| 2026-02-28 | 6717.82 |
| 2026-03-07 | 6612.32 |
| 2026-03-14 | 6693.19 |
| 2026-03-21 | 6679.44 |
| 2026-03-28 | 6711.83 |
| 2026-04-04 | 6540.94 |
| 2026-04-11 | 6642.05 |
| 2026-04-18 | 6662.86 |
| 2026-04-25 | 6648.11 |
| 2026-05-02 | 6638.16 |
| 2026-05-09 | 6709.45 |
| 2026-05-16 | 6669.89 |
| 2026-05-23 | 6602.96 |
| 2026-05-30 | 6629.83 |
| 2026-06-06 | 6539.10 |
| 2026-06-14 | 6485.65 |
| 2026-06-21 | 6368.62 |
| 2026-06-28 | 6434.74 |
| 2026-07-05 | 6460.68 |
| 2026-07-12 | 6441.65 |
| 2026-07-19 | 6406.95 |
| 2026-07-26 | 6437.76 |
| 2026-08-02 | 6436.26 |
| 2026-08-09 | 6415.12 |
| 2026-08-16 | 6398.95 |
| 2026-08-23 | 6452.28 |
| 2026-08-30 | 6482.33 |
| 2026-09-06 | 6448.27 |
| 2026-09-13 | 6358.44 |
| 2026-09-20 | 6378.68 |
High
6717.82
Low
6217.52
Average
6480.71
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.