INR to LAK exchange rate API
Indian Rupee to Kip · quoted 2026-09-24
233.6301
▼ +2.95% over YTD
1 INR = 233.6301 LAK · 1 LAK = 0.004280 INR · Get this rate via the API
1 INR buys 233.6301 LAK as of 2026-09-24, so 1 LAK buys 0.004280 INR. Over the year to date, INR/LAK traded between 228.0054 and 240.8105, averaged 234.3965 and fell 2.95%. The API holds daily INR/LAK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
INR/LAK over YTD: show the values
| Point | INR/LAK |
|---|---|
| 2025-12-31 | 240.7409 |
| 2026-01-07 | 240.8105 |
| 2026-01-14 | 239.7312 |
| 2026-01-21 | 235.8718 |
| 2026-01-28 | 233.0750 |
| 2026-02-04 | 236.6495 |
| 2026-02-11 | 236.2682 |
| 2026-02-18 | 235.9160 |
| 2026-02-25 | 235.1869 |
| 2026-03-04 | 232.5554 |
| 2026-03-11 | 232.4803 |
| 2026-03-18 | 230.6645 |
| 2026-03-25 | 228.8401 |
| 2026-04-01 | 234.6631 |
| 2026-04-08 | 237.7532 |
| 2026-04-15 | 235.2738 |
| 2026-04-22 | 235.5022 |
| 2026-04-29 | 231.3651 |
| 2026-05-06 | 231.6121 |
| 2026-05-14 | 229.4438 |
| 2026-05-21 | 228.0054 |
| 2026-05-29 | 229.9139 |
| 2026-06-05 | 231.4308 |
| 2026-06-14 | 230.4772 |
| 2026-06-21 | 233.0957 |
| 2026-06-28 | 236.3979 |
| 2026-07-05 | 236.0604 |
| 2026-07-12 | 235.1642 |
| 2026-07-19 | 233.7757 |
| 2026-07-26 | 234.0949 |
| 2026-08-02 | 236.4632 |
| 2026-08-09 | 236.5676 |
| 2026-08-16 | 234.7992 |
| 2026-08-24 | 235.4604 |
| 2026-08-31 | 236.5745 |
| 2026-09-07 | 236.9432 |
| 2026-09-14 | 234.3549 |
| 2026-09-21 | 233.8515 |
High
240.8105
Low
228.0054
Average
234.3965
Get this rate via the API
One GET request returns the INR/LAK 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=LAK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LAK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LAK").json()Replace YOUR_API_KEY with the key from your dashboard.
INR/LAK API questions
How do I get the INR/LAK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR¤cies=LAK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest INR/LAK rate in rates.LAK.
How far back does INR/LAK historical data go?
Daily INR/LAK 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/LAK 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.