Skip to content

USD to LKR exchange rate API

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

330.9225

▲ +6.72% over YTD

1 USD = 330.9225 LKR · 1 LKR = 0.003022 USD · Get this rate via the API

1 USD buys 330.9225 LKR as of 2026-09-25, so 1 LKR buys 0.003022 USD. Over the year to date, USD/LKR traded between 309.9250 and 337.0732, averaged 323.4130 and rose 6.72%. The API holds daily USD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/LKR over YTD

USD/LKR over YTD: show the values
PointUSD/LKR
2025-12-31310.0869
2026-01-07310.7190
2026-01-14309.9250
2026-01-21310.4025
2026-01-28310.3107
2026-02-04310.0625
2026-02-11310.1575
2026-02-18310.0729
2026-02-25310.1112
2026-03-04310.8328
2026-03-11311.5528
2026-03-18311.9778
2026-03-25314.7108
2026-04-01316.0125
2026-04-08315.8237
2026-04-15316.2797
2026-04-22317.4165
2026-04-29320.0608
2026-05-06320.9164
2026-05-13324.8597
2026-05-20334.4087
2026-05-27326.9469
2026-06-03334.1021
2026-06-10331.8760
2026-06-17334.4564
2026-06-24336.3151
2026-07-01336.7770
2026-07-08335.8109
2026-07-15336.7562
2026-07-22337.0732
2026-07-29336.4308
2026-08-05336.2875
2026-08-12335.1006
2026-08-19332.0612
2026-08-26329.1404
2026-09-02328.9985
2026-09-09329.3340
2026-09-16331.5088
2026-09-23329.9204

High

337.0732

Low

309.9250

Average

323.4130

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/LKR API questions

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

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

How far back does USD/LKR historical data go?

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