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: show the values
| Point | USD/LKR |
|---|---|
| 2024-08-24 | 299.8975 |
| 2024-10-01 | 292.7000 |
| 2024-10-31 | 288.6001 |
| 2024-11-30 | 290.8280 |
| 2024-12-30 | 287.7688 |
| 2025-01-29 | 291.9171 |
| 2025-02-28 | 290.9752 |
| 2025-03-30 | 293.5633 |
| 2025-04-29 | 294.6064 |
| 2025-05-29 | 295.7917 |
| 2025-06-28 | 299.8291 |
| 2025-07-28 | 296.1510 |
| 2025-08-27 | 297.2475 |
| 2025-09-26 | 297.1616 |
| 2025-10-26 | 303.9356 |
| 2025-11-25 | 308.3693 |
| 2025-12-25 | 309.5224 |
| 2026-01-24 | 309.6982 |
| 2026-02-23 | 310.1241 |
| 2026-03-25 | 314.7108 |
| 2026-04-24 | 318.6008 |
| 2026-05-24 | 331.7412 |
| 2026-06-23 | 335.1749 |
| 2026-07-23 | 336.8299 |
| 2026-08-22 | 329.1236 |
| 2026-09-21 | 331.4546 |
High
336.8299
Low
287.7688
Average
306.9350
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.