JPY to KHR exchange rate API
Yen to Riel · quoted 2026-09-25
25.7275
▲ +1.21% over 30D
1 JPY = 25.7275 KHR · 1 KHR = 0.03887 JPY · Get this rate via the API
1 JPY buys 25.7275 KHR as of 2026-09-25, so 1 KHR buys 0.03887 JPY. Over the last 30 days, JPY/KHR traded between 25.2590 and 26.4076, averaged 25.8386 and rose 1.21%. 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 30D: show the values
| Point | JPY/KHR |
|---|---|
| 2026-08-26 | 25.4203 |
| 2026-08-27 | 25.3910 |
| 2026-08-28 | 25.3372 |
| 2026-08-29 | 25.2590 |
| 2026-08-30 | 25.2717 |
| 2026-08-31 | 25.4443 |
| 2026-09-01 | 25.3034 |
| 2026-09-02 | 25.3875 |
| 2026-09-03 | 25.9333 |
| 2026-09-04 | 25.8946 |
| 2026-09-05 | 25.8854 |
| 2026-09-06 | 25.9096 |
| 2026-09-07 | 26.1531 |
| 2026-09-08 | 26.2377 |
| 2026-09-09 | 26.3910 |
| 2026-09-10 | 26.2914 |
| 2026-09-11 | 26.3303 |
| 2026-09-12 | 26.4076 |
| 2026-09-13 | 26.3946 |
| 2026-09-14 | 26.2168 |
| 2026-09-15 | 26.1206 |
| 2026-09-16 | 26.1289 |
| 2026-09-17 | 26.1317 |
| 2026-09-18 | 25.6700 |
| 2026-09-19 | 25.8245 |
| 2026-09-20 | 25.8219 |
| 2026-09-21 | 25.7598 |
| 2026-09-22 | 25.7950 |
| 2026-09-23 | 25.7194 |
| 2026-09-24 | 25.6093 |
| 2026-09-25 | 25.6683 |
High
26.4076
Low
25.2590
Average
25.8386
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JPY¤cies=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¤cies=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.