THB to LKR exchange rate API
Baht to Sri Lanka Rupee · quoted 2026-09-26
9.8764
▼ +1.45% over 30D
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 30 days, THB/LKR traded between 9.8731 and 10.0214, averaged 9.9463 and fell 1.45%. 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 30D: show the values
| Point | THB/LKR |
|---|---|
| 2026-08-27 | 10.0214 |
| 2026-08-28 | 9.9779 |
| 2026-08-29 | 9.8949 |
| 2026-08-30 | 9.9213 |
| 2026-08-31 | 9.9131 |
| 2026-09-01 | 9.8843 |
| 2026-09-02 | 9.9021 |
| 2026-09-03 | 9.9724 |
| 2026-09-04 | 9.9908 |
| 2026-09-05 | 9.9705 |
| 2026-09-06 | 9.9808 |
| 2026-09-07 | 9.9985 |
| 2026-09-08 | 9.9965 |
| 2026-09-09 | 10.0177 |
| 2026-09-10 | 9.9806 |
| 2026-09-11 | 9.9614 |
| 2026-09-12 | 9.9355 |
| 2026-09-13 | 9.9436 |
| 2026-09-14 | 9.9051 |
| 2026-09-15 | 9.9183 |
| 2026-09-16 | 9.9701 |
| 2026-09-17 | 9.9883 |
| 2026-09-18 | 9.9461 |
| 2026-09-19 | 9.9366 |
| 2026-09-20 | 9.9447 |
| 2026-09-21 | 9.9731 |
| 2026-09-22 | 9.9759 |
| 2026-09-23 | 9.9106 |
| 2026-09-24 | 9.8731 |
| 2026-09-25 | 9.9237 |
| 2026-09-26 | 9.8764 |
High
10.0214
Low
9.8731
Average
9.9463
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.