Skip to content

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

MYR/VND over 1Y: show the values
PointMYR/VND
2025-09-276279.69
2025-10-046290.73
2025-10-116217.52
2025-10-186239.38
2025-10-256260.62
2025-11-016273.39
2025-11-086273.55
2025-11-156366.11
2025-11-226300.95
2025-11-296360.88
2025-12-066413.67
2025-12-136421.69
2025-12-206460.15
2025-12-276520.05
2026-01-036487.16
2026-01-106430.04
2026-01-176471.69
2026-01-246555.62
2026-01-316594.95
2026-02-076545.38
2026-02-146615.52
2026-02-216622.01
2026-02-286717.82
2026-03-076612.32
2026-03-146693.19
2026-03-216679.44
2026-03-286711.83
2026-04-046540.94
2026-04-116642.05
2026-04-186662.86
2026-04-256648.11
2026-05-026638.16
2026-05-096709.45
2026-05-166669.89
2026-05-236602.96
2026-05-306629.83
2026-06-066539.10
2026-06-146485.65
2026-06-216368.62
2026-06-286434.74
2026-07-056460.68
2026-07-126441.65
2026-07-196406.95
2026-07-266437.76
2026-08-026436.26
2026-08-096415.12
2026-08-166398.95
2026-08-236452.28
2026-08-306482.33
2026-09-066448.27
2026-09-136358.44
2026-09-206378.68

High

6717.82

Low

6217.52

Average

6480.71

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.