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: show the values
| Point | HKD/SLL |
|---|---|
| 2025-12-31 | 2943.15 |
| 2026-01-07 | 2934.70 |
| 2026-01-14 | 2946.70 |
| 2026-01-21 | 2952.06 |
| 2026-01-28 | 2925.09 |
| 2026-02-04 | 2932.89 |
| 2026-02-11 | 2926.36 |
| 2026-02-18 | 2936.13 |
| 2026-02-25 | 2928.80 |
| 2026-03-04 | 2931.29 |
| 2026-03-11 | 2924.54 |
| 2026-03-18 | 2914.05 |
| 2026-03-25 | 2917.91 |
| 2026-04-01 | 2921.27 |
| 2026-04-08 | 2932.06 |
| 2026-04-19 | 2677.02 |
| 2026-04-26 | 2676.26 |
| 2026-05-03 | 2676.47 |
| 2026-05-10 | 2677.99 |
| 2026-05-18 | 2677.89 |
| 2026-05-26 | 2917.39 |
| 2026-06-02 | 3144.30 |
| 2026-06-11 | 2912.63 |
| 2026-06-18 | 2912.87 |
| 2026-06-25 | 2914.29 |
| 2026-07-02 | 2673.31 |
| 2026-07-09 | 2920.48 |
| 2026-07-16 | 2914.65 |
| 2026-07-23 | 2926.10 |
| 2026-07-30 | 2916.90 |
| 2026-08-06 | 2920.45 |
| 2026-08-13 | 3008.53 |
| 2026-08-21 | 2920.74 |
| 2026-08-28 | 2922.36 |
| 2026-09-04 | 3134.56 |
| 2026-09-11 | 2925.47 |
| 2026-09-18 | 2673.00 |
| 2026-09-25 | 2923.26 |
High
3144.30
Low
2673.00
Average
2893.77
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.