Skip to content

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

AWG/MNT over 1Y: show the values
PointAWG/MNT
2025-09-262008.97
2025-10-032009.44
2025-10-102008.57
2025-10-172009.17
2025-10-242008.87
2025-10-310.39
2025-11-070.46
2025-11-140.46
2025-11-211992.16
2025-11-281991.72
2025-12-051981.45
2025-12-131980.85
2025-12-201984.58
2025-12-271986.59
2026-01-031988.15
2026-01-101988.22
2026-01-171991.18
2026-01-241991.31
2026-01-311992.39
2026-02-071993.69
2026-02-141994.50
2026-02-211994.59
2026-02-281992.41
2026-03-071994.86
2026-03-141993.97
2026-03-211993.07
2026-03-281988.88
2026-04-041996.39
2026-04-111997.41
2026-04-181985.05
2026-04-251989.13
2026-05-021989.09
2026-05-091985.52
2026-05-171998.81
2026-05-251999.82
2026-06-011998.60
2026-06-101999.71
2026-06-171999.49
2026-06-242002.63
2026-07-012001.46
2026-07-082002.20
2026-07-152004.17
2026-07-222005.33
2026-07-292009.11
2026-08-052009.38
2026-08-122009.91
2026-08-202009.73
2026-08-272010.08
2026-09-032008.92
2026-09-102008.75
2026-09-172009.80
2026-09-242011.27

High

2011.27

Low

0.38659

Average

1885.14

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.