Skip to content

THB to LKR exchange rate API

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

9.8764

▲ +2.80% over 6M

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 6 months, THB/LKR traded between 9.6072 and 10.2818, averaged 10.0055 and rose 2.80%. 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 6M

THB/LKR over 6M: show the values
PointTHB/LKR
2026-03-309.6072
2026-04-069.7078
2026-04-139.7920
2026-04-209.8891
2026-04-279.8740
2026-05-049.8155
2026-05-119.9497
2026-05-1810.1090
2026-05-2510.0678
2026-06-0110.1672
2026-06-0810.2818
2026-06-1510.2609
2026-06-2210.1748
2026-06-2910.1362
2026-07-0610.0768
2026-07-1310.0834
2026-07-2010.0188
2026-07-2710.0301
2026-08-0310.0885
2026-08-1010.1763
2026-08-1710.0828
2026-08-2410.0923
2026-08-319.9131
2026-09-079.9985
2026-09-149.9051
2026-09-219.9731

High

10.2818

Low

9.6072

Average

10.0055

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=THB&currencies=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&currencies=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.