Skip to content

HKD to SLL exchange rate API

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

2923.16

▲ +0.20% over 30D

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 30 days, HKD/SLL traded between 2673.00 and 3141.06, averaged 2939.34 and rose 0.20%. 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 30D

HKD/SLL over 30D: show the values
PointHKD/SLL
2026-08-262917.20
2026-08-272920.74
2026-08-282922.36
2026-08-292992.12
2026-08-302925.07
2026-08-312921.06
2026-09-012923.10
2026-09-022922.18
2026-09-032923.56
2026-09-043134.56
2026-09-052976.38
2026-09-062923.47
2026-09-072923.38
2026-09-082923.01
2026-09-092923.89
2026-09-102923.04
2026-09-112925.47
2026-09-122924.97
2026-09-132925.02
2026-09-142924.75
2026-09-152923.15
2026-09-163140.37
2026-09-172924.09
2026-09-182673.00
2026-09-192923.53
2026-09-202923.49
2026-09-212923.37
2026-09-223141.06
2026-09-232923.97
2026-09-242921.19
2026-09-252923.26

High

3141.06

Low

2673.00

Average

2939.34

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.