MVR to AOA exchange rate API
Rufiyaa to Kwanza · quoted 2026-09-25
59.2956
▲ +0.03% over YTD
1 MVR = 59.2956 AOA · 1 AOA = 0.01686 MVR · Get this rate via the API
1 MVR buys 59.2956 AOA as of 2026-09-25, so 1 AOA buys 0.01686 MVR. Over the year to date, MVR/AOA traded between 59.2085 and 60.5141, averaged 59.5168 and rose 0.03%. 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 YTD: show the values
| Point | MVR/AOA |
|---|---|
| 2025-12-31 | 59.2797 |
| 2026-01-07 | 59.3606 |
| 2026-01-14 | 59.2859 |
| 2026-01-21 | 59.3245 |
| 2026-01-28 | 59.2648 |
| 2026-02-04 | 59.2098 |
| 2026-02-11 | 59.3582 |
| 2026-02-18 | 59.4035 |
| 2026-02-25 | 59.3410 |
| 2026-03-04 | 59.3750 |
| 2026-03-11 | 59.3642 |
| 2026-03-18 | 59.3794 |
| 2026-03-25 | 59.2786 |
| 2026-04-01 | 59.3785 |
| 2026-04-08 | 59.3644 |
| 2026-04-15 | 59.3136 |
| 2026-04-22 | 59.3787 |
| 2026-04-29 | 59.4184 |
| 2026-05-06 | 59.3981 |
| 2026-05-14 | 59.5015 |
| 2026-05-21 | 59.5037 |
| 2026-05-29 | 59.3306 |
| 2026-06-05 | 59.4442 |
| 2026-06-14 | 59.8620 |
| 2026-06-21 | 60.5066 |
| 2026-06-28 | 60.4519 |
| 2026-07-05 | 59.7943 |
| 2026-07-12 | 60.4471 |
| 2026-07-19 | 60.5141 |
| 2026-07-26 | 59.9271 |
| 2026-08-02 | 59.2085 |
| 2026-08-09 | 59.3282 |
| 2026-08-16 | 59.2613 |
| 2026-08-24 | 59.4719 |
| 2026-08-31 | 59.4555 |
| 2026-09-07 | 59.4839 |
| 2026-09-14 | 59.3602 |
| 2026-09-21 | 59.5297 |
High
60.5141
Low
59.2085
Average
59.5168
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.