Skip to content

AWG to MNT exchange rate API

Aruban Florin to Tugrik · quoted 2026-09-26

2009.60

▼ +0.02% over 30D

1 AWG = 2009.60 MNT · 1 MNT = 0.000498 AWG · Get this rate via the API

1 AWG buys 2009.60 MNT as of 2026-09-26, so 1 MNT buys 0.000498 AWG. Over the last 30 days, AWG/MNT traded between 1996.87 and 2011.46, averaged 2009.45 and fell 0.02%. The API holds daily AWG/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AWG/MNT over 30D

AWG/MNT over 30D: show the values
PointAWG/MNT
2026-08-272010.08
2026-08-282011.46
2026-08-292009.49
2026-08-302008.75
2026-08-312009.17
2026-09-012009.95
2026-09-022009.89
2026-09-032008.92
2026-09-042010.70
2026-09-052008.00
2026-09-062009.05
2026-09-072010.60
2026-09-082010.10
2026-09-092010.02
2026-09-102008.75
2026-09-112010.32
2026-09-122009.87
2026-09-132009.38
2026-09-142010.27
2026-09-152009.31
2026-09-162010.64
2026-09-172009.80
2026-09-181996.87
2026-09-192010.23
2026-09-202008.77
2026-09-212011.28
2026-09-222010.34
2026-09-232009.88
2026-09-242011.27
2026-09-252010.02
2026-09-262009.60

High

2011.46

Low

1996.87

Average

2009.45

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

AWG/MNT API questions

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

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

How far back does AWG/MNT historical data go?

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