Skip to content

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

MVR/AOA over YTD: show the values
PointMVR/AOA
2025-12-3159.2797
2026-01-0759.3606
2026-01-1459.2859
2026-01-2159.3245
2026-01-2859.2648
2026-02-0459.2098
2026-02-1159.3582
2026-02-1859.4035
2026-02-2559.3410
2026-03-0459.3750
2026-03-1159.3642
2026-03-1859.3794
2026-03-2559.2786
2026-04-0159.3785
2026-04-0859.3644
2026-04-1559.3136
2026-04-2259.3787
2026-04-2959.4184
2026-05-0659.3981
2026-05-1459.5015
2026-05-2159.5037
2026-05-2959.3306
2026-06-0559.4442
2026-06-1459.8620
2026-06-2160.5066
2026-06-2860.4519
2026-07-0559.7943
2026-07-1260.4471
2026-07-1960.5141
2026-07-2659.9271
2026-08-0259.2085
2026-08-0959.3282
2026-08-1659.2613
2026-08-2459.4719
2026-08-3159.4555
2026-09-0759.4839
2026-09-1459.3602
2026-09-2159.5297

High

60.5141

Low

59.2085

Average

59.5168

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.