Skip to content

USD to LKR exchange rate API

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

330.9225

▲ +11.38% over 1Y

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 last year, USD/LKR traded between 296.9349 and 342.0268, averaged 319.0348 and rose 11.38%. 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 1Y

USD/LKR over 1Y: show the values
PointUSD/LKR
2025-09-25297.1118
2025-10-02296.9349
2025-10-09303.2749
2025-10-16303.6414
2025-10-23303.9681
2025-10-30304.7869
2025-11-06305.1678
2025-11-13305.3281
2025-11-20308.6867
2025-11-27308.4965
2025-12-04308.8975
2025-12-11309.5014
2025-12-18309.7991
2025-12-25309.5224
2026-01-01309.8290
2026-01-08310.3316
2026-01-15310.0644
2026-01-22310.4318
2026-01-29310.1700
2026-02-05310.2206
2026-02-12310.1465
2026-02-19310.1256
2026-02-26310.0162
2026-03-05311.3933
2026-03-12311.6606
2026-03-19312.0422
2026-03-26314.7323
2026-04-02315.9310
2026-04-09315.9572
2026-04-16316.3352
2026-04-23317.7034
2026-04-30320.2722
2026-05-07321.9611
2026-05-14325.6980
2026-05-21342.0268
2026-05-28328.8394
2026-06-04336.0099
2026-06-11333.1203
2026-06-18334.2433
2026-06-25337.4194
2026-07-02336.5957
2026-07-09336.1154
2026-07-16336.7799
2026-07-23336.8299
2026-07-30336.5633
2026-08-06336.2482
2026-08-13334.4437
2026-08-20330.8664
2026-08-27329.2556
2026-09-03328.9379
2026-09-10329.3108
2026-09-17332.6567
2026-09-24330.5538

High

342.0268

Low

296.9349

Average

319.0348

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.