Skip to content

HKD to SLL exchange rate API

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

2923.16

▲ +1.24% over 5Y

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 5 years, HKD/SLL traded between 2677.50 and 2951.97, averaged 2910.01 and rose 1.24%. 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 5Y

HKD/SLL over 5Y: show the values
PointHKD/SLL
2024-08-242887.39
2024-10-072913.28
2024-11-062925.42
2024-12-062924.39
2025-01-052927.40
2025-02-042938.09
2025-03-062939.24
2025-04-062931.75
2025-05-062936.73
2025-06-072792.20
2025-07-072897.53
2025-08-062942.59
2025-09-052917.10
2025-10-062920.91
2025-11-052916.06
2025-12-052951.97
2026-01-052932.02
2026-02-042932.89
2026-03-062933.73
2026-04-052923.19
2026-05-092677.50
2026-06-122916.29
2026-07-122919.20
2026-08-112914.77
2026-09-112925.47

High

2951.97

Low

2677.50

Average

2910.01

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.