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: show the values
| Point | LKR/THB |
|---|---|
| 2025-09-26 | 0.10858 |
| 2025-10-03 | 0.10912 |
| 2025-10-10 | 0.10784 |
| 2025-10-17 | 0.10791 |
| 2025-10-24 | 0.10773 |
| 2025-10-31 | 0.10602 |
| 2025-11-07 | 0.10597 |
| 2025-11-14 | 0.10572 |
| 2025-11-21 | 0.10519 |
| 2025-11-28 | 0.10435 |
| 2025-12-05 | 0.10312 |
| 2025-12-12 | 0.10189 |
| 2025-12-19 | 0.10156 |
| 2025-12-26 | 0.10021 |
| 2026-01-02 | 0.10126 |
| 2026-01-09 | 0.10152 |
| 2026-01-16 | 0.10136 |
| 2026-01-23 | 0.10038 |
| 2026-01-30 | 0.10135 |
| 2026-02-06 | 0.10187 |
| 2026-02-13 | 0.10023 |
| 2026-02-20 | 0.10061 |
| 2026-02-27 | 0.10027 |
| 2026-03-06 | 0.10254 |
| 2026-03-13 | 0.10327 |
| 2026-03-20 | 0.10491 |
| 2026-03-27 | 0.10456 |
| 2026-04-03 | 0.10347 |
| 2026-04-10 | 0.10152 |
| 2026-04-17 | 0.10129 |
| 2026-04-24 | 0.10162 |
| 2026-05-01 | 0.10155 |
| 2026-05-08 | 0.09996 |
| 2026-05-15 | 0.10001 |
| 2026-05-22 | 0.09791 |
| 2026-05-29 | 0.09857 |
| 2026-06-05 | 0.09700 |
| 2026-06-12 | 0.09778 |
| 2026-06-19 | 0.09829 |
| 2026-06-26 | 0.09904 |
| 2026-07-03 | 0.09864 |
| 2026-07-10 | 0.09908 |
| 2026-07-17 | 0.09986 |
| 2026-07-24 | 0.10001 |
| 2026-07-31 | 0.09949 |
| 2026-08-07 | 0.09830 |
| 2026-08-14 | 0.09922 |
| 2026-08-21 | 0.09891 |
| 2026-08-28 | 0.10022 |
| 2026-09-04 | 0.10009 |
| 2026-09-11 | 0.10039 |
| 2026-09-18 | 0.10054 |
| 2026-09-25 | 0.10077 |
High
0.10912
Low
0.09700
Average
0.10174
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.