Skip to content

LKR to HUF exchange rate API

Sri Lanka Rupee to Forint · quoted 2026-09-26

0.97187

▲ +2.39% over 30D

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 30 days, LKR/HUF traded between 0.94843 and 0.97447, averaged 0.95761 and rose 2.39%. 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 30D

LKR/HUF over 30D: show the values
PointLKR/HUF
2026-08-270.94922
2026-08-280.95282
2026-08-290.96084
2026-08-300.96033
2026-08-310.95570
2026-09-010.96229
2026-09-020.96662
2026-09-030.96170
2026-09-040.95038
2026-09-050.95011
2026-09-060.94959
2026-09-070.95016
2026-09-080.95241
2026-09-090.94843
2026-09-100.95353
2026-09-110.95453
2026-09-120.95396
2026-09-130.95286
2026-09-140.96032
2026-09-150.96057
2026-09-160.95291
2026-09-170.95040
2026-09-180.95815
2026-09-190.95785
2026-09-200.95821
2026-09-210.95158
2026-09-220.95412
2026-09-230.96764
2026-09-240.97447
2026-09-250.96807
2026-09-260.97187

High

0.97447

Low

0.94843

Average

0.95761

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=HUF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=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&currencies=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.