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: show the values
| Point | JOD/KMF |
|---|---|
| 2025-09-25 | 590.9330 |
| 2025-10-02 | 591.1572 |
| 2025-10-09 | 596.1479 |
| 2025-10-16 | 594.3993 |
| 2025-10-23 | 598.0685 |
| 2025-10-30 | 597.4368 |
| 2025-11-06 | 602.9438 |
| 2025-11-13 | 598.7366 |
| 2025-11-20 | 602.0844 |
| 2025-11-27 | 597.5947 |
| 2025-12-04 | 594.9353 |
| 2025-12-12 | 591.4086 |
| 2025-12-19 | 591.6954 |
| 2025-12-26 | 588.6859 |
| 2026-01-02 | 589.8732 |
| 2026-01-09 | 595.6518 |
| 2026-01-16 | 597.7331 |
| 2026-01-23 | 590.6843 |
| 2026-01-30 | 582.7465 |
| 2026-02-06 | 588.5236 |
| 2026-02-13 | 584.5881 |
| 2026-02-20 | 590.2345 |
| 2026-02-27 | 588.1610 |
| 2026-03-06 | 597.1727 |
| 2026-03-13 | 602.4200 |
| 2026-03-20 | 599.9455 |
| 2026-03-27 | 601.3314 |
| 2026-04-03 | 601.5378 |
| 2026-04-10 | 593.7864 |
| 2026-04-17 | 590.9757 |
| 2026-04-24 | 595.2182 |
| 2026-05-01 | 592.3677 |
| 2026-05-08 | 590.9592 |
| 2026-05-16 | 596.9050 |
| 2026-05-24 | 597.9841 |
| 2026-05-31 | 595.1187 |
| 2026-06-09 | 601.4041 |
| 2026-06-16 | 599.1789 |
| 2026-06-23 | 607.0952 |
| 2026-06-30 | 608.7247 |
| 2026-07-07 | 606.7020 |
| 2026-07-14 | 609.1057 |
| 2026-07-21 | 608.1060 |
| 2026-07-28 | 609.8172 |
| 2026-08-04 | 602.8537 |
| 2026-08-11 | 600.9988 |
| 2026-08-18 | 599.3274 |
| 2026-08-26 | 594.6029 |
| 2026-09-02 | 599.2666 |
| 2026-09-09 | 596.5785 |
| 2026-09-16 | 601.1584 |
| 2026-09-23 | 607.2750 |
High
610.2997
Low
582.7465
Average
597.4083
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.