Skip to content

LKR to WST exchange rate API

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

0.008322

▼ +10.77% over 1Y

1 LKR = 0.008322 WST · 1 WST = 120.1634 LKR · Get this rate via the API

1 LKR buys 0.008322 WST as of 2026-09-26, so 1 WST buys 120.1634 LKR. Over the last year, LKR/WST traded between 0.008022 and 0.009326, averaged 0.008587 and fell 10.77%. The API holds daily LKR/WST rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/WST over 1Y

LKR/WST over 1Y: show the values
PointLKR/WST
2025-09-260.009326
2025-10-030.009239
2025-10-100.009066
2025-10-170.009130
2025-10-240.009092
2025-10-310.009116
2025-11-070.009108
2025-11-140.009094
2025-11-210.009065
2025-11-280.009071
2025-12-050.009026
2025-12-120.008927
2025-12-190.008923
2025-12-260.009000
2026-01-020.008934
2026-01-090.008938
2026-01-160.008932
2026-01-230.008836
2026-01-300.008691
2026-02-060.008741
2026-02-130.008690
2026-02-200.008697
2026-02-270.008691
2026-03-060.008719
2026-03-130.008709
2026-03-200.008667
2026-03-270.008616
2026-04-030.008787
2026-04-100.008603
2026-04-170.008559
2026-04-240.008554
2026-05-010.008415
2026-05-080.008329
2026-05-150.008131
2026-05-220.008088
2026-05-290.008124
2026-06-050.008022
2026-06-120.008124
2026-06-190.008182
2026-06-260.008099
2026-07-030.008190
2026-07-100.008158
2026-07-170.008071
2026-07-240.008110
2026-07-310.008094
2026-08-070.008095
2026-08-140.008160
2026-08-210.008185
2026-08-280.008202
2026-09-040.008241
2026-09-110.008255
2026-09-180.008255
2026-09-250.008311

High

0.009326

Low

0.008022

Average

0.008587

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=WST").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/WST API questions

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

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

How far back does LKR/WST historical data go?

Daily LKR/WST 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 LKR/WST 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.