Skip to content

MNT to AOA exchange rate API

Tugrik to Kwanza · quoted 2026-09-26

0.25525

▼ +0.84% over YTD

1 MNT = 0.25525 AOA · 1 AOA = 3.9177 MNT · Get this rate via the API

1 MNT buys 0.25525 AOA as of 2026-09-26, so 1 AOA buys 3.9177 MNT. Over the year to date, MNT/AOA traded between 0.25468 and 0.26142, averaged 0.25698 and fell 0.84%. The API holds daily MNT/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/AOA over YTD

MNT/AOA over YTD: show the values
PointMNT/AOA
2025-12-310.25741
2026-01-070.25768
2026-01-140.25720
2026-01-210.25716
2026-01-280.25672
2026-02-040.25651
2026-02-110.25702
2026-02-180.25689
2026-02-250.25689
2026-03-040.25710
2026-03-110.25709
2026-03-180.25720
2026-03-250.25670
2026-04-010.25691
2026-04-080.25679
2026-04-150.25646
2026-04-220.25663
2026-04-290.25526
2026-05-060.25652
2026-05-140.25680
2026-05-210.25683
2026-05-290.25601
2026-06-050.25665
2026-06-140.25873
2026-06-210.26142
2026-06-280.26099
2026-07-050.25806
2026-07-120.26073
2026-07-190.26101
2026-07-260.25786
2026-08-020.25468
2026-08-090.25507
2026-08-160.25477
2026-08-240.25556
2026-08-310.25571
2026-09-070.25551
2026-09-140.25498
2026-09-210.25543

High

0.26142

Low

0.25468

Average

0.25698

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MNT/AOA API questions

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

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

How far back does MNT/AOA historical data go?

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