Skip to content

JOD to KHR exchange rate API

Jordanian Dinar to Riel · quoted 2026-09-26

5725.39

▲ +1.07% over 1Y

1 JOD = 5725.39 KHR · 1 KHR = 0.000175 JOD · Get this rate via the API

1 JOD buys 5725.39 KHR as of 2026-09-26, so 1 KHR buys 0.000175 JOD. Over the last year, JOD/KHR traded between 5641.44 and 5738.37, averaged 5672.60 and rose 1.07%. The API holds daily JOD/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/KHR over 1Y

JOD/KHR over 1Y: show the values
PointJOD/KHR
2025-09-265664.74
2025-10-035655.95
2025-10-105676.20
2025-10-175661.04
2025-10-245675.76
2025-10-315663.50
2025-11-075664.13
2025-11-145658.71
2025-11-215649.01
2025-11-285647.85
2025-12-055649.02
2025-12-135644.14
2025-12-205658.34
2025-12-275653.50
2026-01-035657.79
2026-01-105670.64
2026-01-175677.87
2026-01-245683.04
2026-01-315676.23
2026-02-075686.04
2026-02-145668.28
2026-02-215670.05
2026-02-285658.66
2026-03-075656.35
2026-03-145656.14
2026-03-215654.93
2026-03-285658.36
2026-04-045647.23
2026-04-115662.59
2026-04-185655.54
2026-04-255641.44
2026-05-025659.07
2026-05-095655.54
2026-05-175648.43
2026-05-255641.67
2026-06-015663.29
2026-06-105676.56
2026-06-175660.08
2026-06-245655.85
2026-07-015675.71
2026-07-085681.89
2026-07-155702.29
2026-07-225701.21
2026-07-295698.15
2026-08-055702.81
2026-08-125708.44
2026-08-205680.38
2026-08-275708.15
2026-09-035706.56
2026-09-105717.19
2026-09-175738.37
2026-09-245737.87

High

5738.37

Low

5641.44

Average

5672.60

For developers

Get this rate via the API

One GET request returns the JOD/KHR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=KHR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=KHR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/KHR API questions

How do I get the JOD/KHR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/KHR rate in rates.KHR.

How far back does JOD/KHR historical data go?

Daily JOD/KHR 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/KHR 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.