Skip to content

HUF to LKR exchange rate API

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

1.0289

▲ +8.77% over YTD

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 year to date, HUF/LKR traded between 0.91331 and 1.1086, averaged 1.0189 and rose 8.77%. 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 YTD

HUF/LKR over YTD: show the values
PointHUF/LKR
2025-12-310.9460
2026-01-070.9430
2026-01-140.9332
2026-01-210.9448
2026-01-280.9755
2026-02-040.9635
2026-02-110.9743
2026-02-180.9711
2026-02-250.9722
2026-03-040.9421
2026-03-110.9303
2026-03-180.9133
2026-03-250.9374
2026-04-010.9603
2026-04-080.9842
2026-04-151.0211
2026-04-221.0188
2026-04-291.0296
2026-05-061.0510
2026-05-131.0610
2026-05-201.0737
2026-05-271.0723
2026-06-031.0935
2026-06-101.0740
2026-06-171.1086
2026-06-241.0708
2026-07-011.0773
2026-07-081.0697
2026-07-151.0680
2026-07-221.0567
2026-07-291.0571
2026-08-051.0731
2026-08-121.0625
2026-08-191.0570
2026-08-261.0663
2026-09-021.0345
2026-09-091.0544
2026-09-161.0494
2026-09-231.0334

High

1.1086

Low

0.91331

Average

1.0189

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.