Skip to content

LKR to SRD exchange rate API

Sri Lanka Rupee to Surinam Dollar · quoted 2026-09-25

0.11457

▼ +10.80% over 1Y

1 LKR = 0.11457 SRD · 1 SRD = 8.7286 LKR · Get this rate via the API

1 LKR buys 0.11457 SRD as of 2026-09-25, so 1 SRD buys 8.7286 LKR. Over the last year, LKR/SRD traded between 0.11098 and 0.13049, averaged 0.11929 and fell 10.80%. The API holds daily LKR/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/SRD over 1Y

LKR/SRD over 1Y: show the values
PointLKR/SRD
2025-09-250.12844
2025-10-020.12913
2025-10-090.12584
2025-10-160.12886
2025-10-230.13049
2025-10-300.12859
2025-11-060.12644
2025-11-130.12624
2025-11-200.12490
2025-11-270.12452
2025-12-040.12487
2025-12-120.12440
2025-12-190.12421
2025-12-260.12389
2026-01-020.12286
2026-01-090.12359
2026-01-160.12320
2026-01-230.12308
2026-01-300.12236
2026-02-060.12196
2026-02-130.12205
2026-02-200.12121
2026-02-270.12207
2026-03-060.12115
2026-03-130.12023
2026-03-200.12036
2026-03-270.11950
2026-04-030.11816
2026-04-100.11884
2026-04-170.11842
2026-04-240.11739
2026-05-010.11700
2026-05-080.11612
2026-05-160.11367
2026-05-240.11247
2026-05-310.11254
2026-06-090.11098
2026-06-160.11260
2026-06-230.11181
2026-06-300.11145
2026-07-070.11262
2026-07-140.11220
2026-07-210.11158
2026-07-280.11213
2026-08-040.11258
2026-08-110.11253
2026-08-180.11359
2026-08-260.11545
2026-09-020.11563
2026-09-090.11554
2026-09-160.11383
2026-09-230.11450

High

0.13049

Low

0.11098

Average

0.11929

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/SRD API questions

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

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

How far back does LKR/SRD historical data go?

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