Skip to content

KMF to IQD exchange rate API

Comoro Franc to Iraqi Dinar · quoted 2026-09-25

3.0277

▼ +1.48% over 6M

1 KMF = 3.0277 IQD · 1 IQD = 0.33028 KMF · Get this rate via the API

1 KMF buys 3.0277 IQD as of 2026-09-25, so 1 IQD buys 0.33028 KMF. Over the last 6 months, KMF/IQD traded between 3.0218 and 3.1393, averaged 3.0766 and fell 1.48%. The API holds daily KMF/IQD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/IQD over 6M

KMF/IQD over 6M: show the values
PointKMF/IQD
2026-03-293.0731
2026-04-053.0680
2026-04-123.1144
2026-04-193.1393
2026-04-263.1139
2026-05-033.1190
2026-05-103.1256
2026-05-183.0958
2026-05-263.0964
2026-06-023.0991
2026-06-113.0761
2026-06-183.0697
2026-06-253.0218
2026-07-023.0266
2026-07-093.0383
2026-07-163.0419
2026-07-233.0404
2026-07-303.0396
2026-08-063.0732
2026-08-133.0704
2026-08-213.1175
2026-08-283.1024
2026-09-043.0967
2026-09-113.0908
2026-09-183.0619
2026-09-253.0277

High

3.1393

Low

3.0218

Average

3.0766

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=IQD").json()

Replace YOUR_API_KEY with the key from your dashboard.

KMF/IQD API questions

How do I get the KMF/IQD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KMF&currencies=IQD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KMF/IQD rate in rates.IQD.

How far back does KMF/IQD historical data go?

Daily KMF/IQD 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/IQD 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.