Skip to content

JPY to KHR exchange rate API

Yen to Riel · quoted 2026-09-25

25.7216

▼ +9.17% over 5Y

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 last 5 years, JPY/KHR traded between 24.7925 and 28.3172, averaged 26.3775 and fell 9.17%. 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 5Y

JPY/KHR over 5Y: show the values
PointJPY/KHR
2024-08-2428.3172
2024-10-0727.4690
2024-11-0626.3403
2024-12-0626.8138
2025-01-0525.6339
2025-02-0425.8250
2025-03-0627.1885
2025-04-0627.4122
2025-05-0628.1015
2025-06-0727.7598
2025-07-0727.5858
2025-08-0627.0991
2025-09-0527.0525
2025-10-0626.7593
2025-11-0526.1285
2025-12-0525.8022
2026-01-0525.6069
2026-02-0425.7215
2026-03-0625.4065
2026-04-0525.0340
2026-05-0525.4225
2026-06-0625.0193
2026-07-0824.7925
2026-08-0725.6492
2026-09-0726.1531

High

28.3172

Low

24.7925

Average

26.3775

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.