Skip to content

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

MYR/VND over YTD: show the values
PointMYR/VND
2025-12-316501.34
2026-01-076497.79
2026-01-146513.76
2026-01-216512.97
2026-01-286679.60
2026-02-046632.31
2026-02-116614.68
2026-02-186678.70
2026-02-256738.35
2026-03-046671.52
2026-03-116724.46
2026-03-186737.74
2026-03-256668.23
2026-04-016561.82
2026-04-086645.09
2026-04-156680.68
2026-04-226682.69
2026-04-296689.42
2026-05-066729.37
2026-05-136727.88
2026-05-206662.45
2026-05-276664.05
2026-06-036617.46
2026-06-116494.09
2026-06-186415.32
2026-06-256414.96
2026-07-026465.96
2026-07-096471.74
2026-07-166469.28
2026-07-236457.62
2026-07-306462.36
2026-08-066440.08
2026-08-136398.05
2026-08-206483.22
2026-08-276491.31
2026-09-036478.03
2026-09-106395.98
2026-09-176364.95
2026-09-246382.50

High

6738.35

Low

6364.95

Average

6557.26

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.