Skip to content

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

INR/LAK over YTD: show the values
PointINR/LAK
2025-12-31240.7409
2026-01-07240.8105
2026-01-14239.7312
2026-01-21235.8718
2026-01-28233.0750
2026-02-04236.6495
2026-02-11236.2682
2026-02-18235.9160
2026-02-25235.1869
2026-03-04232.5554
2026-03-11232.4803
2026-03-18230.6645
2026-03-25228.8401
2026-04-01234.6631
2026-04-08237.7532
2026-04-15235.2738
2026-04-22235.5022
2026-04-29231.3651
2026-05-06231.6121
2026-05-14229.4438
2026-05-21228.0054
2026-05-29229.9139
2026-06-05231.4308
2026-06-14230.4772
2026-06-21233.0957
2026-06-28236.3979
2026-07-05236.0604
2026-07-12235.1642
2026-07-19233.7757
2026-07-26234.0949
2026-08-02236.4632
2026-08-09236.5676
2026-08-16234.7992
2026-08-24235.4604
2026-08-31236.5745
2026-09-07236.9432
2026-09-14234.3549
2026-09-21233.8515

High

240.8105

Low

228.0054

Average

234.3965

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=LAK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=LAK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=INR&currencies=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&currencies=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.