Skip to content

HKD to SLL exchange rate API

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

2923.16

▼ +0.68% over YTD

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 year to date, HKD/SLL traded between 2673.00 and 3144.30, averaged 2893.77 and fell 0.68%. 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 YTD

HKD/SLL over YTD: show the values
PointHKD/SLL
2025-12-312943.15
2026-01-072934.70
2026-01-142946.70
2026-01-212952.06
2026-01-282925.09
2026-02-042932.89
2026-02-112926.36
2026-02-182936.13
2026-02-252928.80
2026-03-042931.29
2026-03-112924.54
2026-03-182914.05
2026-03-252917.91
2026-04-012921.27
2026-04-082932.06
2026-04-192677.02
2026-04-262676.26
2026-05-032676.47
2026-05-102677.99
2026-05-182677.89
2026-05-262917.39
2026-06-023144.30
2026-06-112912.63
2026-06-182912.87
2026-06-252914.29
2026-07-022673.31
2026-07-092920.48
2026-07-162914.65
2026-07-232926.10
2026-07-302916.90
2026-08-062920.45
2026-08-133008.53
2026-08-212920.74
2026-08-282922.36
2026-09-043134.56
2026-09-112925.47
2026-09-182673.00
2026-09-252923.26

High

3144.30

Low

2673.00

Average

2893.77

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.