Skip to content

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

AFN/KMF over 1Y: show the values
PointAFN/KMF
2025-09-256.1188
2025-10-026.2081
2025-10-096.3303
2025-10-166.3476
2025-10-236.3903
2025-10-306.3495
2025-11-066.4331
2025-11-136.3875
2025-11-206.4413
2025-11-276.3797
2025-12-046.3660
2025-12-126.3441
2025-12-196.3290
2025-12-266.3660
2026-01-026.3788
2026-01-096.3992
2026-01-166.4436
2026-01-236.4453
2026-01-306.2738
2026-02-066.3754
2026-02-136.4340
2026-02-206.6420
2026-02-276.6734
2026-03-066.7231
2026-03-136.8391
2026-03-206.7299
2026-03-276.7328
2026-04-036.7022
2026-04-106.5781
2026-04-176.4959
2026-04-246.6984
2026-05-016.6143
2026-05-086.4961
2026-05-166.7757
2026-05-246.6559
2026-05-316.6039
2026-06-096.7994
2026-06-166.7339
2026-06-236.7687
2026-06-306.7493
2026-07-076.7614
2026-07-146.5283
2026-07-216.4531
2026-07-286.5038
2026-08-046.5192
2026-08-116.5065
2026-08-186.4509
2026-08-266.3928
2026-09-026.4499
2026-09-096.4899
2026-09-166.5622
2026-09-236.6274

High

6.8391

Low

6.1188

Average

6.5200

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&currencies=KMF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AFN&currencies=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&currencies=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.