Skip to content

LVL to HKD exchange rate API

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

12.6902

▼ +2.50% over 30D

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 30 days, LVL/HKD traded between 12.6897 and 13.0150, averaged 12.8969 and fell 2.50%. 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 30D

LVL/HKD over 30D: show the values
PointLVL/HKD
2026-08-2613.0150
2026-08-2712.9932
2026-08-2812.9908
2026-08-2912.9199
2026-08-3012.9243
2026-08-3112.9268
2026-09-0112.9456
2026-09-0212.9210
2026-09-0312.9399
2026-09-0412.9670
2026-09-0512.9570
2026-09-0612.9602
2026-09-0712.9521
2026-09-0812.9699
2026-09-0912.9787
2026-09-1012.9846
2026-09-1112.9451
2026-09-1212.9430
2026-09-1312.9431
2026-09-1412.9098
2026-09-1512.8759
2026-09-1612.8842
2026-09-1712.7961
2026-09-1812.9692
2026-09-1912.8209
2026-09-2012.8216
2026-09-2112.8124
2026-09-2212.8060
2026-09-2312.7527
2026-09-2412.6956
2026-09-2512.6897

High

13.0150

Low

12.6897

Average

12.8969

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.