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: show the values
| Point | USD/LKR |
|---|---|
| 2025-12-31 | 310.0869 |
| 2026-01-07 | 310.7190 |
| 2026-01-14 | 309.9250 |
| 2026-01-21 | 310.4025 |
| 2026-01-28 | 310.3107 |
| 2026-02-04 | 310.0625 |
| 2026-02-11 | 310.1575 |
| 2026-02-18 | 310.0729 |
| 2026-02-25 | 310.1112 |
| 2026-03-04 | 310.8328 |
| 2026-03-11 | 311.5528 |
| 2026-03-18 | 311.9778 |
| 2026-03-25 | 314.7108 |
| 2026-04-01 | 316.0125 |
| 2026-04-08 | 315.8237 |
| 2026-04-15 | 316.2797 |
| 2026-04-22 | 317.4165 |
| 2026-04-29 | 320.0608 |
| 2026-05-06 | 320.9164 |
| 2026-05-13 | 324.8597 |
| 2026-05-20 | 334.4087 |
| 2026-05-27 | 326.9469 |
| 2026-06-03 | 334.1021 |
| 2026-06-10 | 331.8760 |
| 2026-06-17 | 334.4564 |
| 2026-06-24 | 336.3151 |
| 2026-07-01 | 336.7770 |
| 2026-07-08 | 335.8109 |
| 2026-07-15 | 336.7562 |
| 2026-07-22 | 337.0732 |
| 2026-07-29 | 336.4308 |
| 2026-08-05 | 336.2875 |
| 2026-08-12 | 335.1006 |
| 2026-08-19 | 332.0612 |
| 2026-08-26 | 329.1404 |
| 2026-09-02 | 328.9985 |
| 2026-09-09 | 329.3340 |
| 2026-09-16 | 331.5088 |
| 2026-09-23 | 329.9204 |
High
337.0732
Low
309.9250
Average
323.4130
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.