KMF to AFN exchange rate API
Comoro Franc to Afghani · quoted 2026-09-25
0.14792
▼ +9.49% over 1Y
1 KMF = 0.14792 AFN · 1 AFN = 6.7602 KMF · Get this rate via the API
1 KMF buys 0.14792 AFN as of 2026-09-25, so 1 AFN buys 6.7602 KMF. Over the last year, KMF/AFN traded between 0.14622 and 0.16343, averaged 0.15348 and fell 9.49%. The API holds daily KMF/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KMF/AFN over 1Y: show the values
| Point | KMF/AFN |
|---|---|
| 2025-09-25 | 0.16343 |
| 2025-10-02 | 0.16108 |
| 2025-10-09 | 0.15797 |
| 2025-10-16 | 0.15754 |
| 2025-10-23 | 0.15649 |
| 2025-10-30 | 0.15749 |
| 2025-11-06 | 0.15544 |
| 2025-11-13 | 0.15656 |
| 2025-11-20 | 0.15525 |
| 2025-11-27 | 0.15675 |
| 2025-12-04 | 0.15708 |
| 2025-12-12 | 0.15763 |
| 2025-12-19 | 0.15800 |
| 2025-12-26 | 0.15708 |
| 2026-01-02 | 0.15677 |
| 2026-01-09 | 0.15627 |
| 2026-01-16 | 0.15519 |
| 2026-01-23 | 0.15515 |
| 2026-01-30 | 0.15939 |
| 2026-02-06 | 0.15685 |
| 2026-02-13 | 0.15543 |
| 2026-02-20 | 0.15055 |
| 2026-02-27 | 0.14985 |
| 2026-03-06 | 0.14874 |
| 2026-03-13 | 0.14622 |
| 2026-03-20 | 0.14859 |
| 2026-03-27 | 0.14853 |
| 2026-04-03 | 0.14920 |
| 2026-04-10 | 0.15202 |
| 2026-04-17 | 0.15394 |
| 2026-04-24 | 0.14929 |
| 2026-05-01 | 0.15119 |
| 2026-05-08 | 0.15394 |
| 2026-05-16 | 0.14759 |
| 2026-05-24 | 0.15024 |
| 2026-05-31 | 0.15143 |
| 2026-06-09 | 0.14707 |
| 2026-06-16 | 0.14850 |
| 2026-06-23 | 0.14774 |
| 2026-06-30 | 0.14816 |
| 2026-07-07 | 0.14790 |
| 2026-07-14 | 0.15318 |
| 2026-07-21 | 0.15496 |
| 2026-07-28 | 0.15376 |
| 2026-08-04 | 0.15339 |
| 2026-08-11 | 0.15369 |
| 2026-08-18 | 0.15502 |
| 2026-08-26 | 0.15643 |
| 2026-09-02 | 0.15504 |
| 2026-09-09 | 0.15409 |
| 2026-09-16 | 0.15239 |
| 2026-09-23 | 0.15089 |
High
0.16343
Low
0.14622
Average
0.15348
Get this rate via the API
One GET request returns the KMF/AFN 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=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=AFN").json()Replace YOUR_API_KEY with the key from your dashboard.
KMF/AFN API questions
How do I get the KMF/AFN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF¤cies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/AFN rate in rates.AFN.
How far back does KMF/AFN historical data go?
Daily KMF/AFN 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/AFN 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.