Skip to content

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

MVR/AOA over 1Y: show the values
PointMVR/AOA
2025-09-2559.8154
2025-10-0259.5795
2025-10-0959.5903
2025-10-1659.4784
2025-10-2359.5512
2025-10-3059.8503
2025-11-0659.3877
2025-11-1359.3342
2025-11-2059.6020
2025-11-2759.6095
2025-12-0459.6122
2025-12-1259.6469
2025-12-1959.4230
2025-12-2659.2333
2026-01-0259.5886
2026-01-0959.3917
2026-01-1659.3889
2026-01-2359.3244
2026-01-3059.2162
2026-02-0659.3091
2026-02-1359.3814
2026-02-2059.3585
2026-02-2759.3727
2026-03-0659.2155
2026-03-1359.3666
2026-03-2059.3455
2026-03-2759.3713
2026-04-0359.3577
2026-04-1059.3532
2026-04-1759.3524
2026-04-2459.3778
2026-05-0159.3983
2026-05-0859.3983
2026-05-1659.7380
2026-05-2459.3976
2026-05-3160.2379
2026-06-0959.4017
2026-06-1659.2534
2026-06-2359.3573
2026-06-3059.3777
2026-07-0759.3478
2026-07-1459.3628
2026-07-2159.2861
2026-07-2859.3859
2026-08-0459.3264
2026-08-1159.2656
2026-08-1859.4056
2026-08-2659.5224
2026-09-0259.3568
2026-09-0959.4206
2026-09-1659.5001
2026-09-2359.2622

High

60.2379

Low

59.2155

Average

59.4355

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.