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: show the values
| Point | HKD/SLL |
|---|---|
| 2024-08-24 | 2887.39 |
| 2024-10-07 | 2913.28 |
| 2024-11-06 | 2925.42 |
| 2024-12-06 | 2924.39 |
| 2025-01-05 | 2927.40 |
| 2025-02-04 | 2938.09 |
| 2025-03-06 | 2939.24 |
| 2025-04-06 | 2931.75 |
| 2025-05-06 | 2936.73 |
| 2025-06-07 | 2792.20 |
| 2025-07-07 | 2897.53 |
| 2025-08-06 | 2942.59 |
| 2025-09-05 | 2917.10 |
| 2025-10-06 | 2920.91 |
| 2025-11-05 | 2916.06 |
| 2025-12-05 | 2951.97 |
| 2026-01-05 | 2932.02 |
| 2026-02-04 | 2932.89 |
| 2026-03-06 | 2933.73 |
| 2026-04-05 | 2923.19 |
| 2026-05-09 | 2677.50 |
| 2026-06-12 | 2916.29 |
| 2026-07-12 | 2919.20 |
| 2026-08-11 | 2914.77 |
| 2026-09-11 | 2925.47 |
High
2951.97
Low
2677.50
Average
2910.01
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.