Skip to content

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

HUF/LKR over 1Y: show the values
PointHUF/LKR
2025-09-260.8857
2025-10-030.8958
2025-10-100.8985
2025-10-170.9100
2025-10-240.9063
2025-10-310.9077
2025-11-070.9153
2025-11-140.9275
2025-11-210.9268
2025-11-280.9356
2025-12-050.9422
2025-12-120.9446
2025-12-190.9379
2025-12-260.9396
2026-01-020.9473
2026-01-090.9347
2026-01-160.9354
2026-01-230.9540
2026-01-300.9707
2026-02-060.9680
2026-02-130.9702
2026-02-200.9613
2026-02-270.9717
2026-03-060.9163
2026-03-130.9141
2026-03-200.9194
2026-03-270.9313
2026-04-030.9456
2026-04-100.9817
2026-04-171.0300
2026-04-241.0209
2026-05-011.0330
2026-05-081.0644
2026-05-151.0558
2026-05-221.0772
2026-05-291.0861
2026-06-051.1058
2026-06-121.0977
2026-06-191.0870
2026-06-261.0849
2026-07-031.0891
2026-07-101.0783
2026-07-171.0595
2026-07-241.0590
2026-07-311.0606
2026-08-071.0641
2026-08-141.0651
2026-08-211.0653
2026-08-281.0495
2026-09-041.0522
2026-09-111.0476
2026-09-181.0437
2026-09-251.0330

High

1.1058

Low

0.88572

Average

0.99323

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.