Skip to content

AWG to MNT exchange rate API

Aruban Florin to Tugrik · quoted 2026-09-26

2009.60

▲ +1.04% over YTD

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 year to date, AWG/MNT traded between 1984.54 and 2011.28, averaged 1998.84 and rose 1.04%. 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 YTD

AWG/MNT over YTD: show the values
PointAWG/MNT
2025-12-311988.98
2026-01-071989.60
2026-01-141990.76
2026-01-211992.33
2026-01-281993.86
2026-02-041993.55
2026-02-111994.56
2026-02-181994.33
2026-02-251994.65
2026-03-041994.46
2026-03-111994.29
2026-03-181993.87
2026-03-251994.37
2026-04-011996.18
2026-04-081996.58
2026-04-151991.96
2026-04-221984.54
2026-04-291996.59
2026-05-061988.12
2026-05-141999.16
2026-05-211999.06
2026-05-291999.41
2026-06-051999.40
2026-06-141998.24
2026-06-211998.52
2026-06-281999.57
2026-07-052001.16
2026-07-122002.29
2026-07-192002.35
2026-07-262006.31
2026-08-022007.90
2026-08-092007.97
2026-08-162008.96
2026-08-242009.89
2026-08-312009.17
2026-09-072010.60
2026-09-142010.27
2026-09-212011.28

High

2011.28

Low

1984.54

Average

1998.84

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.