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: show the values
| Point | JOD/KMF |
|---|---|
| 2026-03-29 | 601.4206 |
| 2026-04-05 | 602.3734 |
| 2026-04-12 | 592.3510 |
| 2026-04-19 | 589.5306 |
| 2026-04-26 | 592.3513 |
| 2026-05-03 | 592.3512 |
| 2026-05-10 | 589.5303 |
| 2026-05-18 | 598.0015 |
| 2026-05-26 | 596.4144 |
| 2026-06-02 | 596.2747 |
| 2026-06-11 | 600.9027 |
| 2026-06-18 | 602.1239 |
| 2026-06-25 | 610.2864 |
| 2026-07-02 | 610.7633 |
| 2026-07-09 | 607.2422 |
| 2026-07-16 | 605.1742 |
| 2026-07-23 | 607.1875 |
| 2026-07-30 | 605.7631 |
| 2026-08-06 | 600.6219 |
| 2026-08-13 | 602.1604 |
| 2026-08-21 | 593.5438 |
| 2026-08-28 | 595.8196 |
| 2026-09-04 | 596.9701 |
| 2026-09-11 | 598.1061 |
| 2026-09-18 | 603.6430 |
| 2026-09-25 | 610.2997 |
High
610.7633
Low
589.5303
Average
600.4262
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.