MVR to VND exchange rate API
Rufiyaa to Dong · quoted 2026-09-25
1686.66
▼ +0.43% over 30D
1 MVR = 1686.66 VND · 1 VND = 0.000593 MVR · Get this rate via the API
1 MVR buys 1686.66 VND as of 2026-09-25, so 1 VND buys 0.000593 MVR. Over the last 30 days, MVR/VND traded between 1672.28 and 1693.93, averaged 1688.02 and fell 0.43%. The API holds daily MVR/VND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/VND over 30D: show the values
| Point | MVR/VND |
|---|---|
| 2026-08-26 | 1693.93 |
| 2026-08-27 | 1692.38 |
| 2026-08-28 | 1692.55 |
| 2026-08-29 | 1688.32 |
| 2026-08-30 | 1690.18 |
| 2026-08-31 | 1691.25 |
| 2026-09-01 | 1692.08 |
| 2026-09-02 | 1692.06 |
| 2026-09-03 | 1693.52 |
| 2026-09-04 | 1692.82 |
| 2026-09-05 | 1686.40 |
| 2026-09-06 | 1689.71 |
| 2026-09-07 | 1691.17 |
| 2026-09-08 | 1687.48 |
| 2026-09-09 | 1684.25 |
| 2026-09-10 | 1682.28 |
| 2026-09-11 | 1682.79 |
| 2026-09-12 | 1672.28 |
| 2026-09-13 | 1677.17 |
| 2026-09-14 | 1684.54 |
| 2026-09-15 | 1687.82 |
| 2026-09-16 | 1688.49 |
| 2026-09-17 | 1690.43 |
| 2026-09-18 | 1689.56 |
| 2026-09-19 | 1686.41 |
| 2026-09-20 | 1689.85 |
| 2026-09-21 | 1689.97 |
| 2026-09-22 | 1688.73 |
| 2026-09-23 | 1687.45 |
| 2026-09-24 | 1687.32 |
| 2026-09-25 | 1686.83 |
High
1693.93
Low
1672.28
Average
1688.02
Get this rate via the API
One GET request returns the MVR/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=MVR¤cies=VND"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=VND");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=VND").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/VND API questions
How do I get the MVR/VND exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=VND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/VND rate in rates.VND.
How far back does MVR/VND historical data go?
Daily MVR/VND rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free MVR/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.