MVR to AOA exchange rate API
Rufiyaa to Kwanza · quoted 2026-09-25
59.2956
▼ +0.87% over 1Y
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 year, MVR/AOA traded between 59.2155 and 60.2379, averaged 59.4355 and fell 0.87%. 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 1Y: show the values
| Point | MVR/AOA |
|---|---|
| 2025-09-25 | 59.8154 |
| 2025-10-02 | 59.5795 |
| 2025-10-09 | 59.5903 |
| 2025-10-16 | 59.4784 |
| 2025-10-23 | 59.5512 |
| 2025-10-30 | 59.8503 |
| 2025-11-06 | 59.3877 |
| 2025-11-13 | 59.3342 |
| 2025-11-20 | 59.6020 |
| 2025-11-27 | 59.6095 |
| 2025-12-04 | 59.6122 |
| 2025-12-12 | 59.6469 |
| 2025-12-19 | 59.4230 |
| 2025-12-26 | 59.2333 |
| 2026-01-02 | 59.5886 |
| 2026-01-09 | 59.3917 |
| 2026-01-16 | 59.3889 |
| 2026-01-23 | 59.3244 |
| 2026-01-30 | 59.2162 |
| 2026-02-06 | 59.3091 |
| 2026-02-13 | 59.3814 |
| 2026-02-20 | 59.3585 |
| 2026-02-27 | 59.3727 |
| 2026-03-06 | 59.2155 |
| 2026-03-13 | 59.3666 |
| 2026-03-20 | 59.3455 |
| 2026-03-27 | 59.3713 |
| 2026-04-03 | 59.3577 |
| 2026-04-10 | 59.3532 |
| 2026-04-17 | 59.3524 |
| 2026-04-24 | 59.3778 |
| 2026-05-01 | 59.3983 |
| 2026-05-08 | 59.3983 |
| 2026-05-16 | 59.7380 |
| 2026-05-24 | 59.3976 |
| 2026-05-31 | 60.2379 |
| 2026-06-09 | 59.4017 |
| 2026-06-16 | 59.2534 |
| 2026-06-23 | 59.3573 |
| 2026-06-30 | 59.3777 |
| 2026-07-07 | 59.3478 |
| 2026-07-14 | 59.3628 |
| 2026-07-21 | 59.2861 |
| 2026-07-28 | 59.3859 |
| 2026-08-04 | 59.3264 |
| 2026-08-11 | 59.2656 |
| 2026-08-18 | 59.4056 |
| 2026-08-26 | 59.5224 |
| 2026-09-02 | 59.3568 |
| 2026-09-09 | 59.4206 |
| 2026-09-16 | 59.5001 |
| 2026-09-23 | 59.2622 |
High
60.2379
Low
59.2155
Average
59.4355
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.