Skip to content

INR to KHR exchange rate API

Indian Rupee to Riel · quoted 2026-09-25

42.2501

▼ +5.35% over YTD

1 INR = 42.2501 KHR · 1 KHR = 0.02367 INR · Get this rate via the API

1 INR buys 42.2501 KHR as of 2026-09-25, so 1 KHR buys 0.02367 INR. Over the year to date, INR/KHR traded between 41.7572 and 44.7255, averaged 42.9108 and fell 5.35%. The API holds daily INR/KHR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

INR/KHR over YTD

INR/KHR over YTD: show the values
PointINR/KHR
2025-12-3144.6369
2026-01-0744.7255
2026-01-1444.6055
2026-01-2143.9402
2026-01-2843.6490
2026-02-0444.5621
2026-02-1144.3057
2026-02-1844.2897
2026-02-2544.1193
2026-03-0443.6179
2026-03-1143.5914
2026-03-1843.1261
2026-03-2542.6765
2026-04-0142.8461
2026-04-0843.2826
2026-04-1542.9609
2026-04-2242.6750
2026-04-2942.2772
2026-05-0642.3070
2026-05-1441.8743
2026-05-2141.7572
2026-05-2942.2723
2026-06-0542.4562
2026-06-1442.2343
2026-06-2142.5216
2026-06-2842.4687
2026-07-0542.1011
2026-07-1242.2032
2026-07-1941.8565
2026-07-2641.7997
2026-08-0242.3168
2026-08-0942.4827
2026-08-1642.2962
2026-08-2442.2201
2026-08-3142.7034
2026-09-0742.8300
2026-09-1442.4027
2026-09-2142.2789

High

44.7255

Low

41.7572

Average

42.9108

For developers

Get this rate via the API

One GET request returns the INR/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=INR&currencies=KHR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&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=INR&currencies=KHR").json()

Replace YOUR_API_KEY with the key from your dashboard.

INR/KHR API questions

How do I get the INR/KHR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=KHR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/KHR rate in rates.KHR.

How far back does INR/KHR historical data go?

Daily INR/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 INR/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.