Skip to content

LKR to STD exchange rate API

Sri Lanka Rupee to Dobra · quoted 2026-09-25

65.5012

▼ +3.47% over 6M

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 6 months, LKR/STD traded between 61.4921 and 67.8591, averaged 64.4741 and fell 3.47%. 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 6M

LKR/STD over 6M: show the values
PointLKR/STD
2026-03-2967.8591
2026-04-0567.7341
2026-04-1265.5693
2026-04-1965.3448
2026-04-2665.0050
2026-05-0364.7233
2026-05-1064.3334
2026-05-1862.8154
2026-05-2665.3372
2026-06-0263.7694
2026-06-1164.2935
2026-06-1864.1019
2026-06-2564.1187
2026-07-0261.4921
2026-07-0964.2176
2026-07-1663.9361
2026-07-2364.4744
2026-07-3064.0948
2026-08-0663.4903
2026-08-1363.9521
2026-08-2163.9678
2026-08-2864.7528
2026-09-0464.5782
2026-09-1164.4754
2026-09-1862.3893

High

67.8591

Low

61.4921

Average

64.4741

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.