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: show the values
| Point | LVL/HKD |
|---|---|
| 2025-09-25 | 12.9954 |
| 2025-10-02 | 12.9955 |
| 2025-10-09 | 12.8851 |
| 2025-10-16 | 12.9109 |
| 2025-10-23 | 12.8292 |
| 2025-10-30 | 12.8379 |
| 2025-11-06 | 12.7317 |
| 2025-11-13 | 12.8140 |
| 2025-11-20 | 12.7672 |
| 2025-11-27 | 12.8508 |
| 2025-12-04 | 12.9169 |
| 2025-12-12 | 12.9975 |
| 2025-12-19 | 12.9835 |
| 2025-12-26 | 13.0356 |
| 2026-01-02 | 13.0420 |
| 2026-01-09 | 12.9225 |
| 2026-01-16 | 12.8839 |
| 2026-01-23 | 13.0338 |
| 2026-01-30 | 13.2292 |
| 2026-02-06 | 13.1081 |
| 2026-02-13 | 13.2022 |
| 2026-02-20 | 13.0729 |
| 2026-02-27 | 13.1334 |
| 2026-03-06 | 12.9280 |
| 2026-03-13 | 12.8285 |
| 2026-03-20 | 12.8956 |
| 2026-03-27 | 12.8624 |
| 2026-04-03 | 12.8636 |
| 2026-04-10 | 12.9490 |
| 2026-04-17 | 12.9461 |
| 2026-04-24 | 12.9527 |
| 2026-05-01 | 12.9516 |
| 2026-05-08 | 12.9415 |
| 2026-05-16 | 12.9526 |
| 2026-05-24 | 12.9371 |
| 2026-05-31 | 13.0014 |
| 2026-06-09 | 12.8650 |
| 2026-06-16 | 12.9079 |
| 2026-06-23 | 12.7502 |
| 2026-06-30 | 12.7191 |
| 2026-07-07 | 12.7622 |
| 2026-07-14 | 12.7041 |
| 2026-07-21 | 12.7302 |
| 2026-07-28 | 12.6960 |
| 2026-08-04 | 12.8454 |
| 2026-08-11 | 12.8899 |
| 2026-08-18 | 12.9216 |
| 2026-08-26 | 13.0150 |
| 2026-09-02 | 12.9210 |
| 2026-09-09 | 12.9787 |
| 2026-09-16 | 12.8842 |
| 2026-09-23 | 12.7527 |
High
13.2292
Low
12.6902
Average
12.9099
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.