LKR to STD exchange rate API
Sri Lanka Rupee to Dobra · quoted 2026-09-25
65.5012
▼ +7.71% over 1Y
1 LKR = 65.5012 STD · 1 STD = 0.01527 LKR · Get this rate via the API
1 LKR buys 65.5012 STD as of 2026-09-25, so 1 STD buys 0.01527 LKR. Over the last year, LKR/STD traded between 63.5674 and 70.9700, averaged 66.6757 and fell 7.71%. The API holds daily LKR/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/STD over 1Y: show the values
| Point | LKR/STD |
|---|---|
| 2025-09-25 | 70.9700 |
| 2025-10-02 | 70.7407 |
| 2025-10-09 | 69.7297 |
| 2025-10-16 | 69.8345 |
| 2025-10-23 | 69.9792 |
| 2025-10-30 | 69.8042 |
| 2025-11-06 | 70.2595 |
| 2025-11-13 | 69.7395 |
| 2025-11-20 | 69.5500 |
| 2025-11-27 | 69.0855 |
| 2025-12-04 | 68.7926 |
| 2025-12-12 | 68.0402 |
| 2025-12-19 | 68.0092 |
| 2025-12-26 | 67.6617 |
| 2026-01-02 | 67.6117 |
| 2026-01-09 | 68.3152 |
| 2026-01-16 | 68.4775 |
| 2026-01-23 | 68.0406 |
| 2026-01-30 | 67.0255 |
| 2026-02-06 | 67.6312 |
| 2026-02-13 | 67.3510 |
| 2026-02-20 | 67.6262 |
| 2026-02-27 | 67.6830 |
| 2026-03-06 | 68.1330 |
| 2026-03-13 | 68.6811 |
| 2026-03-20 | 68.5720 |
| 2026-03-27 | 67.8826 |
| 2026-04-03 | 67.8776 |
| 2026-04-10 | 65.4605 |
| 2026-04-17 | 65.3591 |
| 2026-04-24 | 64.9652 |
| 2026-05-01 | 64.6497 |
| 2026-05-08 | 64.2120 |
| 2026-05-16 | 64.7327 |
| 2026-05-24 | 63.9339 |
| 2026-05-31 | 64.0469 |
| 2026-06-09 | 63.5674 |
| 2026-06-16 | 63.7865 |
| 2026-06-23 | 64.3845 |
| 2026-06-30 | 64.1691 |
| 2026-07-07 | 64.2594 |
| 2026-07-14 | 64.1796 |
| 2026-07-21 | 64.1373 |
| 2026-07-28 | 64.3280 |
| 2026-08-04 | 63.7195 |
| 2026-08-11 | 63.6432 |
| 2026-08-18 | 64.0940 |
| 2026-08-26 | 64.2757 |
| 2026-09-02 | 64.7311 |
| 2026-09-09 | 64.7609 |
| 2026-09-16 | 64.4792 |
| 2026-09-23 | 65.3296 |
High
70.9700
Low
63.5674
Average
66.6757
Get this rate via the API
One GET request returns the LKR/STD 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=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=STD").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/STD API questions
How do I get the LKR/STD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/STD rate in rates.STD.
How far back does LKR/STD historical data go?
Daily LKR/STD 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/STD 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.