Skip to content

LVL to HKD exchange rate API

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

12.6902

▼ +2.42% over YTD

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 year to date, LVL/HKD traded between 12.6902 and 13.3123, averaged 12.9363 and fell 2.42%. 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 YTD

LVL/HKD over YTD: show the values
PointLVL/HKD
2025-12-3113.0044
2026-01-0712.9638
2026-01-1412.9121
2026-01-2113.0123
2026-01-2813.3123
2026-02-0413.1436
2026-02-1113.2463
2026-02-1813.1713
2026-02-2513.1163
2026-03-0412.9013
2026-03-1112.9412
2026-03-1812.8646
2026-03-2512.9127
2026-04-0112.8991
2026-04-0813.0065
2026-04-1512.9517
2026-04-2212.9477
2026-04-2912.9555
2026-05-0612.9538
2026-05-1413.0560
2026-05-2112.9541
2026-05-2912.9765
2026-06-0512.9466
2026-06-1412.9046
2026-06-2112.7969
2026-06-2812.7081
2026-07-0512.7685
2026-07-1212.7350
2026-07-1912.7600
2026-07-2612.6908
2026-08-0212.8695
2026-08-0912.9032
2026-08-1612.9158
2026-08-2413.0216
2026-08-3112.9268
2026-09-0712.9521
2026-09-1412.9098
2026-09-2112.8124

High

13.3123

Low

12.6902

Average

12.9363

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.