Skip to content

HKD to SLL exchange rate API

Hong Kong Dollar to Leone · quoted 2026-09-25

2923.16

▼ +0.21% over 1Y

1 HKD = 2923.16 SLL · 1 SLL = 0.000342 HKD · Get this rate via the API

1 HKD buys 2923.16 SLL as of 2026-09-25, so 1 SLL buys 0.000342 HKD. Over the last year, HKD/SLL traded between 2675.88 and 3122.50, averaged 2913.26 and fell 0.21%. The API holds daily HKD/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/SLL over 1Y

HKD/SLL over 1Y: show the values
PointHKD/SLL
2025-09-252929.43
2025-10-022930.20
2025-10-092926.08
2025-10-162928.83
2025-10-232919.76
2025-10-302921.47
2025-11-062918.31
2025-11-132918.02
2025-11-202940.65
2025-11-272945.42
2025-12-042931.24
2025-12-122958.73
2025-12-192950.81
2025-12-262949.54
2026-01-022929.31
2026-01-092931.57
2026-01-162930.15
2026-01-232944.44
2026-01-302931.02
2026-02-062940.62
2026-02-132926.37
2026-02-202936.59
2026-02-272928.33
2026-03-062933.73
2026-03-132925.63
2026-03-202912.16
2026-03-272920.66
2026-04-032923.20
2026-04-142677.15
2026-04-212677.97
2026-04-282675.97
2026-05-052675.88
2026-05-122920.26
2026-05-202919.81
2026-05-282915.88
2026-06-042914.31
2026-06-132912.31
2026-06-202915.09
2026-06-272910.03
2026-07-042912.24
2026-07-112919.06
2026-07-182918.40
2026-07-253017.86
2026-08-012920.22
2026-08-082942.05
2026-08-152919.91
2026-08-233122.50
2026-08-302925.07
2026-09-062923.47
2026-09-132925.02
2026-09-202923.49

High

3122.50

Low

2675.88

Average

2913.26

For developers

Get this rate via the API

One GET request returns the HKD/SLL 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=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=SLL");
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=SLL").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/SLL API questions

How do I get the HKD/SLL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/SLL rate in rates.SLL.

How far back does HKD/SLL historical data go?

Daily HKD/SLL 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/SLL 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.