Skip to content

LVL to HKD exchange rate API

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

12.6902

▼ +2.35% over 1Y

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 year, LVL/HKD traded between 12.6902 and 13.2292, averaged 12.9099 and fell 2.35%. 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 1Y

LVL/HKD over 1Y: show the values
PointLVL/HKD
2025-09-2512.9954
2025-10-0212.9955
2025-10-0912.8851
2025-10-1612.9109
2025-10-2312.8292
2025-10-3012.8379
2025-11-0612.7317
2025-11-1312.8140
2025-11-2012.7672
2025-11-2712.8508
2025-12-0412.9169
2025-12-1212.9975
2025-12-1912.9835
2025-12-2613.0356
2026-01-0213.0420
2026-01-0912.9225
2026-01-1612.8839
2026-01-2313.0338
2026-01-3013.2292
2026-02-0613.1081
2026-02-1313.2022
2026-02-2013.0729
2026-02-2713.1334
2026-03-0612.9280
2026-03-1312.8285
2026-03-2012.8956
2026-03-2712.8624
2026-04-0312.8636
2026-04-1012.9490
2026-04-1712.9461
2026-04-2412.9527
2026-05-0112.9516
2026-05-0812.9415
2026-05-1612.9526
2026-05-2412.9371
2026-05-3113.0014
2026-06-0912.8650
2026-06-1612.9079
2026-06-2312.7502
2026-06-3012.7191
2026-07-0712.7622
2026-07-1412.7041
2026-07-2112.7302
2026-07-2812.6960
2026-08-0412.8454
2026-08-1112.8899
2026-08-1812.9216
2026-08-2613.0150
2026-09-0212.9210
2026-09-0912.9787
2026-09-1612.8842
2026-09-2312.7527

High

13.2292

Low

12.6902

Average

12.9099

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.