Skip to content

HKD to LRD exchange rate API

Hong Kong Dollar to Liberian Dollar · quoted 2026-09-26

21.9137

▼ +6.09% over 1Y

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 last year, HKD/LRD traded between 21.9137 and 23.9884, averaged 23.2009 and fell 6.09%. 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 1Y

HKD/LRD over 1Y: show the values
PointHKD/LRD
2025-09-2623.3346
2025-10-0323.3462
2025-10-1023.2665
2025-10-1723.5643
2025-10-2423.5129
2025-10-3123.5956
2025-11-0723.5320
2025-11-1423.4836
2025-11-2123.3130
2025-11-2822.8193
2025-12-0522.7888
2025-12-1322.7206
2025-12-2022.7785
2025-12-2722.8403
2026-01-0322.8985
2026-01-1023.0513
2026-01-1723.1441
2026-01-2423.7223
2026-01-3123.7163
2026-02-0723.9884
2026-02-1423.8468
2026-02-2123.6757
2026-02-2823.4686
2026-03-0723.3968
2026-03-1423.4096
2026-03-2123.4105
2026-03-2823.4633
2026-04-0423.3590
2026-04-1123.5192
2026-04-1823.4982
2026-04-2523.3802
2026-05-0223.4683
2026-05-0923.4307
2026-05-1723.3983
2026-05-2523.2775
2026-06-0123.2030
2026-06-1023.3682
2026-06-1723.2406
2026-06-2423.2563
2026-07-0123.1172
2026-07-0823.1372
2026-07-1523.1913
2026-07-2223.1209
2026-07-2923.1410
2026-08-0522.9998
2026-08-1223.0766
2026-08-2023.0832
2026-08-2723.1567
2026-09-0322.6780
2026-09-1022.2521
2026-09-1722.2220
2026-09-2422.0713

High

23.9884

Low

21.9137

Average

23.2009

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=LRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=LRD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=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&currencies=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.