Skip to content

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

MVR/AOA over 30D: show the values
PointMVR/AOA
2026-08-2659.5224
2026-08-2759.2084
2026-08-2859.3029
2026-08-2959.2846
2026-08-3059.2257
2026-08-3159.4555
2026-09-0159.4079
2026-09-0259.3568
2026-09-0359.3515
2026-09-0459.3662
2026-09-0559.4103
2026-09-0659.4074
2026-09-0759.4839
2026-09-0859.2586
2026-09-0959.4206
2026-09-1059.4227
2026-09-1159.4148
2026-09-1259.4609
2026-09-1360.1811
2026-09-1459.3602
2026-09-1559.3465
2026-09-1659.5001
2026-09-1759.4315
2026-09-1859.4174
2026-09-1959.4280
2026-09-2059.3601
2026-09-2159.5297
2026-09-2259.3589
2026-09-2359.2622
2026-09-2459.4073
2026-09-2559.2956

High

60.1811

Low

59.2084

Average

59.4042

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=AOA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&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=MVR&currencies=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&currencies=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.