LKR to HUF exchange rate API
Sri Lanka Rupee to Forint · quoted 2026-09-26
0.97187
▼ +13.92% over 1Y
1 LKR = 0.97187 HUF · 1 HUF = 1.0289 LKR · Get this rate via the API
1 LKR buys 0.97187 HUF as of 2026-09-26, so 1 HUF buys 1.0289 LKR. Over the last year, LKR/HUF traded between 0.90430 and 1.1290, averaged 1.0115 and fell 13.92%. The API holds daily LKR/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/HUF over 1Y: show the values
| Point | LKR/HUF |
|---|---|
| 2025-09-26 | 1.12903 |
| 2025-10-03 | 1.11633 |
| 2025-10-10 | 1.11301 |
| 2025-10-17 | 1.09886 |
| 2025-10-24 | 1.10335 |
| 2025-10-31 | 1.10166 |
| 2025-11-07 | 1.09250 |
| 2025-11-14 | 1.07819 |
| 2025-11-21 | 1.07900 |
| 2025-11-28 | 1.06888 |
| 2025-12-05 | 1.06134 |
| 2025-12-12 | 1.05865 |
| 2025-12-19 | 1.06619 |
| 2025-12-26 | 1.06431 |
| 2026-01-02 | 1.05568 |
| 2026-01-09 | 1.06984 |
| 2026-01-16 | 1.06901 |
| 2026-01-23 | 1.04823 |
| 2026-01-30 | 1.03014 |
| 2026-02-06 | 1.03308 |
| 2026-02-13 | 1.03076 |
| 2026-02-20 | 1.04025 |
| 2026-02-27 | 1.02913 |
| 2026-03-06 | 1.09129 |
| 2026-03-13 | 1.09402 |
| 2026-03-20 | 1.08772 |
| 2026-03-27 | 1.07382 |
| 2026-04-03 | 1.05754 |
| 2026-04-10 | 1.01866 |
| 2026-04-17 | 0.97085 |
| 2026-04-24 | 0.97951 |
| 2026-05-01 | 0.96805 |
| 2026-05-08 | 0.93946 |
| 2026-05-15 | 0.94715 |
| 2026-05-22 | 0.92829 |
| 2026-05-29 | 0.92075 |
| 2026-06-05 | 0.90430 |
| 2026-06-12 | 0.91099 |
| 2026-06-19 | 0.91996 |
| 2026-06-26 | 0.92171 |
| 2026-07-03 | 0.91817 |
| 2026-07-10 | 0.92734 |
| 2026-07-17 | 0.94381 |
| 2026-07-24 | 0.94425 |
| 2026-07-31 | 0.94286 |
| 2026-08-07 | 0.93975 |
| 2026-08-14 | 0.93890 |
| 2026-08-21 | 0.93866 |
| 2026-08-28 | 0.95282 |
| 2026-09-04 | 0.95038 |
| 2026-09-11 | 0.95453 |
| 2026-09-18 | 0.95815 |
| 2026-09-25 | 0.96807 |
High
1.1290
Low
0.90430
Average
1.0115
Get this rate via the API
One GET request returns the LKR/HUF 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=LKR¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=HUF").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/HUF API questions
How do I get the LKR/HUF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/HUF rate in rates.HUF.
How far back does LKR/HUF historical data go?
Daily LKR/HUF 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 LKR/HUF 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.