Skip to content

JOD to KMF exchange rate API

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

610.2997

▲ +3.28% over 1Y

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 year, JOD/KMF traded between 582.7465 and 610.2997, averaged 597.4083 and rose 3.28%. 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 1Y

JOD/KMF over 1Y: show the values
PointJOD/KMF
2025-09-25590.9330
2025-10-02591.1572
2025-10-09596.1479
2025-10-16594.3993
2025-10-23598.0685
2025-10-30597.4368
2025-11-06602.9438
2025-11-13598.7366
2025-11-20602.0844
2025-11-27597.5947
2025-12-04594.9353
2025-12-12591.4086
2025-12-19591.6954
2025-12-26588.6859
2026-01-02589.8732
2026-01-09595.6518
2026-01-16597.7331
2026-01-23590.6843
2026-01-30582.7465
2026-02-06588.5236
2026-02-13584.5881
2026-02-20590.2345
2026-02-27588.1610
2026-03-06597.1727
2026-03-13602.4200
2026-03-20599.9455
2026-03-27601.3314
2026-04-03601.5378
2026-04-10593.7864
2026-04-17590.9757
2026-04-24595.2182
2026-05-01592.3677
2026-05-08590.9592
2026-05-16596.9050
2026-05-24597.9841
2026-05-31595.1187
2026-06-09601.4041
2026-06-16599.1789
2026-06-23607.0952
2026-06-30608.7247
2026-07-07606.7020
2026-07-14609.1057
2026-07-21608.1060
2026-07-28609.8172
2026-08-04602.8537
2026-08-11600.9988
2026-08-18599.3274
2026-08-26594.6029
2026-09-02599.2666
2026-09-09596.5785
2026-09-16601.1584
2026-09-23607.2750

High

610.2997

Low

582.7465

Average

597.4083

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.