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: show the values
| Point | INR/KHR |
|---|---|
| 2025-09-25 | 45.1743 |
| 2025-10-02 | 45.1951 |
| 2025-10-09 | 45.2179 |
| 2025-10-16 | 45.7297 |
| 2025-10-23 | 45.8801 |
| 2025-10-30 | 45.3520 |
| 2025-11-06 | 45.4286 |
| 2025-11-13 | 45.2321 |
| 2025-11-20 | 45.1807 |
| 2025-11-27 | 44.7749 |
| 2025-12-04 | 44.5882 |
| 2025-12-12 | 44.1845 |
| 2025-12-19 | 44.6392 |
| 2025-12-26 | 44.4664 |
| 2026-01-02 | 44.4679 |
| 2026-01-09 | 44.5733 |
| 2026-01-16 | 44.3528 |
| 2026-01-23 | 43.7752 |
| 2026-01-30 | 43.7368 |
| 2026-02-06 | 44.5280 |
| 2026-02-13 | 44.3853 |
| 2026-02-20 | 44.2095 |
| 2026-02-27 | 44.0311 |
| 2026-03-06 | 43.6871 |
| 2026-03-13 | 43.5434 |
| 2026-03-20 | 42.7084 |
| 2026-03-27 | 42.2370 |
| 2026-04-03 | 43.0908 |
| 2026-04-10 | 43.1979 |
| 2026-04-17 | 43.1955 |
| 2026-04-24 | 42.5453 |
| 2026-05-01 | 42.1481 |
| 2026-05-08 | 42.5880 |
| 2026-05-16 | 41.7852 |
| 2026-05-24 | 41.9158 |
| 2026-05-31 | 42.3492 |
| 2026-06-09 | 42.1425 |
| 2026-06-16 | 42.4322 |
| 2026-06-23 | 42.4200 |
| 2026-06-30 | 42.4829 |
| 2026-07-07 | 42.1917 |
| 2026-07-14 | 42.0926 |
| 2026-07-21 | 42.0114 |
| 2026-07-28 | 42.1972 |
| 2026-08-04 | 42.4538 |
| 2026-08-11 | 42.5133 |
| 2026-08-18 | 42.2564 |
| 2026-08-26 | 42.3765 |
| 2026-09-02 | 42.6610 |
| 2026-09-09 | 42.5289 |
| 2026-09-16 | 42.2164 |
| 2026-09-23 | 42.4224 |
High
45.8801
Low
41.7852
Average
43.4669
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=KHR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=KHR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=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¤cies=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.