Skip to content

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

THB/LKR over 1Y: show the values
PointTHB/LKR
2025-09-269.2100
2025-10-039.1643
2025-10-109.2734
2025-10-179.2668
2025-10-249.2826
2025-10-319.4325
2025-11-079.4363
2025-11-149.4591
2025-11-219.5061
2025-11-289.5832
2025-12-059.6971
2025-12-129.8144
2025-12-199.8460
2025-12-269.9785
2026-01-029.8757
2026-01-099.8501
2026-01-169.8660
2026-01-239.9625
2026-01-309.8668
2026-02-069.8164
2026-02-139.9772
2026-02-209.9392
2026-02-279.9730
2026-03-069.7519
2026-03-139.6836
2026-03-209.5321
2026-03-279.5638
2026-04-039.6643
2026-04-109.8503
2026-04-179.8731
2026-04-249.8408
2026-05-019.8477
2026-05-0810.0035
2026-05-159.9991
2026-05-2210.2130
2026-05-2910.1446
2026-06-0510.3096
2026-06-1210.2270
2026-06-1910.1739
2026-06-2610.0973
2026-07-0310.1381
2026-07-1010.0928
2026-07-1710.0144
2026-07-249.9988
2026-07-3110.0514
2026-08-0710.1725
2026-08-1410.0787
2026-08-2110.1105
2026-08-289.9779
2026-09-049.9908
2026-09-119.9614
2026-09-189.9461
2026-09-259.9237

High

10.3096

Low

9.1643

Average

9.8368

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.