Skip to content

HUF to LKR exchange rate API

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

1.0289

▲ +10.57% over 6M

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 6 months, HUF/LKR traded between 0.93058 and 1.1061, averaged 1.0523 and rose 10.57%. 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 6M

HUF/LKR over 6M: show the values
PointHUF/LKR
2026-03-300.9306
2026-04-060.9524
2026-04-131.0069
2026-04-201.0291
2026-04-271.0302
2026-05-041.0312
2026-05-111.0658
2026-05-181.0629
2026-05-251.0684
2026-06-011.0865
2026-06-081.0934
2026-06-151.1061
2026-06-221.0888
2026-06-291.0847
2026-07-061.0844
2026-07-131.0779
2026-07-201.0652
2026-07-271.0662
2026-08-031.0658
2026-08-101.0675
2026-08-171.0666
2026-08-241.0613
2026-08-311.0463
2026-09-071.0525
2026-09-141.0413
2026-09-211.0509

High

1.1061

Low

0.93058

Average

1.0523

For developers

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

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