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: show the values
| Point | MYR/VND |
|---|---|
| 2026-03-31 | 6528.01 |
| 2026-04-07 | 6556.26 |
| 2026-04-14 | 6689.09 |
| 2026-04-21 | 6685.94 |
| 2026-04-28 | 6689.11 |
| 2026-05-05 | 6667.34 |
| 2026-05-12 | 6716.31 |
| 2026-05-19 | 6649.42 |
| 2026-05-26 | 6668.27 |
| 2026-06-02 | 6662.93 |
| 2026-06-10 | 6488.49 |
| 2026-06-17 | 6491.75 |
| 2026-06-24 | 6383.79 |
| 2026-07-01 | 6447.30 |
| 2026-07-08 | 6471.72 |
| 2026-07-15 | 6461.22 |
| 2026-07-22 | 6461.88 |
| 2026-07-29 | 6460.28 |
| 2026-08-05 | 6439.39 |
| 2026-08-12 | 6416.03 |
| 2026-08-19 | 6475.37 |
| 2026-08-26 | 6503.72 |
| 2026-09-02 | 6466.06 |
| 2026-09-09 | 6395.85 |
| 2026-09-16 | 6380.45 |
| 2026-09-23 | 6393.94 |
High
6716.31
Low
6372.78
Average
6519.36
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.