Skip to content

HKD to LRD exchange rate API

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

21.9137

▼ +5.37% over 30D

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 30 days, HKD/LRD traded between 21.9137 and 23.1567, averaged 22.4510 and fell 5.37%. 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 30D

HKD/LRD over 30D: show the values
PointHKD/LRD
2026-08-2723.1567
2026-08-2823.0987
2026-08-2923.1023
2026-08-3023.0484
2026-08-3123.0571
2026-09-0123.0345
2026-09-0223.0482
2026-09-0322.6780
2026-09-0422.6383
2026-09-0522.7931
2026-09-0622.8356
2026-09-0722.3190
2026-09-0822.3119
2026-09-0922.8549
2026-09-1022.2521
2026-09-1122.2590
2026-09-1222.2401
2026-09-1322.2598
2026-09-1422.2549
2026-09-1522.2301
2026-09-1622.2551
2026-09-1722.2220
2026-09-1822.2439
2026-09-1922.0610
2026-09-2022.1608
2026-09-2122.0298
2026-09-2222.0775
2026-09-2322.0845
2026-09-2422.0713
2026-09-2521.9263
2026-09-2621.9137

High

23.1567

Low

21.9137

Average

22.4510

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.