MVR to AOA exchange rate API
Rufiyaa to Kwanza · quoted 2026-09-25
59.2956
▼ +0.38% over 30D
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 last 30 days, MVR/AOA traded between 59.2084 and 60.1811, averaged 59.4042 and fell 0.38%. 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 30D: show the values
| Point | MVR/AOA |
|---|---|
| 2026-08-26 | 59.5224 |
| 2026-08-27 | 59.2084 |
| 2026-08-28 | 59.3029 |
| 2026-08-29 | 59.2846 |
| 2026-08-30 | 59.2257 |
| 2026-08-31 | 59.4555 |
| 2026-09-01 | 59.4079 |
| 2026-09-02 | 59.3568 |
| 2026-09-03 | 59.3515 |
| 2026-09-04 | 59.3662 |
| 2026-09-05 | 59.4103 |
| 2026-09-06 | 59.4074 |
| 2026-09-07 | 59.4839 |
| 2026-09-08 | 59.2586 |
| 2026-09-09 | 59.4206 |
| 2026-09-10 | 59.4227 |
| 2026-09-11 | 59.4148 |
| 2026-09-12 | 59.4609 |
| 2026-09-13 | 60.1811 |
| 2026-09-14 | 59.3602 |
| 2026-09-15 | 59.3465 |
| 2026-09-16 | 59.5001 |
| 2026-09-17 | 59.4315 |
| 2026-09-18 | 59.4174 |
| 2026-09-19 | 59.4280 |
| 2026-09-20 | 59.3601 |
| 2026-09-21 | 59.5297 |
| 2026-09-22 | 59.3589 |
| 2026-09-23 | 59.2622 |
| 2026-09-24 | 59.4073 |
| 2026-09-25 | 59.2956 |
High
60.1811
Low
59.2084
Average
59.4042
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.