Skip to content

AFN to KMF exchange rate API

Afghani to Comoro Franc · quoted 2026-09-25

6.7602

▲ +1.90% over 6M

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 6 months, AFN/KMF traded between 6.3766 and 6.8194, averaged 6.6106 and rose 1.90%. 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 6M

AFN/KMF over 6M: show the values
PointAFN/KMF
2026-03-296.6345
2026-04-056.5811
2026-04-126.5112
2026-04-196.4802
2026-04-266.7742
2026-05-036.5625
2026-05-106.5312
2026-05-186.7838
2026-05-266.6982
2026-06-026.7721
2026-06-116.8100
2026-06-186.7645
2026-06-256.8136
2026-07-026.8194
2026-07-096.7219
2026-07-166.4540
2026-07-236.4323
2026-07-306.5396
2026-08-066.4811
2026-08-136.5240
2026-08-216.3766
2026-08-286.4045
2026-09-046.4238
2026-09-116.4859
2026-09-186.5846
2026-09-256.7602

High

6.8194

Low

6.3766

Average

6.6106

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.