Skip to content

JPY to KHR exchange rate API

Yen to Riel · quoted 2026-09-25

25.7275

▲ +2.77% over 6M

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 6 months, JPY/KHR traded between 24.6927 and 26.3303, averaged 25.2592 and rose 2.77%. 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 6M

JPY/KHR over 6M: show the values
PointJPY/KHR
2026-03-2925.0344
2026-04-0525.0340
2026-04-1225.0732
2026-04-1925.2469
2026-04-2625.0774
2026-05-0325.5786
2026-05-1025.5276
2026-05-1825.3212
2026-05-2625.2151
2026-06-0225.1709
2026-06-1125.0788
2026-06-1824.9425
2026-06-2524.7879
2026-07-0224.8322
2026-07-0924.7653
2026-07-1624.8182
2026-07-2324.6927
2026-07-3024.7502
2026-08-0625.6491
2026-08-1325.4094
2026-08-2125.3642
2026-08-2825.3372
2026-09-0425.8946
2026-09-1126.3303
2026-09-1825.6700
2026-09-2525.6683

High

26.3303

Low

24.6927

Average

25.2592

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.