Skip to content

MYR to VND exchange rate API

Malaysian Ringgit to Dong · quoted 2026-09-27

6372.78

▼ +2.38% over 6M

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 6 months, MYR/VND traded between 6372.78 and 6716.31, averaged 6519.36 and fell 2.38%. 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 6M

MYR/VND over 6M: show the values
PointMYR/VND
2026-03-316528.01
2026-04-076556.26
2026-04-146689.09
2026-04-216685.94
2026-04-286689.11
2026-05-056667.34
2026-05-126716.31
2026-05-196649.42
2026-05-266668.27
2026-06-026662.93
2026-06-106488.49
2026-06-176491.75
2026-06-246383.79
2026-07-016447.30
2026-07-086471.72
2026-07-156461.22
2026-07-226461.88
2026-07-296460.28
2026-08-056439.39
2026-08-126416.03
2026-08-196475.37
2026-08-266503.72
2026-09-026466.06
2026-09-096395.85
2026-09-166380.45
2026-09-236393.94

High

6716.31

Low

6372.78

Average

6519.36

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.