MVR to VND exchange rate API
Rufiyaa to Dong · quoted 2026-09-25
1686.58
▼ +0.41% over 1Y
1 MVR = 1686.58 VND · 1 VND = 0.000593 MVR · Get this rate via the API
1 MVR buys 1686.58 VND as of 2026-09-25, so 1 VND buys 0.000593 MVR. Over the last year, MVR/VND traded between 1683.01 and 1716.79, averaged 1703.67 and fell 0.41%. 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 1Y: show the values
| Point | MVR/VND |
|---|---|
| 2025-09-25 | 1693.55 |
| 2025-10-02 | 1694.55 |
| 2025-10-09 | 1716.79 |
| 2025-10-16 | 1714.07 |
| 2025-10-23 | 1714.62 |
| 2025-10-30 | 1714.13 |
| 2025-11-06 | 1710.17 |
| 2025-11-13 | 1712.05 |
| 2025-11-20 | 1713.28 |
| 2025-11-27 | 1713.14 |
| 2025-12-04 | 1713.82 |
| 2025-12-12 | 1709.47 |
| 2025-12-19 | 1709.04 |
| 2025-12-26 | 1707.03 |
| 2026-01-02 | 1705.51 |
| 2026-01-09 | 1705.45 |
| 2026-01-16 | 1704.82 |
| 2026-01-23 | 1704.08 |
| 2026-01-30 | 1683.01 |
| 2026-02-06 | 1685.69 |
| 2026-02-13 | 1685.13 |
| 2026-02-20 | 1687.29 |
| 2026-02-27 | 1690.93 |
| 2026-03-06 | 1701.67 |
| 2026-03-13 | 1706.14 |
| 2026-03-20 | 1706.90 |
| 2026-03-27 | 1709.39 |
| 2026-04-03 | 1708.67 |
| 2026-04-10 | 1710.08 |
| 2026-04-17 | 1710.11 |
| 2026-04-24 | 1709.10 |
| 2026-05-01 | 1711.40 |
| 2026-05-08 | 1708.01 |
| 2026-05-16 | 1710.00 |
| 2026-05-24 | 1710.71 |
| 2026-05-31 | 1710.01 |
| 2026-06-09 | 1709.67 |
| 2026-06-16 | 1706.69 |
| 2026-06-23 | 1708.27 |
| 2026-06-30 | 1707.61 |
| 2026-07-07 | 1706.82 |
| 2026-07-14 | 1704.09 |
| 2026-07-21 | 1707.70 |
| 2026-07-28 | 1708.96 |
| 2026-08-04 | 1705.84 |
| 2026-08-11 | 1696.89 |
| 2026-08-18 | 1699.39 |
| 2026-08-26 | 1693.93 |
| 2026-09-02 | 1692.06 |
| 2026-09-09 | 1684.25 |
| 2026-09-16 | 1688.49 |
| 2026-09-23 | 1687.45 |
High
1716.79
Low
1683.01
Average
1703.67
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.