Skip to content

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

INR/LAK over 1Y: show the values
PointINR/LAK
2025-09-24244.3541
2025-10-01243.8544
2025-10-08244.9627
2025-10-15245.7907
2025-10-22245.7864
2025-10-29246.0374
2025-11-05244.7797
2025-11-12244.8483
2025-11-19244.8646
2025-11-26242.5098
2025-12-03240.5710
2025-12-11239.2167
2025-12-18240.0077
2025-12-25240.8210
2026-01-01240.5002
2026-01-08240.0763
2026-01-15239.2815
2026-01-22236.3564
2026-01-29234.4021
2026-02-05238.4372
2026-02-12237.5949
2026-02-19235.6159
2026-02-26234.3163
2026-03-05233.5857
2026-03-12232.9525
2026-03-19231.7440
2026-03-26229.7764
2026-04-02235.6141
2026-04-09237.0215
2026-04-16236.0185
2026-04-23235.2427
2026-04-30231.5230
2026-05-07233.0913
2026-05-15228.7693
2026-05-23230.0210
2026-05-30231.3221
2026-06-06230.5230
2026-06-15232.4812
2026-06-22233.3137
2026-06-29233.1574
2026-07-06236.9825
2026-07-13236.5259
2026-07-20233.5315
2026-07-27235.4091
2026-08-03236.6980
2026-08-10236.0515
2026-08-17235.5868
2026-08-25235.3463
2026-09-01236.2225
2026-09-08236.5238
2026-09-15233.2104
2026-09-22234.6872

High

246.0374

Low

228.7693

Average

237.0103

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.