MVR to AOA exchange rate API
Rufiyaa to Kwanza · quoted 2026-09-26
59.4011
▼ +0.05% over 6M
1 MVR = 59.4011 AOA · 1 AOA = 0.01683 MVR · Get this rate via the API
1 MVR buys 59.4011 AOA as of 2026-09-26, so 1 AOA buys 0.01683 MVR. Over the last 6 months, MVR/AOA traded between 59.2091 and 59.6350, averaged 59.3962 and fell 0.05%. The API holds daily MVR/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MVR/AOA over 6M: show the values
| Point | MVR/AOA |
|---|---|
| 2026-03-30 | 59.4320 |
| 2026-04-06 | 59.4359 |
| 2026-04-13 | 59.3142 |
| 2026-04-20 | 59.3779 |
| 2026-04-27 | 59.4165 |
| 2026-05-04 | 59.3983 |
| 2026-05-11 | 59.6350 |
| 2026-05-19 | 59.4755 |
| 2026-05-27 | 59.5036 |
| 2026-06-03 | 59.4694 |
| 2026-06-12 | 59.4154 |
| 2026-06-19 | 59.4420 |
| 2026-06-26 | 59.3551 |
| 2026-07-03 | 59.3148 |
| 2026-07-10 | 59.3499 |
| 2026-07-17 | 59.4011 |
| 2026-07-24 | 59.2091 |
| 2026-07-31 | 59.3528 |
| 2026-08-07 | 59.2911 |
| 2026-08-14 | 59.2973 |
| 2026-08-22 | 59.4237 |
| 2026-08-29 | 59.2846 |
| 2026-09-05 | 59.4103 |
| 2026-09-12 | 59.4609 |
| 2026-09-19 | 59.4280 |
| 2026-09-26 | 59.4011 |
High
59.6350
Low
59.2091
Average
59.3962
Get this rate via the API
One GET request returns the MVR/AOA 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=MVR¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
MVR/AOA API questions
How do I get the MVR/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/AOA rate in rates.AOA.
How far back does MVR/AOA historical data go?
Daily MVR/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 MVR/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.