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: show the values
| Point | JOD/KHR |
|---|---|
| 2025-09-26 | 5664.74 |
| 2025-10-03 | 5655.95 |
| 2025-10-10 | 5676.20 |
| 2025-10-17 | 5661.04 |
| 2025-10-24 | 5675.76 |
| 2025-10-31 | 5663.50 |
| 2025-11-07 | 5664.13 |
| 2025-11-14 | 5658.71 |
| 2025-11-21 | 5649.01 |
| 2025-11-28 | 5647.85 |
| 2025-12-05 | 5649.02 |
| 2025-12-13 | 5644.14 |
| 2025-12-20 | 5658.34 |
| 2025-12-27 | 5653.50 |
| 2026-01-03 | 5657.79 |
| 2026-01-10 | 5670.64 |
| 2026-01-17 | 5677.87 |
| 2026-01-24 | 5683.04 |
| 2026-01-31 | 5676.23 |
| 2026-02-07 | 5686.04 |
| 2026-02-14 | 5668.28 |
| 2026-02-21 | 5670.05 |
| 2026-02-28 | 5658.66 |
| 2026-03-07 | 5656.35 |
| 2026-03-14 | 5656.14 |
| 2026-03-21 | 5654.93 |
| 2026-03-28 | 5658.36 |
| 2026-04-04 | 5647.23 |
| 2026-04-11 | 5662.59 |
| 2026-04-18 | 5655.54 |
| 2026-04-25 | 5641.44 |
| 2026-05-02 | 5659.07 |
| 2026-05-09 | 5655.54 |
| 2026-05-17 | 5648.43 |
| 2026-05-25 | 5641.67 |
| 2026-06-01 | 5663.29 |
| 2026-06-10 | 5676.56 |
| 2026-06-17 | 5660.08 |
| 2026-06-24 | 5655.85 |
| 2026-07-01 | 5675.71 |
| 2026-07-08 | 5681.89 |
| 2026-07-15 | 5702.29 |
| 2026-07-22 | 5701.21 |
| 2026-07-29 | 5698.15 |
| 2026-08-05 | 5702.81 |
| 2026-08-12 | 5708.44 |
| 2026-08-20 | 5680.38 |
| 2026-08-27 | 5708.15 |
| 2026-09-03 | 5706.56 |
| 2026-09-10 | 5717.19 |
| 2026-09-17 | 5738.37 |
| 2026-09-24 | 5737.87 |
High
5738.37
Low
5641.44
Average
5672.60
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.