Skip to content

LVL to HKD exchange rate API

Latvian Lats to Hong Kong Dollar · quoted 2026-09-25

12.6902

▼ +1.29% over 6M

1 LVL = 12.6902 HKD · 1 HKD = 0.07880 LVL · Get this rate via the API

1 LVL buys 12.6902 HKD as of 2026-09-25, so 1 HKD buys 0.07880 LVL. Over the last 6 months, LVL/HKD traded between 12.6845 and 13.0422, averaged 12.8832 and fell 1.29%. The API holds daily LVL/HKD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

LVL/HKD over 6M

LVL/HKD over 6M: show the values
PointLVL/HKD
2026-03-2912.8564
2026-04-0512.8458
2026-04-1212.9478
2026-04-1912.9497
2026-04-2612.9534
2026-05-0312.9524
2026-05-1012.9450
2026-05-1812.9455
2026-05-2612.9715
2026-06-0212.9773
2026-06-1112.8759
2026-06-1812.8516
2026-06-2512.6845
2026-07-0212.9677
2026-07-0912.7407
2026-07-1612.7902
2026-07-2312.7504
2026-07-3012.7848
2026-08-0612.8951
2026-08-1312.8660
2026-08-2113.0422
2026-08-2812.9908
2026-09-0412.9670
2026-09-1112.9451
2026-09-1812.9692
2026-09-2512.6897

High

13.0422

Low

12.6845

Average

12.8832

For developers

Get this rate via the API

One GET request returns the LVL/HKD 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=LVL&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=HKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LVL/HKD API questions

How do I get the LVL/HKD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/HKD rate in rates.HKD.

How far back does LVL/HKD historical data go?

Daily LVL/HKD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free LVL/HKD 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.