Skip to content

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

MVR/VND over 1Y: show the values
PointMVR/VND
2025-09-251693.55
2025-10-021694.55
2025-10-091716.79
2025-10-161714.07
2025-10-231714.62
2025-10-301714.13
2025-11-061710.17
2025-11-131712.05
2025-11-201713.28
2025-11-271713.14
2025-12-041713.82
2025-12-121709.47
2025-12-191709.04
2025-12-261707.03
2026-01-021705.51
2026-01-091705.45
2026-01-161704.82
2026-01-231704.08
2026-01-301683.01
2026-02-061685.69
2026-02-131685.13
2026-02-201687.29
2026-02-271690.93
2026-03-061701.67
2026-03-131706.14
2026-03-201706.90
2026-03-271709.39
2026-04-031708.67
2026-04-101710.08
2026-04-171710.11
2026-04-241709.10
2026-05-011711.40
2026-05-081708.01
2026-05-161710.00
2026-05-241710.71
2026-05-311710.01
2026-06-091709.67
2026-06-161706.69
2026-06-231708.27
2026-06-301707.61
2026-07-071706.82
2026-07-141704.09
2026-07-211707.70
2026-07-281708.96
2026-08-041705.84
2026-08-111696.89
2026-08-181699.39
2026-08-261693.93
2026-09-021692.06
2026-09-091684.25
2026-09-161688.49
2026-09-231687.45

High

1716.79

Low

1683.01

Average

1703.67

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=VND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&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=MVR&currencies=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&currencies=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.