JOD to KMF exchange rate API
Jordanian Dinar to Comoro Franc · quoted 2026-09-25
610.2997
▲ +2.64% over 30D
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 30 days, JOD/KMF traded between 594.6029 and 610.2997, averaged 600.5901 and rose 2.64%. 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 30D: show the values
| Point | JOD/KMF |
|---|---|
| 2026-08-26 | 594.6029 |
| 2026-08-27 | 595.6472 |
| 2026-08-28 | 595.8196 |
| 2026-08-29 | 599.1085 |
| 2026-08-30 | 598.9447 |
| 2026-08-31 | 598.6420 |
| 2026-09-01 | 598.0082 |
| 2026-09-02 | 599.2666 |
| 2026-09-03 | 598.3038 |
| 2026-09-04 | 596.9701 |
| 2026-09-05 | 597.4695 |
| 2026-09-06 | 597.3084 |
| 2026-09-07 | 597.6473 |
| 2026-09-08 | 596.9050 |
| 2026-09-09 | 596.5785 |
| 2026-09-10 | 596.2262 |
| 2026-09-11 | 598.1061 |
| 2026-09-12 | 598.2677 |
| 2026-09-13 | 598.2515 |
| 2026-09-14 | 599.8494 |
| 2026-09-15 | 601.5161 |
| 2026-09-16 | 601.1584 |
| 2026-09-17 | 605.3220 |
| 2026-09-18 | 603.6430 |
| 2026-09-19 | 604.1359 |
| 2026-09-20 | 604.1096 |
| 2026-09-21 | 604.5681 |
| 2026-09-22 | 604.7158 |
| 2026-09-23 | 607.2750 |
| 2026-09-24 | 609.9177 |
| 2026-09-25 | 610.2997 |
High
610.2997
Low
594.6029
Average
600.5901
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.