Skip to content

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

LKR/HUF over 1Y: show the values
PointLKR/HUF
2025-09-261.12903
2025-10-031.11633
2025-10-101.11301
2025-10-171.09886
2025-10-241.10335
2025-10-311.10166
2025-11-071.09250
2025-11-141.07819
2025-11-211.07900
2025-11-281.06888
2025-12-051.06134
2025-12-121.05865
2025-12-191.06619
2025-12-261.06431
2026-01-021.05568
2026-01-091.06984
2026-01-161.06901
2026-01-231.04823
2026-01-301.03014
2026-02-061.03308
2026-02-131.03076
2026-02-201.04025
2026-02-271.02913
2026-03-061.09129
2026-03-131.09402
2026-03-201.08772
2026-03-271.07382
2026-04-031.05754
2026-04-101.01866
2026-04-170.97085
2026-04-240.97951
2026-05-010.96805
2026-05-080.93946
2026-05-150.94715
2026-05-220.92829
2026-05-290.92075
2026-06-050.90430
2026-06-120.91099
2026-06-190.91996
2026-06-260.92171
2026-07-030.91817
2026-07-100.92734
2026-07-170.94381
2026-07-240.94425
2026-07-310.94286
2026-08-070.93975
2026-08-140.93890
2026-08-210.93866
2026-08-280.95282
2026-09-040.95038
2026-09-110.95453
2026-09-180.95815
2026-09-250.96807

High

1.1290

Low

0.90430

Average

1.0115

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.