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: show the values
| Point | INR/KHR |
|---|---|
| 2025-12-31 | 44.6369 |
| 2026-01-07 | 44.7255 |
| 2026-01-14 | 44.6055 |
| 2026-01-21 | 43.9402 |
| 2026-01-28 | 43.6490 |
| 2026-02-04 | 44.5621 |
| 2026-02-11 | 44.3057 |
| 2026-02-18 | 44.2897 |
| 2026-02-25 | 44.1193 |
| 2026-03-04 | 43.6179 |
| 2026-03-11 | 43.5914 |
| 2026-03-18 | 43.1261 |
| 2026-03-25 | 42.6765 |
| 2026-04-01 | 42.8461 |
| 2026-04-08 | 43.2826 |
| 2026-04-15 | 42.9609 |
| 2026-04-22 | 42.6750 |
| 2026-04-29 | 42.2772 |
| 2026-05-06 | 42.3070 |
| 2026-05-14 | 41.8743 |
| 2026-05-21 | 41.7572 |
| 2026-05-29 | 42.2723 |
| 2026-06-05 | 42.4562 |
| 2026-06-14 | 42.2343 |
| 2026-06-21 | 42.5216 |
| 2026-06-28 | 42.4687 |
| 2026-07-05 | 42.1011 |
| 2026-07-12 | 42.2032 |
| 2026-07-19 | 41.8565 |
| 2026-07-26 | 41.7997 |
| 2026-08-02 | 42.3168 |
| 2026-08-09 | 42.4827 |
| 2026-08-16 | 42.2962 |
| 2026-08-24 | 42.2201 |
| 2026-08-31 | 42.7034 |
| 2026-09-07 | 42.8300 |
| 2026-09-14 | 42.4027 |
| 2026-09-21 | 42.2789 |
High
44.7255
Low
41.7572
Average
42.9108
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.