Skip to content

LKR to THB exchange rate API

Sri Lanka Rupee to Baht · quoted 2026-09-26

0.10125

▼ +6.75% over 1Y

1 LKR = 0.10125 THB · 1 THB = 9.8764 LKR · Get this rate via the API

1 LKR buys 0.10125 THB as of 2026-09-26, so 1 THB buys 9.8764 LKR. Over the last year, LKR/THB traded between 0.09700 and 0.10912, averaged 0.10174 and fell 6.75%. The API holds daily LKR/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/THB over 1Y

LKR/THB over 1Y: show the values
PointLKR/THB
2025-09-260.10858
2025-10-030.10912
2025-10-100.10784
2025-10-170.10791
2025-10-240.10773
2025-10-310.10602
2025-11-070.10597
2025-11-140.10572
2025-11-210.10519
2025-11-280.10435
2025-12-050.10312
2025-12-120.10189
2025-12-190.10156
2025-12-260.10021
2026-01-020.10126
2026-01-090.10152
2026-01-160.10136
2026-01-230.10038
2026-01-300.10135
2026-02-060.10187
2026-02-130.10023
2026-02-200.10061
2026-02-270.10027
2026-03-060.10254
2026-03-130.10327
2026-03-200.10491
2026-03-270.10456
2026-04-030.10347
2026-04-100.10152
2026-04-170.10129
2026-04-240.10162
2026-05-010.10155
2026-05-080.09996
2026-05-150.10001
2026-05-220.09791
2026-05-290.09857
2026-06-050.09700
2026-06-120.09778
2026-06-190.09829
2026-06-260.09904
2026-07-030.09864
2026-07-100.09908
2026-07-170.09986
2026-07-240.10001
2026-07-310.09949
2026-08-070.09830
2026-08-140.09922
2026-08-210.09891
2026-08-280.10022
2026-09-040.10009
2026-09-110.10039
2026-09-180.10054
2026-09-250.10077

High

0.10912

Low

0.09700

Average

0.10174

For developers

Get this rate via the API

One GET request returns the LKR/THB 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=LKR&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=THB");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=THB").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/THB API questions

How do I get the LKR/THB exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/THB rate in rates.THB.

How far back does LKR/THB historical data go?

Daily LKR/THB 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 LKR/THB 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.