Skip to content

HKD to SLL exchange rate API

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

2923.16

▲ +0.05% over 6M

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 6 months, HKD/SLL traded between 2677.05 and 3141.06, averaged 2880.30 and rose 0.05%. 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 6M

HKD/SLL over 6M: show the values
PointHKD/SLL
2026-03-292921.59
2026-04-052923.19
2026-04-162679.78
2026-04-232677.05
2026-04-302677.06
2026-05-072677.49
2026-05-152677.58
2026-05-232918.74
2026-05-302918.03
2026-06-062912.06
2026-06-152912.92
2026-06-222914.07
2026-06-292909.88
2026-07-062912.14
2026-07-132919.50
2026-07-202918.15
2026-07-272915.69
2026-08-032919.97
2026-08-102911.92
2026-08-172920.21
2026-08-252917.19
2026-09-012923.10
2026-09-082923.01
2026-09-152923.15
2026-09-223141.06

High

3141.06

Low

2677.05

Average

2880.30

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.