HKD to LRD exchange rate API
Hong Kong Dollar to Liberian Dollar · quoted 2026-09-26
21.9137
▼ +4.48% over YTD
1 HKD = 21.9137 LRD · 1 LRD = 0.04563 HKD · Get this rate via the API
1 HKD buys 21.9137 LRD as of 2026-09-26, so 1 LRD buys 0.04563 HKD. Over the year to date, HKD/LRD traded between 21.9137 and 23.8708, averaged 23.2188 and fell 4.48%. The API holds daily HKD/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/LRD over YTD: show the values
| Point | HKD/LRD |
|---|---|
| 2025-12-31 | 22.9419 |
| 2026-01-07 | 22.8842 |
| 2026-01-14 | 23.0922 |
| 2026-01-21 | 23.6063 |
| 2026-01-28 | 23.7128 |
| 2026-02-04 | 23.7592 |
| 2026-02-11 | 23.8708 |
| 2026-02-18 | 23.7671 |
| 2026-02-25 | 23.4828 |
| 2026-03-04 | 23.4800 |
| 2026-03-11 | 23.3999 |
| 2026-03-18 | 23.3010 |
| 2026-03-25 | 23.5255 |
| 2026-04-01 | 23.4373 |
| 2026-04-08 | 23.5687 |
| 2026-04-15 | 23.5424 |
| 2026-04-22 | 23.5287 |
| 2026-04-29 | 23.4474 |
| 2026-05-06 | 23.3695 |
| 2026-05-14 | 23.3810 |
| 2026-05-21 | 23.3833 |
| 2026-05-29 | 23.2010 |
| 2026-06-05 | 23.3312 |
| 2026-06-14 | 23.3419 |
| 2026-06-21 | 23.2844 |
| 2026-06-28 | 23.2137 |
| 2026-07-05 | 23.1772 |
| 2026-07-12 | 23.1635 |
| 2026-07-19 | 23.1069 |
| 2026-07-26 | 23.1096 |
| 2026-08-02 | 23.0960 |
| 2026-08-09 | 23.1414 |
| 2026-08-16 | 23.1373 |
| 2026-08-24 | 23.1717 |
| 2026-08-31 | 23.0571 |
| 2026-09-07 | 22.3190 |
| 2026-09-14 | 22.2549 |
| 2026-09-21 | 22.0298 |
High
23.8708
Low
21.9137
Average
23.2188
Get this rate via the API
One GET request returns the HKD/LRD 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=HKD¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/LRD API questions
How do I get the HKD/LRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/LRD rate in rates.LRD.
How far back does HKD/LRD historical data go?
Daily HKD/LRD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free HKD/LRD 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.