JPY to KHR exchange rate API
Yen to Riel · quoted 2026-09-25
25.7216
▲ +0.46% over YTD
1 JPY = 25.7216 KHR · 1 KHR = 0.03888 JPY · Get this rate via the API
1 JPY buys 25.7216 KHR as of 2026-09-25, so 1 KHR buys 0.03888 JPY. Over the year to date, JPY/KHR traded between 24.6893 and 26.2938, averaged 25.4341 and rose 0.46%. 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 YTD: show the values
| Point | JPY/KHR |
|---|---|
| 2025-12-31 | 25.6043 |
| 2026-01-07 | 25.6708 |
| 2026-01-14 | 25.3924 |
| 2026-01-21 | 25.5195 |
| 2026-01-28 | 26.2938 |
| 2026-02-04 | 25.7215 |
| 2026-02-11 | 26.2884 |
| 2026-02-18 | 26.1433 |
| 2026-02-25 | 25.5990 |
| 2026-03-04 | 25.5644 |
| 2026-03-11 | 25.3123 |
| 2026-03-18 | 25.1085 |
| 2026-03-25 | 25.2211 |
| 2026-04-01 | 25.2846 |
| 2026-04-08 | 25.2390 |
| 2026-04-15 | 25.2318 |
| 2026-04-22 | 25.1423 |
| 2026-04-29 | 25.0955 |
| 2026-05-06 | 25.6242 |
| 2026-05-14 | 25.3895 |
| 2026-05-21 | 25.2431 |
| 2026-05-29 | 25.2151 |
| 2026-06-05 | 25.2167 |
| 2026-06-14 | 25.1752 |
| 2026-06-21 | 24.9230 |
| 2026-06-28 | 24.8597 |
| 2026-07-05 | 24.9015 |
| 2026-07-12 | 24.9244 |
| 2026-07-19 | 24.8627 |
| 2026-07-26 | 24.6893 |
| 2026-08-02 | 25.6900 |
| 2026-08-09 | 25.6839 |
| 2026-08-16 | 25.3953 |
| 2026-08-24 | 25.4066 |
| 2026-08-31 | 25.4443 |
| 2026-09-07 | 26.1531 |
| 2026-09-14 | 26.2168 |
| 2026-09-21 | 25.7598 |
High
26.2938
Low
24.6893
Average
25.4341
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.