INR to KHR exchange rate API
Indian Rupee to Riel · quoted 2026-09-25
42.2799
▲ +0.09% over 6M
1 INR = 42.2799 KHR · 1 KHR = 0.02365 INR · Get this rate via the API
1 INR buys 42.2799 KHR as of 2026-09-25, so 1 KHR buys 0.02365 INR. Over the last 6 months, INR/KHR traded between 41.7242 and 43.1381, averaged 42.3173 and rose 0.09%. 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 6M: show the values
| Point | INR/KHR |
|---|---|
| 2026-03-29 | 42.2425 |
| 2026-04-05 | 42.9189 |
| 2026-04-12 | 42.9278 |
| 2026-04-19 | 43.1381 |
| 2026-04-26 | 42.3938 |
| 2026-05-03 | 42.2234 |
| 2026-05-10 | 42.2895 |
| 2026-05-18 | 41.7242 |
| 2026-05-26 | 41.9542 |
| 2026-06-02 | 42.2045 |
| 2026-06-11 | 42.0408 |
| 2026-06-18 | 42.5507 |
| 2026-06-25 | 42.5012 |
| 2026-07-02 | 42.0609 |
| 2026-07-09 | 42.1669 |
| 2026-07-16 | 41.7771 |
| 2026-07-23 | 41.7950 |
| 2026-07-30 | 42.1467 |
| 2026-08-06 | 42.5127 |
| 2026-08-13 | 42.4184 |
| 2026-08-21 | 42.0609 |
| 2026-08-28 | 42.4163 |
| 2026-09-04 | 42.8187 |
| 2026-09-11 | 42.4451 |
| 2026-09-18 | 42.2727 |
| 2026-09-25 | 42.2864 |
High
43.1381
Low
41.7242
Average
42.3173
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.