AFN to KMF exchange rate API
Afghani to Comoro Franc · quoted 2026-09-25
6.7602
▲ +10.48% over 1Y
1 AFN = 6.7602 KMF · 1 KMF = 0.14792 AFN · Get this rate via the API
1 AFN buys 6.7602 KMF as of 2026-09-25, so 1 KMF buys 0.14792 AFN. Over the last year, AFN/KMF traded between 6.1188 and 6.8391, averaged 6.5200 and rose 10.48%. The API holds daily AFN/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AFN/KMF over 1Y: show the values
| Point | AFN/KMF |
|---|---|
| 2025-09-25 | 6.1188 |
| 2025-10-02 | 6.2081 |
| 2025-10-09 | 6.3303 |
| 2025-10-16 | 6.3476 |
| 2025-10-23 | 6.3903 |
| 2025-10-30 | 6.3495 |
| 2025-11-06 | 6.4331 |
| 2025-11-13 | 6.3875 |
| 2025-11-20 | 6.4413 |
| 2025-11-27 | 6.3797 |
| 2025-12-04 | 6.3660 |
| 2025-12-12 | 6.3441 |
| 2025-12-19 | 6.3290 |
| 2025-12-26 | 6.3660 |
| 2026-01-02 | 6.3788 |
| 2026-01-09 | 6.3992 |
| 2026-01-16 | 6.4436 |
| 2026-01-23 | 6.4453 |
| 2026-01-30 | 6.2738 |
| 2026-02-06 | 6.3754 |
| 2026-02-13 | 6.4340 |
| 2026-02-20 | 6.6420 |
| 2026-02-27 | 6.6734 |
| 2026-03-06 | 6.7231 |
| 2026-03-13 | 6.8391 |
| 2026-03-20 | 6.7299 |
| 2026-03-27 | 6.7328 |
| 2026-04-03 | 6.7022 |
| 2026-04-10 | 6.5781 |
| 2026-04-17 | 6.4959 |
| 2026-04-24 | 6.6984 |
| 2026-05-01 | 6.6143 |
| 2026-05-08 | 6.4961 |
| 2026-05-16 | 6.7757 |
| 2026-05-24 | 6.6559 |
| 2026-05-31 | 6.6039 |
| 2026-06-09 | 6.7994 |
| 2026-06-16 | 6.7339 |
| 2026-06-23 | 6.7687 |
| 2026-06-30 | 6.7493 |
| 2026-07-07 | 6.7614 |
| 2026-07-14 | 6.5283 |
| 2026-07-21 | 6.4531 |
| 2026-07-28 | 6.5038 |
| 2026-08-04 | 6.5192 |
| 2026-08-11 | 6.5065 |
| 2026-08-18 | 6.4509 |
| 2026-08-26 | 6.3928 |
| 2026-09-02 | 6.4499 |
| 2026-09-09 | 6.4899 |
| 2026-09-16 | 6.5622 |
| 2026-09-23 | 6.6274 |
High
6.8391
Low
6.1188
Average
6.5200
Get this rate via the API
One GET request returns the AFN/KMF 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=AFN¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
AFN/KMF API questions
How do I get the AFN/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AFN/KMF rate in rates.KMF.
How far back does AFN/KMF historical data go?
Daily AFN/KMF 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 AFN/KMF 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.