THB to LKR exchange rate API
Baht to Sri Lanka Rupee · quoted 2026-09-26
9.8764
▲ +11.63% over 5Y
1 THB = 9.8764 LKR · 1 LKR = 0.10125 THB · Get this rate via the API
1 THB buys 9.8764 LKR as of 2026-09-26, so 1 LKR buys 0.10125 THB. Over the last 5 years, THB/LKR traded between 8.4328 and 10.1743, averaged 9.3374 and rose 11.63%. The API holds daily THB/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
THB/LKR over 5Y: show the values
| Point | THB/LKR |
|---|---|
| 2024-08-24 | 8.8477 |
| 2024-10-01 | 8.9894 |
| 2024-10-31 | 8.5448 |
| 2024-11-30 | 8.4814 |
| 2024-12-30 | 8.4328 |
| 2025-01-29 | 8.6443 |
| 2025-02-28 | 8.5173 |
| 2025-03-30 | 8.6569 |
| 2025-04-29 | 8.8101 |
| 2025-05-29 | 9.0441 |
| 2025-06-28 | 9.2255 |
| 2025-07-28 | 9.1419 |
| 2025-08-27 | 9.1532 |
| 2025-09-26 | 9.2100 |
| 2025-10-26 | 9.2913 |
| 2025-11-25 | 9.5516 |
| 2025-12-25 | 9.9560 |
| 2026-01-24 | 9.9597 |
| 2026-02-23 | 9.9959 |
| 2026-03-25 | 9.6568 |
| 2026-04-24 | 9.8408 |
| 2026-05-24 | 10.1743 |
| 2026-06-23 | 10.0957 |
| 2026-07-23 | 9.9581 |
| 2026-08-22 | 10.0804 |
| 2026-09-21 | 9.9731 |
High
10.1743
Low
8.4328
Average
9.3374
Get this rate via the API
One GET request returns the THB/LKR 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=THB¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
THB/LKR API questions
How do I get the THB/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest THB/LKR rate in rates.LKR.
How far back does THB/LKR historical data go?
Daily THB/LKR 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 THB/LKR 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.