Skip to content

USD to LKR exchange rate API

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

330.9225

▲ +10.35% over 5Y

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 5 years, USD/LKR traded between 287.7688 and 336.8299, averaged 306.9350 and rose 10.35%. 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 5Y

USD/LKR over 5Y: show the values
PointUSD/LKR
2024-08-24299.8975
2024-10-01292.7000
2024-10-31288.6001
2024-11-30290.8280
2024-12-30287.7688
2025-01-29291.9171
2025-02-28290.9752
2025-03-30293.5633
2025-04-29294.6064
2025-05-29295.7917
2025-06-28299.8291
2025-07-28296.1510
2025-08-27297.2475
2025-09-26297.1616
2025-10-26303.9356
2025-11-25308.3693
2025-12-25309.5224
2026-01-24309.6982
2026-02-23310.1241
2026-03-25314.7108
2026-04-24318.6008
2026-05-24331.7412
2026-06-23335.1749
2026-07-23336.8299
2026-08-22329.1236
2026-09-21331.4546

High

336.8299

Low

287.7688

Average

306.9350

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.