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: show the values
| Point | JPY/KHR |
|---|---|
| 2025-09-25 | 26.9213 |
| 2025-10-02 | 27.3166 |
| 2025-10-09 | 26.2800 |
| 2025-10-16 | 26.5785 |
| 2025-10-23 | 26.3993 |
| 2025-10-30 | 26.0535 |
| 2025-11-06 | 26.1961 |
| 2025-11-13 | 25.9568 |
| 2025-11-20 | 25.4309 |
| 2025-11-27 | 25.6079 |
| 2025-12-04 | 25.8918 |
| 2025-12-12 | 25.6418 |
| 2025-12-19 | 25.4658 |
| 2025-12-26 | 25.6368 |
| 2026-01-02 | 25.5578 |
| 2026-01-09 | 25.5105 |
| 2026-01-16 | 25.4514 |
| 2026-01-23 | 25.4255 |
| 2026-01-30 | 26.1059 |
| 2026-02-06 | 25.6989 |
| 2026-02-13 | 26.2364 |
| 2026-02-20 | 25.9054 |
| 2026-02-27 | 25.7114 |
| 2026-03-06 | 25.4065 |
| 2026-03-13 | 25.2474 |
| 2026-03-20 | 25.1825 |
| 2026-03-27 | 25.0437 |
| 2026-04-03 | 25.0257 |
| 2026-04-10 | 25.2054 |
| 2026-04-17 | 25.1972 |
| 2026-04-24 | 25.1540 |
| 2026-05-01 | 25.5734 |
| 2026-05-08 | 25.6698 |
| 2026-05-16 | 25.2637 |
| 2026-05-24 | 25.2805 |
| 2026-05-31 | 25.2714 |
| 2026-06-09 | 25.0899 |
| 2026-06-16 | 25.0188 |
| 2026-06-23 | 24.8794 |
| 2026-06-30 | 24.7572 |
| 2026-07-07 | 24.7515 |
| 2026-07-14 | 24.9633 |
| 2026-07-21 | 24.8428 |
| 2026-07-28 | 24.6771 |
| 2026-08-04 | 25.7235 |
| 2026-08-11 | 25.4861 |
| 2026-08-18 | 25.3185 |
| 2026-08-26 | 25.4203 |
| 2026-09-02 | 25.3875 |
| 2026-09-09 | 26.3910 |
| 2026-09-16 | 26.1289 |
| 2026-09-23 | 25.7194 |
High
27.3166
Low
24.6771
Average
25.5816
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.