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: show the values
| Point | USD/LKR |
|---|---|
| 2025-09-25 | 297.1118 |
| 2025-10-02 | 296.9349 |
| 2025-10-09 | 303.2749 |
| 2025-10-16 | 303.6414 |
| 2025-10-23 | 303.9681 |
| 2025-10-30 | 304.7869 |
| 2025-11-06 | 305.1678 |
| 2025-11-13 | 305.3281 |
| 2025-11-20 | 308.6867 |
| 2025-11-27 | 308.4965 |
| 2025-12-04 | 308.8975 |
| 2025-12-11 | 309.5014 |
| 2025-12-18 | 309.7991 |
| 2025-12-25 | 309.5224 |
| 2026-01-01 | 309.8290 |
| 2026-01-08 | 310.3316 |
| 2026-01-15 | 310.0644 |
| 2026-01-22 | 310.4318 |
| 2026-01-29 | 310.1700 |
| 2026-02-05 | 310.2206 |
| 2026-02-12 | 310.1465 |
| 2026-02-19 | 310.1256 |
| 2026-02-26 | 310.0162 |
| 2026-03-05 | 311.3933 |
| 2026-03-12 | 311.6606 |
| 2026-03-19 | 312.0422 |
| 2026-03-26 | 314.7323 |
| 2026-04-02 | 315.9310 |
| 2026-04-09 | 315.9572 |
| 2026-04-16 | 316.3352 |
| 2026-04-23 | 317.7034 |
| 2026-04-30 | 320.2722 |
| 2026-05-07 | 321.9611 |
| 2026-05-14 | 325.6980 |
| 2026-05-21 | 342.0268 |
| 2026-05-28 | 328.8394 |
| 2026-06-04 | 336.0099 |
| 2026-06-11 | 333.1203 |
| 2026-06-18 | 334.2433 |
| 2026-06-25 | 337.4194 |
| 2026-07-02 | 336.5957 |
| 2026-07-09 | 336.1154 |
| 2026-07-16 | 336.7799 |
| 2026-07-23 | 336.8299 |
| 2026-07-30 | 336.5633 |
| 2026-08-06 | 336.2482 |
| 2026-08-13 | 334.4437 |
| 2026-08-20 | 330.8664 |
| 2026-08-27 | 329.2556 |
| 2026-09-03 | 328.9379 |
| 2026-09-10 | 329.3108 |
| 2026-09-17 | 332.6567 |
| 2026-09-24 | 330.5538 |
High
342.0268
Low
296.9349
Average
319.0348
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.