Skip to content

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

MYR/VND over 5Y: show the values
PointMYR/VND
2021-09-285442.82
2021-11-095456.28
2021-12-215445.89
2022-02-025410.26
2022-03-165444.61
2022-05-025270.61
2022-06-165275.45
2022-07-285241.43
2022-09-085230.37
2022-10-205189.83
2022-12-015564.34
2023-01-135404.66
2023-02-245362.82
2023-04-125314.64
2023-05-305099.46
2023-07-115085.32
2023-08-225150.35
2023-10-035169.06
2023-11-145166.01
2023-12-285261.11
2024-02-095128.82
2024-03-225232.49
2024-05-105377.08
2024-06-255414.81
2024-08-065623.36
2024-09-155629.69
2024-10-175750.79
2024-11-165674.12
2024-12-165636.88
2025-01-155576.23
2025-02-145655.61
2025-03-165673.06
2025-04-155783.87
2025-05-155989.36
2025-06-146179.96
2025-07-146073.97
2025-08-136176.31
2025-09-126201.67
2025-10-126234.94
2025-11-116377.47
2025-12-116429.65
2026-01-106430.04
2026-02-096613.08
2026-03-116724.46
2026-04-106663.48
2026-05-106714.29
2026-06-106488.49
2026-07-106478.42
2026-08-096415.12
2026-09-086423.19

High

6724.46

Low

5085.32

Average

5747.62

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=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&currencies=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.