Skip to content

THB to LKR exchange rate API

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

9.8764

▲ +0.89% over YTD

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 year to date, THB/LKR traded between 9.5508 and 10.2547, averaged 9.9571 and rose 0.89%. 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 YTD

THB/LKR over YTD: show the values
PointTHB/LKR
2025-12-319.7897
2026-01-079.9176
2026-01-149.8466
2026-01-219.9913
2026-01-289.9747
2026-02-049.8019
2026-02-119.9728
2026-02-189.9222
2026-02-259.9731
2026-03-049.8740
2026-03-119.8081
2026-03-189.5508
2026-03-259.6568
2026-04-019.7204
2026-04-089.9082
2026-04-159.8545
2026-04-229.8562
2026-04-299.8013
2026-05-069.9710
2026-05-1310.0468
2026-05-2010.2344
2026-05-2710.0229
2026-06-0310.2093
2026-06-1010.0705
2026-06-1710.2547
2026-06-2410.0602
2026-07-0110.0877
2026-07-0810.0406
2026-07-1510.0092
2026-07-229.9697
2026-07-2910.0338
2026-08-0510.1475
2026-08-1210.1361
2026-08-1910.0427
2026-08-2610.0517
2026-09-029.9021
2026-09-0910.0177
2026-09-169.9701
2026-09-239.9106

High

10.2547

Low

9.5508

Average

9.9571

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.