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: show the values
| Point | LKR/WST |
|---|---|
| 2025-09-26 | 0.009326 |
| 2025-10-03 | 0.009239 |
| 2025-10-10 | 0.009066 |
| 2025-10-17 | 0.009130 |
| 2025-10-24 | 0.009092 |
| 2025-10-31 | 0.009116 |
| 2025-11-07 | 0.009108 |
| 2025-11-14 | 0.009094 |
| 2025-11-21 | 0.009065 |
| 2025-11-28 | 0.009071 |
| 2025-12-05 | 0.009026 |
| 2025-12-12 | 0.008927 |
| 2025-12-19 | 0.008923 |
| 2025-12-26 | 0.009000 |
| 2026-01-02 | 0.008934 |
| 2026-01-09 | 0.008938 |
| 2026-01-16 | 0.008932 |
| 2026-01-23 | 0.008836 |
| 2026-01-30 | 0.008691 |
| 2026-02-06 | 0.008741 |
| 2026-02-13 | 0.008690 |
| 2026-02-20 | 0.008697 |
| 2026-02-27 | 0.008691 |
| 2026-03-06 | 0.008719 |
| 2026-03-13 | 0.008709 |
| 2026-03-20 | 0.008667 |
| 2026-03-27 | 0.008616 |
| 2026-04-03 | 0.008787 |
| 2026-04-10 | 0.008603 |
| 2026-04-17 | 0.008559 |
| 2026-04-24 | 0.008554 |
| 2026-05-01 | 0.008415 |
| 2026-05-08 | 0.008329 |
| 2026-05-15 | 0.008131 |
| 2026-05-22 | 0.008088 |
| 2026-05-29 | 0.008124 |
| 2026-06-05 | 0.008022 |
| 2026-06-12 | 0.008124 |
| 2026-06-19 | 0.008182 |
| 2026-06-26 | 0.008099 |
| 2026-07-03 | 0.008190 |
| 2026-07-10 | 0.008158 |
| 2026-07-17 | 0.008071 |
| 2026-07-24 | 0.008110 |
| 2026-07-31 | 0.008094 |
| 2026-08-07 | 0.008095 |
| 2026-08-14 | 0.008160 |
| 2026-08-21 | 0.008185 |
| 2026-08-28 | 0.008202 |
| 2026-09-04 | 0.008241 |
| 2026-09-11 | 0.008255 |
| 2026-09-18 | 0.008255 |
| 2026-09-25 | 0.008311 |
High
0.009326
Low
0.008022
Average
0.008587
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=WST"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=WST");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.