HUF to LKR exchange rate API
Forint to Sri Lanka Rupee · quoted 2026-09-26
1.0289
▲ +16.17% over 1Y
1 HUF = 1.0289 LKR · 1 LKR = 0.97187 HUF · Get this rate via the API
1 HUF buys 1.0289 LKR as of 2026-09-26, so 1 LKR buys 0.97187 HUF. Over the last year, HUF/LKR traded between 0.88572 and 1.1058, averaged 0.99323 and rose 16.17%. The API holds daily HUF/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HUF/LKR over 1Y: show the values
| Point | HUF/LKR |
|---|---|
| 2025-09-26 | 0.8857 |
| 2025-10-03 | 0.8958 |
| 2025-10-10 | 0.8985 |
| 2025-10-17 | 0.9100 |
| 2025-10-24 | 0.9063 |
| 2025-10-31 | 0.9077 |
| 2025-11-07 | 0.9153 |
| 2025-11-14 | 0.9275 |
| 2025-11-21 | 0.9268 |
| 2025-11-28 | 0.9356 |
| 2025-12-05 | 0.9422 |
| 2025-12-12 | 0.9446 |
| 2025-12-19 | 0.9379 |
| 2025-12-26 | 0.9396 |
| 2026-01-02 | 0.9473 |
| 2026-01-09 | 0.9347 |
| 2026-01-16 | 0.9354 |
| 2026-01-23 | 0.9540 |
| 2026-01-30 | 0.9707 |
| 2026-02-06 | 0.9680 |
| 2026-02-13 | 0.9702 |
| 2026-02-20 | 0.9613 |
| 2026-02-27 | 0.9717 |
| 2026-03-06 | 0.9163 |
| 2026-03-13 | 0.9141 |
| 2026-03-20 | 0.9194 |
| 2026-03-27 | 0.9313 |
| 2026-04-03 | 0.9456 |
| 2026-04-10 | 0.9817 |
| 2026-04-17 | 1.0300 |
| 2026-04-24 | 1.0209 |
| 2026-05-01 | 1.0330 |
| 2026-05-08 | 1.0644 |
| 2026-05-15 | 1.0558 |
| 2026-05-22 | 1.0772 |
| 2026-05-29 | 1.0861 |
| 2026-06-05 | 1.1058 |
| 2026-06-12 | 1.0977 |
| 2026-06-19 | 1.0870 |
| 2026-06-26 | 1.0849 |
| 2026-07-03 | 1.0891 |
| 2026-07-10 | 1.0783 |
| 2026-07-17 | 1.0595 |
| 2026-07-24 | 1.0590 |
| 2026-07-31 | 1.0606 |
| 2026-08-07 | 1.0641 |
| 2026-08-14 | 1.0651 |
| 2026-08-21 | 1.0653 |
| 2026-08-28 | 1.0495 |
| 2026-09-04 | 1.0522 |
| 2026-09-11 | 1.0476 |
| 2026-09-18 | 1.0437 |
| 2026-09-25 | 1.0330 |
High
1.1058
Low
0.88572
Average
0.99323
Get this rate via the API
One GET request returns the HUF/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=HUF¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
HUF/LKR API questions
How do I get the HUF/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HUF/LKR rate in rates.LKR.
How far back does HUF/LKR historical data go?
Daily HUF/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 HUF/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.