Skip to content

MVR to AOA exchange rate API

Rufiyaa to Kwanza · quoted 2026-09-25

59.2956

▼ +0.20% over 7D

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 7 days, MVR/AOA traded between 59.2622 and 59.5297, averaged 59.3728 and fell 0.20%. 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 7D

MVR/AOA over 7D: show the values
PointMVR/AOA
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

59.5297

Low

59.2622

Average

59.3728

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.