INR to LAK exchange rate API
Indian Rupee to Kip · quoted 2026-09-24
233.6301
▼ +4.39% over 1Y
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 last year, INR/LAK traded between 228.7693 and 246.0374, averaged 237.0103 and fell 4.39%. 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 1Y: show the values
| Point | INR/LAK |
|---|---|
| 2025-09-24 | 244.3541 |
| 2025-10-01 | 243.8544 |
| 2025-10-08 | 244.9627 |
| 2025-10-15 | 245.7907 |
| 2025-10-22 | 245.7864 |
| 2025-10-29 | 246.0374 |
| 2025-11-05 | 244.7797 |
| 2025-11-12 | 244.8483 |
| 2025-11-19 | 244.8646 |
| 2025-11-26 | 242.5098 |
| 2025-12-03 | 240.5710 |
| 2025-12-11 | 239.2167 |
| 2025-12-18 | 240.0077 |
| 2025-12-25 | 240.8210 |
| 2026-01-01 | 240.5002 |
| 2026-01-08 | 240.0763 |
| 2026-01-15 | 239.2815 |
| 2026-01-22 | 236.3564 |
| 2026-01-29 | 234.4021 |
| 2026-02-05 | 238.4372 |
| 2026-02-12 | 237.5949 |
| 2026-02-19 | 235.6159 |
| 2026-02-26 | 234.3163 |
| 2026-03-05 | 233.5857 |
| 2026-03-12 | 232.9525 |
| 2026-03-19 | 231.7440 |
| 2026-03-26 | 229.7764 |
| 2026-04-02 | 235.6141 |
| 2026-04-09 | 237.0215 |
| 2026-04-16 | 236.0185 |
| 2026-04-23 | 235.2427 |
| 2026-04-30 | 231.5230 |
| 2026-05-07 | 233.0913 |
| 2026-05-15 | 228.7693 |
| 2026-05-23 | 230.0210 |
| 2026-05-30 | 231.3221 |
| 2026-06-06 | 230.5230 |
| 2026-06-15 | 232.4812 |
| 2026-06-22 | 233.3137 |
| 2026-06-29 | 233.1574 |
| 2026-07-06 | 236.9825 |
| 2026-07-13 | 236.5259 |
| 2026-07-20 | 233.5315 |
| 2026-07-27 | 235.4091 |
| 2026-08-03 | 236.6980 |
| 2026-08-10 | 236.0515 |
| 2026-08-17 | 235.5868 |
| 2026-08-25 | 235.3463 |
| 2026-09-01 | 236.2225 |
| 2026-09-08 | 236.5238 |
| 2026-09-15 | 233.2104 |
| 2026-09-22 | 234.6872 |
High
246.0374
Low
228.7693
Average
237.0103
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.