Skip to content

TWD to LKR exchange rate API

New Taiwan Dollar to Sri Lanka Rupee · quoted 2026-09-24

10.4039

▲ +4.56% over 1Y

1 TWD = 10.4039 LKR · 1 LKR = 0.09612 TWD · Get this rate via the API

1 TWD buys 10.4039 LKR as of 2026-09-24, so 1 LKR buys 0.09612 TWD. Over the last year, TWD/LKR traded between 9.7805 and 10.6345, averaged 10.1156 and rose 4.56%. The API holds daily TWD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/LKR over 1Y

TWD/LKR over 1Y: show the values
PointTWD/LKR
2025-09-249.9503
2025-10-019.9296
2025-10-0810.0835
2025-10-159.9044
2025-10-229.8814
2025-10-299.9715
2025-11-059.8486
2025-11-129.8178
2025-11-199.8957
2025-11-269.8353
2025-12-039.8714
2025-12-109.9082
2025-12-179.8374
2025-12-249.8494
2025-12-319.8824
2026-01-079.8736
2026-01-149.7925
2026-01-219.8098
2026-01-289.9007
2026-02-049.8157
2026-02-119.8460
2026-02-189.8690
2026-02-259.9047
2026-03-049.8002
2026-03-119.7955
2026-03-189.7805
2026-03-259.8588
2026-04-019.8927
2026-04-089.9443
2026-04-159.9974
2026-04-2210.0774
2026-04-2910.1331
2026-05-0610.1939
2026-05-1310.3013
2026-05-2010.5703
2026-05-2710.4084
2026-06-0310.6345
2026-06-1110.5192
2026-06-1810.5792
2026-06-2510.5988
2026-07-0210.5470
2026-07-0910.4515
2026-07-1610.4592
2026-07-2310.4270
2026-07-3010.3716
2026-08-0610.4325
2026-08-1310.3999
2026-08-2010.3797
2026-08-2710.3800
2026-09-0310.3748
2026-09-1010.4293
2026-09-1710.4342
2026-09-2410.3864

High

10.6345

Low

9.7805

Average

10.1156

For developers

Get this rate via the API

One GET request returns the TWD/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=TWD&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&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=TWD&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/LKR API questions

How do I get the TWD/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/LKR rate in rates.LKR.

How far back does TWD/LKR historical data go?

Daily TWD/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 TWD/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.