Skip to content

JOD to KMF exchange rate API

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

610.2997

▲ +3.27% over YTD

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 year to date, JOD/KMF traded between 578.6070 and 610.2997, averaged 597.0953 and rose 3.27%. 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 YTD

JOD/KMF over YTD: show the values
PointJOD/KMF
2025-12-31590.9891
2026-01-07593.0109
2026-01-14596.1856
2026-01-21591.6241
2026-01-28578.6070
2026-02-04586.7986
2026-02-11582.6395
2026-02-18585.7893
2026-02-25588.6862
2026-03-04598.2499
2026-03-11597.1302
2026-03-18601.5308
2026-03-25597.8449
2026-04-01599.9011
2026-04-08594.5502
2026-04-15589.5619
2026-04-22592.3712
2026-04-29593.7855
2026-05-06593.1398
2026-05-14592.3476
2026-05-21597.1243
2026-05-29596.1740
2026-06-05597.4117
2026-06-14599.5039
2026-06-21604.6203
2026-06-28609.2614
2026-07-05606.4719
2026-07-12607.7801
2026-07-19606.6552
2026-07-26610.1157
2026-08-02601.6342
2026-08-09600.2319
2026-08-16599.7876
2026-08-24594.1962
2026-08-31598.6420
2026-09-07597.6473
2026-09-14599.8494
2026-09-21604.5681

High

610.2997

Low

578.6070

Average

597.0953

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.