Skip to content

INR to KHR exchange rate API

Indian Rupee to Riel · quoted 2026-09-25

42.2501

▼ +6.47% over 1Y

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 last year, INR/KHR traded between 41.7852 and 45.8801, averaged 43.4669 and fell 6.47%. 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 1Y

INR/KHR over 1Y: show the values
PointINR/KHR
2025-09-2545.1743
2025-10-0245.1951
2025-10-0945.2179
2025-10-1645.7297
2025-10-2345.8801
2025-10-3045.3520
2025-11-0645.4286
2025-11-1345.2321
2025-11-2045.1807
2025-11-2744.7749
2025-12-0444.5882
2025-12-1244.1845
2025-12-1944.6392
2025-12-2644.4664
2026-01-0244.4679
2026-01-0944.5733
2026-01-1644.3528
2026-01-2343.7752
2026-01-3043.7368
2026-02-0644.5280
2026-02-1344.3853
2026-02-2044.2095
2026-02-2744.0311
2026-03-0643.6871
2026-03-1343.5434
2026-03-2042.7084
2026-03-2742.2370
2026-04-0343.0908
2026-04-1043.1979
2026-04-1743.1955
2026-04-2442.5453
2026-05-0142.1481
2026-05-0842.5880
2026-05-1641.7852
2026-05-2441.9158
2026-05-3142.3492
2026-06-0942.1425
2026-06-1642.4322
2026-06-2342.4200
2026-06-3042.4829
2026-07-0742.1917
2026-07-1442.0926
2026-07-2142.0114
2026-07-2842.1972
2026-08-0442.4538
2026-08-1142.5133
2026-08-1842.2564
2026-08-2642.3765
2026-09-0242.6610
2026-09-0942.5289
2026-09-1642.2164
2026-09-2342.4224

High

45.8801

Low

41.7852

Average

43.4669

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.