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: show the values
| Point | LVL/HKD |
|---|---|
| 2025-12-31 | 13.0044 |
| 2026-01-07 | 12.9638 |
| 2026-01-14 | 12.9121 |
| 2026-01-21 | 13.0123 |
| 2026-01-28 | 13.3123 |
| 2026-02-04 | 13.1436 |
| 2026-02-11 | 13.2463 |
| 2026-02-18 | 13.1713 |
| 2026-02-25 | 13.1163 |
| 2026-03-04 | 12.9013 |
| 2026-03-11 | 12.9412 |
| 2026-03-18 | 12.8646 |
| 2026-03-25 | 12.9127 |
| 2026-04-01 | 12.8991 |
| 2026-04-08 | 13.0065 |
| 2026-04-15 | 12.9517 |
| 2026-04-22 | 12.9477 |
| 2026-04-29 | 12.9555 |
| 2026-05-06 | 12.9538 |
| 2026-05-14 | 13.0560 |
| 2026-05-21 | 12.9541 |
| 2026-05-29 | 12.9765 |
| 2026-06-05 | 12.9466 |
| 2026-06-14 | 12.9046 |
| 2026-06-21 | 12.7969 |
| 2026-06-28 | 12.7081 |
| 2026-07-05 | 12.7685 |
| 2026-07-12 | 12.7350 |
| 2026-07-19 | 12.7600 |
| 2026-07-26 | 12.6908 |
| 2026-08-02 | 12.8695 |
| 2026-08-09 | 12.9032 |
| 2026-08-16 | 12.9158 |
| 2026-08-24 | 13.0216 |
| 2026-08-31 | 12.9268 |
| 2026-09-07 | 12.9521 |
| 2026-09-14 | 12.9098 |
| 2026-09-21 | 12.8124 |
High
13.3123
Low
12.6902
Average
12.9363
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=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¤cies=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.