Skip to content

KMF to AOA exchange rate API

Comoro Franc to Kwanza · quoted 2026-09-25

2.1185

▼ +3.77% over 1Y

1 KMF = 2.1185 AOA · 1 AOA = 0.47203 KMF · Get this rate via the API

1 KMF buys 2.1185 AOA as of 2026-09-25, so 1 AOA buys 0.47203 KMF. Over the last year, KMF/AOA traded between 2.1185 and 2.2158, averaged 2.1680 and fell 3.77%. The API holds daily KMF/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/AOA over 1Y

KMF/AOA over 1Y: show the values
PointKMF/AOA
2025-09-252.2015
2025-10-022.1896
2025-10-092.1712
2025-10-162.1759
2025-10-232.1646
2025-10-302.1780
2025-11-062.1450
2025-11-132.1583
2025-11-202.1566
2025-11-272.1732
2025-12-042.1817
2025-12-122.1966
2025-12-192.1885
2025-12-262.1939
2026-01-022.2026
2026-01-092.1736
2026-01-162.1664
2026-01-232.1895
2026-01-302.2158
2026-02-062.1967
2026-02-132.2149
2026-02-202.1903
2026-02-272.2010
2026-03-062.1621
2026-03-132.1487
2026-03-202.1569
2026-03-272.1528
2026-04-032.1516
2026-04-102.1781
2026-04-172.1885
2026-04-242.1754
2026-05-012.1857
2026-05-082.1909
2026-05-162.1752
2026-05-242.1628
2026-05-312.2007
2026-06-092.1532
2026-06-162.1563
2026-06-232.1319
2026-06-302.1269
2026-07-072.1329
2026-07-142.1251
2026-07-212.1258
2026-07-282.1234
2026-08-042.1458
2026-08-112.1496
2026-08-182.1613
2026-08-262.1827
2026-09-022.1597
2026-09-092.1713
2026-09-162.1560
2026-09-232.1279

High

2.2158

Low

2.1185

Average

2.1680

For developers

Get this rate via the API

One GET request returns the KMF/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=KMF&currencies=AOA"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&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=KMF&currencies=AOA").json()

Replace YOUR_API_KEY with the key from your dashboard.

KMF/AOA API questions

How do I get the KMF/AOA exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/AOA rate in rates.AOA.

How far back does KMF/AOA historical data go?

Daily KMF/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 KMF/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.