Skip to content

JOD to KMF exchange rate API

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

610.2997

▲ +1.48% over 6M

1 JOD = 610.2997 KMF · 1 KMF = 0.001639 JOD · Get this rate via the API

1 JOD buys 610.2997 KMF as of 2026-09-25, so 1 KMF buys 0.001639 JOD. Over the last 6 months, JOD/KMF traded between 589.5303 and 610.7633, averaged 600.4262 and rose 1.48%. The API holds daily JOD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/KMF over 6M

JOD/KMF over 6M: show the values
PointJOD/KMF
2026-03-29601.4206
2026-04-05602.3734
2026-04-12592.3510
2026-04-19589.5306
2026-04-26592.3513
2026-05-03592.3512
2026-05-10589.5303
2026-05-18598.0015
2026-05-26596.4144
2026-06-02596.2747
2026-06-11600.9027
2026-06-18602.1239
2026-06-25610.2864
2026-07-02610.7633
2026-07-09607.2422
2026-07-16605.1742
2026-07-23607.1875
2026-07-30605.7631
2026-08-06600.6219
2026-08-13602.1604
2026-08-21593.5438
2026-08-28595.8196
2026-09-04596.9701
2026-09-11598.1061
2026-09-18603.6430
2026-09-25610.2997

High

610.7633

Low

589.5303

Average

600.4262

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/KMF API questions

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

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

How far back does JOD/KMF historical data go?

Daily JOD/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 JOD/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.