Skip to content

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

LKR/STD over 1Y: show the values
PointLKR/STD
2025-09-2570.9700
2025-10-0270.7407
2025-10-0969.7297
2025-10-1669.8345
2025-10-2369.9792
2025-10-3069.8042
2025-11-0670.2595
2025-11-1369.7395
2025-11-2069.5500
2025-11-2769.0855
2025-12-0468.7926
2025-12-1268.0402
2025-12-1968.0092
2025-12-2667.6617
2026-01-0267.6117
2026-01-0968.3152
2026-01-1668.4775
2026-01-2368.0406
2026-01-3067.0255
2026-02-0667.6312
2026-02-1367.3510
2026-02-2067.6262
2026-02-2767.6830
2026-03-0668.1330
2026-03-1368.6811
2026-03-2068.5720
2026-03-2767.8826
2026-04-0367.8776
2026-04-1065.4605
2026-04-1765.3591
2026-04-2464.9652
2026-05-0164.6497
2026-05-0864.2120
2026-05-1664.7327
2026-05-2463.9339
2026-05-3164.0469
2026-06-0963.5674
2026-06-1663.7865
2026-06-2364.3845
2026-06-3064.1691
2026-07-0764.2594
2026-07-1464.1796
2026-07-2164.1373
2026-07-2864.3280
2026-08-0463.7195
2026-08-1163.6432
2026-08-1864.0940
2026-08-2664.2757
2026-09-0264.7311
2026-09-0964.7609
2026-09-1664.4792
2026-09-2365.3296

High

70.9700

Low

63.5674

Average

66.6757

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=STD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=STD");
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=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&currencies=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.