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: show the values
| Point | JOD/KMF |
|---|---|
| 2025-12-31 | 590.9891 |
| 2026-01-07 | 593.0109 |
| 2026-01-14 | 596.1856 |
| 2026-01-21 | 591.6241 |
| 2026-01-28 | 578.6070 |
| 2026-02-04 | 586.7986 |
| 2026-02-11 | 582.6395 |
| 2026-02-18 | 585.7893 |
| 2026-02-25 | 588.6862 |
| 2026-03-04 | 598.2499 |
| 2026-03-11 | 597.1302 |
| 2026-03-18 | 601.5308 |
| 2026-03-25 | 597.8449 |
| 2026-04-01 | 599.9011 |
| 2026-04-08 | 594.5502 |
| 2026-04-15 | 589.5619 |
| 2026-04-22 | 592.3712 |
| 2026-04-29 | 593.7855 |
| 2026-05-06 | 593.1398 |
| 2026-05-14 | 592.3476 |
| 2026-05-21 | 597.1243 |
| 2026-05-29 | 596.1740 |
| 2026-06-05 | 597.4117 |
| 2026-06-14 | 599.5039 |
| 2026-06-21 | 604.6203 |
| 2026-06-28 | 609.2614 |
| 2026-07-05 | 606.4719 |
| 2026-07-12 | 607.7801 |
| 2026-07-19 | 606.6552 |
| 2026-07-26 | 610.1157 |
| 2026-08-02 | 601.6342 |
| 2026-08-09 | 600.2319 |
| 2026-08-16 | 599.7876 |
| 2026-08-24 | 594.1962 |
| 2026-08-31 | 598.6420 |
| 2026-09-07 | 597.6473 |
| 2026-09-14 | 599.8494 |
| 2026-09-21 | 604.5681 |
High
610.2997
Low
578.6070
Average
597.0953
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.