THB to LKR exchange rate API
Baht to Sri Lanka Rupee · quoted 2026-09-26
9.8764
▲ +7.24% over 1Y
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 year, THB/LKR traded between 9.1643 and 10.3096, averaged 9.8368 and rose 7.24%. 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 1Y: show the values
| Point | THB/LKR |
|---|---|
| 2025-09-26 | 9.2100 |
| 2025-10-03 | 9.1643 |
| 2025-10-10 | 9.2734 |
| 2025-10-17 | 9.2668 |
| 2025-10-24 | 9.2826 |
| 2025-10-31 | 9.4325 |
| 2025-11-07 | 9.4363 |
| 2025-11-14 | 9.4591 |
| 2025-11-21 | 9.5061 |
| 2025-11-28 | 9.5832 |
| 2025-12-05 | 9.6971 |
| 2025-12-12 | 9.8144 |
| 2025-12-19 | 9.8460 |
| 2025-12-26 | 9.9785 |
| 2026-01-02 | 9.8757 |
| 2026-01-09 | 9.8501 |
| 2026-01-16 | 9.8660 |
| 2026-01-23 | 9.9625 |
| 2026-01-30 | 9.8668 |
| 2026-02-06 | 9.8164 |
| 2026-02-13 | 9.9772 |
| 2026-02-20 | 9.9392 |
| 2026-02-27 | 9.9730 |
| 2026-03-06 | 9.7519 |
| 2026-03-13 | 9.6836 |
| 2026-03-20 | 9.5321 |
| 2026-03-27 | 9.5638 |
| 2026-04-03 | 9.6643 |
| 2026-04-10 | 9.8503 |
| 2026-04-17 | 9.8731 |
| 2026-04-24 | 9.8408 |
| 2026-05-01 | 9.8477 |
| 2026-05-08 | 10.0035 |
| 2026-05-15 | 9.9991 |
| 2026-05-22 | 10.2130 |
| 2026-05-29 | 10.1446 |
| 2026-06-05 | 10.3096 |
| 2026-06-12 | 10.2270 |
| 2026-06-19 | 10.1739 |
| 2026-06-26 | 10.0973 |
| 2026-07-03 | 10.1381 |
| 2026-07-10 | 10.0928 |
| 2026-07-17 | 10.0144 |
| 2026-07-24 | 9.9988 |
| 2026-07-31 | 10.0514 |
| 2026-08-07 | 10.1725 |
| 2026-08-14 | 10.0787 |
| 2026-08-21 | 10.1105 |
| 2026-08-28 | 9.9779 |
| 2026-09-04 | 9.9908 |
| 2026-09-11 | 9.9614 |
| 2026-09-18 | 9.9461 |
| 2026-09-25 | 9.9237 |
High
10.3096
Low
9.1643
Average
9.8368
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.