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: show the values
| Point | KMF/AOA |
|---|---|
| 2025-09-25 | 2.2015 |
| 2025-10-02 | 2.1896 |
| 2025-10-09 | 2.1712 |
| 2025-10-16 | 2.1759 |
| 2025-10-23 | 2.1646 |
| 2025-10-30 | 2.1780 |
| 2025-11-06 | 2.1450 |
| 2025-11-13 | 2.1583 |
| 2025-11-20 | 2.1566 |
| 2025-11-27 | 2.1732 |
| 2025-12-04 | 2.1817 |
| 2025-12-12 | 2.1966 |
| 2025-12-19 | 2.1885 |
| 2025-12-26 | 2.1939 |
| 2026-01-02 | 2.2026 |
| 2026-01-09 | 2.1736 |
| 2026-01-16 | 2.1664 |
| 2026-01-23 | 2.1895 |
| 2026-01-30 | 2.2158 |
| 2026-02-06 | 2.1967 |
| 2026-02-13 | 2.2149 |
| 2026-02-20 | 2.1903 |
| 2026-02-27 | 2.2010 |
| 2026-03-06 | 2.1621 |
| 2026-03-13 | 2.1487 |
| 2026-03-20 | 2.1569 |
| 2026-03-27 | 2.1528 |
| 2026-04-03 | 2.1516 |
| 2026-04-10 | 2.1781 |
| 2026-04-17 | 2.1885 |
| 2026-04-24 | 2.1754 |
| 2026-05-01 | 2.1857 |
| 2026-05-08 | 2.1909 |
| 2026-05-16 | 2.1752 |
| 2026-05-24 | 2.1628 |
| 2026-05-31 | 2.2007 |
| 2026-06-09 | 2.1532 |
| 2026-06-16 | 2.1563 |
| 2026-06-23 | 2.1319 |
| 2026-06-30 | 2.1269 |
| 2026-07-07 | 2.1329 |
| 2026-07-14 | 2.1251 |
| 2026-07-21 | 2.1258 |
| 2026-07-28 | 2.1234 |
| 2026-08-04 | 2.1458 |
| 2026-08-11 | 2.1496 |
| 2026-08-18 | 2.1613 |
| 2026-08-26 | 2.1827 |
| 2026-09-02 | 2.1597 |
| 2026-09-09 | 2.1713 |
| 2026-09-16 | 2.1560 |
| 2026-09-23 | 2.1279 |
High
2.2158
Low
2.1185
Average
2.1680
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=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¤cies=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.