HKD to SLL exchange rate API
Hong Kong Dollar to Leone · quoted 2026-09-25
2923.16
▼ +0.21% over 1Y
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 year, HKD/SLL traded between 2675.88 and 3122.50, averaged 2913.26 and fell 0.21%. 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 1Y: show the values
| Point | HKD/SLL |
|---|---|
| 2025-09-25 | 2929.43 |
| 2025-10-02 | 2930.20 |
| 2025-10-09 | 2926.08 |
| 2025-10-16 | 2928.83 |
| 2025-10-23 | 2919.76 |
| 2025-10-30 | 2921.47 |
| 2025-11-06 | 2918.31 |
| 2025-11-13 | 2918.02 |
| 2025-11-20 | 2940.65 |
| 2025-11-27 | 2945.42 |
| 2025-12-04 | 2931.24 |
| 2025-12-12 | 2958.73 |
| 2025-12-19 | 2950.81 |
| 2025-12-26 | 2949.54 |
| 2026-01-02 | 2929.31 |
| 2026-01-09 | 2931.57 |
| 2026-01-16 | 2930.15 |
| 2026-01-23 | 2944.44 |
| 2026-01-30 | 2931.02 |
| 2026-02-06 | 2940.62 |
| 2026-02-13 | 2926.37 |
| 2026-02-20 | 2936.59 |
| 2026-02-27 | 2928.33 |
| 2026-03-06 | 2933.73 |
| 2026-03-13 | 2925.63 |
| 2026-03-20 | 2912.16 |
| 2026-03-27 | 2920.66 |
| 2026-04-03 | 2923.20 |
| 2026-04-14 | 2677.15 |
| 2026-04-21 | 2677.97 |
| 2026-04-28 | 2675.97 |
| 2026-05-05 | 2675.88 |
| 2026-05-12 | 2920.26 |
| 2026-05-20 | 2919.81 |
| 2026-05-28 | 2915.88 |
| 2026-06-04 | 2914.31 |
| 2026-06-13 | 2912.31 |
| 2026-06-20 | 2915.09 |
| 2026-06-27 | 2910.03 |
| 2026-07-04 | 2912.24 |
| 2026-07-11 | 2919.06 |
| 2026-07-18 | 2918.40 |
| 2026-07-25 | 3017.86 |
| 2026-08-01 | 2920.22 |
| 2026-08-08 | 2942.05 |
| 2026-08-15 | 2919.91 |
| 2026-08-23 | 3122.50 |
| 2026-08-30 | 2925.07 |
| 2026-09-06 | 2923.47 |
| 2026-09-13 | 2925.02 |
| 2026-09-20 | 2923.49 |
High
3122.50
Low
2675.88
Average
2913.26
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.