AWG to MNT exchange rate API
Aruban Florin to Tugrik · quoted 2026-09-26
2009.60
▲ +0.03% over 1Y
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 year, AWG/MNT traded between 0.38659 and 2011.27, averaged 1885.14 and rose 0.03%. 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 1Y: show the values
| Point | AWG/MNT |
|---|---|
| 2025-09-26 | 2008.97 |
| 2025-10-03 | 2009.44 |
| 2025-10-10 | 2008.57 |
| 2025-10-17 | 2009.17 |
| 2025-10-24 | 2008.87 |
| 2025-10-31 | 0.39 |
| 2025-11-07 | 0.46 |
| 2025-11-14 | 0.46 |
| 2025-11-21 | 1992.16 |
| 2025-11-28 | 1991.72 |
| 2025-12-05 | 1981.45 |
| 2025-12-13 | 1980.85 |
| 2025-12-20 | 1984.58 |
| 2025-12-27 | 1986.59 |
| 2026-01-03 | 1988.15 |
| 2026-01-10 | 1988.22 |
| 2026-01-17 | 1991.18 |
| 2026-01-24 | 1991.31 |
| 2026-01-31 | 1992.39 |
| 2026-02-07 | 1993.69 |
| 2026-02-14 | 1994.50 |
| 2026-02-21 | 1994.59 |
| 2026-02-28 | 1992.41 |
| 2026-03-07 | 1994.86 |
| 2026-03-14 | 1993.97 |
| 2026-03-21 | 1993.07 |
| 2026-03-28 | 1988.88 |
| 2026-04-04 | 1996.39 |
| 2026-04-11 | 1997.41 |
| 2026-04-18 | 1985.05 |
| 2026-04-25 | 1989.13 |
| 2026-05-02 | 1989.09 |
| 2026-05-09 | 1985.52 |
| 2026-05-17 | 1998.81 |
| 2026-05-25 | 1999.82 |
| 2026-06-01 | 1998.60 |
| 2026-06-10 | 1999.71 |
| 2026-06-17 | 1999.49 |
| 2026-06-24 | 2002.63 |
| 2026-07-01 | 2001.46 |
| 2026-07-08 | 2002.20 |
| 2026-07-15 | 2004.17 |
| 2026-07-22 | 2005.33 |
| 2026-07-29 | 2009.11 |
| 2026-08-05 | 2009.38 |
| 2026-08-12 | 2009.91 |
| 2026-08-20 | 2009.73 |
| 2026-08-27 | 2010.08 |
| 2026-09-03 | 2008.92 |
| 2026-09-10 | 2008.75 |
| 2026-09-17 | 2009.80 |
| 2026-09-24 | 2011.27 |
High
2011.27
Low
0.38659
Average
1885.14
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=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¤cies=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.