JOD to KMF exchange rate API
Jordanian Dinar to Comoro Franc · quoted 2026-09-25
610.2997
▼ +1.44% over 5Y
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 5 years, JOD/KMF traded between 586.7986 and 672.9545, averaged 613.8610 and fell 1.44%. 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 5Y: show the values
| Point | JOD/KMF |
|---|---|
| 2024-08-24 | 619.2074 |
| 2024-10-07 | 632.2361 |
| 2024-11-06 | 640.5070 |
| 2024-12-06 | 656.5269 |
| 2025-01-05 | 672.9545 |
| 2025-02-04 | 672.9330 |
| 2025-03-06 | 641.6186 |
| 2025-04-06 | 633.2114 |
| 2025-05-06 | 614.3741 |
| 2025-06-07 | 608.7473 |
| 2025-07-07 | 589.3703 |
| 2025-08-06 | 599.8065 |
| 2025-09-05 | 594.8561 |
| 2025-10-06 | 591.8966 |
| 2025-11-05 | 603.7533 |
| 2025-12-05 | 595.4192 |
| 2026-01-05 | 593.3574 |
| 2026-02-04 | 586.7986 |
| 2026-03-06 | 597.1727 |
| 2026-04-05 | 602.3734 |
| 2026-05-05 | 593.0943 |
| 2026-06-06 | 602.2578 |
| 2026-07-08 | 607.8010 |
| 2026-08-07 | 602.1652 |
| 2026-09-07 | 597.6473 |
High
672.9545
Low
586.7986
Average
613.8610
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.