Skip to content

JPY to KHR exchange rate API

Yen to Riel · quoted 2026-09-25

25.7687

▼ +4.28% over 1Y

1 JPY = 25.7687 KHR · 1 KHR = 0.03881 JPY · Get this rate via the API

1 JPY buys 25.7687 KHR as of 2026-09-25, so 1 KHR buys 0.03881 JPY. Over the last year, JPY/KHR traded between 24.6771 and 27.3166, averaged 25.5816 and fell 4.28%. The API holds daily JPY/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JPY/KHR over 1Y

JPY/KHR over 1Y: show the values
PointJPY/KHR
2025-09-2526.9213
2025-10-0227.3166
2025-10-0926.2800
2025-10-1626.5785
2025-10-2326.3993
2025-10-3026.0535
2025-11-0626.1961
2025-11-1325.9568
2025-11-2025.4309
2025-11-2725.6079
2025-12-0425.8918
2025-12-1225.6418
2025-12-1925.4658
2025-12-2625.6368
2026-01-0225.5578
2026-01-0925.5105
2026-01-1625.4514
2026-01-2325.4255
2026-01-3026.1059
2026-02-0625.6989
2026-02-1326.2364
2026-02-2025.9054
2026-02-2725.7114
2026-03-0625.4065
2026-03-1325.2474
2026-03-2025.1825
2026-03-2725.0437
2026-04-0325.0257
2026-04-1025.2054
2026-04-1725.1972
2026-04-2425.1540
2026-05-0125.5734
2026-05-0825.6698
2026-05-1625.2637
2026-05-2425.2805
2026-05-3125.2714
2026-06-0925.0899
2026-06-1625.0188
2026-06-2324.8794
2026-06-3024.7572
2026-07-0724.7515
2026-07-1424.9633
2026-07-2124.8428
2026-07-2824.6771
2026-08-0425.7235
2026-08-1125.4861
2026-08-1825.3185
2026-08-2625.4203
2026-09-0225.3875
2026-09-0926.3910
2026-09-1626.1289
2026-09-2325.7194

High

27.3166

Low

24.6771

Average

25.5816

For developers

Get this rate via the API

One GET request returns the JPY/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=JPY&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY&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=JPY&currencies=KHR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JPY/KHR API questions

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

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

How far back does JPY/KHR historical data go?

Daily JPY/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 JPY/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.