Skip to content

MNT to VUV exchange rate API

Tugrik to Vatu · quoted 2026-09-26

0.03293

▼ +2.99% over YTD

1 MNT = 0.03293 VUV · 1 VUV = 30.3647 MNT · Get this rate via the API

1 MNT buys 0.03293 VUV as of 2026-09-26, so 1 VUV buys 30.3647 MNT. Over the year to date, MNT/VUV traded between 0.03278 and 0.03406, averaged 0.03328 and fell 2.99%. The API holds daily MNT/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/VUV over YTD

MNT/VUV over YTD: show the values
PointMNT/VUV
2025-12-310.03395
2026-01-070.03399
2026-01-140.03406
2026-01-210.03390
2026-01-280.03351
2026-02-040.03355
2026-02-110.03340
2026-02-180.03322
2026-02-250.03326
2026-03-040.03333
2026-03-110.03353
2026-03-180.03339
2026-03-250.03339
2026-04-010.03363
2026-04-080.03352
2026-04-150.03318
2026-04-220.03306
2026-04-290.03288
2026-05-060.03302
2026-05-140.03297
2026-05-210.03309
2026-05-290.03304
2026-06-050.03302
2026-06-140.03334
2026-06-210.03323
2026-06-280.03341
2026-07-050.03344
2026-07-120.03345
2026-07-190.03325
2026-07-260.03322
2026-08-020.03312
2026-08-090.03315
2026-08-160.03301
2026-08-240.03289
2026-08-310.03286
2026-09-070.03278
2026-09-140.03289
2026-09-210.03294

High

0.03406

Low

0.03278

Average

0.03328

For developers

Get this rate via the API

One GET request returns the MNT/VUV 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=MNT&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=VUV");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=VUV").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/VUV API questions

How do I get the MNT/VUV exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/VUV rate in rates.VUV.

How far back does MNT/VUV historical data go?

Daily MNT/VUV 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 MNT/VUV 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.