HKD to SOS exchange rate API
Hong Kong Dollar to Somali Shilling · quoted 2026-09-25
72.7466
▼ +1.02% over 1Y
1 HKD = 72.7466 SOS · 1 SOS = 0.01375 HKD · Get this rate via the API
1 HKD buys 72.7466 SOS as of 2026-09-25, so 1 SOS buys 0.01375 HKD. Over the last year, HKD/SOS traded between 72.5468 and 73.5909, averaged 73.0059 and fell 1.02%. The API holds daily HKD/SOS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/SOS over 1Y: show the values
| Point | HKD/SOS |
|---|---|
| 2025-09-25 | 73.4955 |
| 2025-10-02 | 73.4412 |
| 2025-10-09 | 73.4378 |
| 2025-10-16 | 73.2029 |
| 2025-10-23 | 73.1951 |
| 2025-10-30 | 73.5909 |
| 2025-11-06 | 73.3616 |
| 2025-11-13 | 73.5112 |
| 2025-11-20 | 73.1875 |
| 2025-11-27 | 73.1995 |
| 2025-12-04 | 73.4156 |
| 2025-12-12 | 73.2072 |
| 2025-12-19 | 73.2248 |
| 2025-12-26 | 73.2788 |
| 2026-01-02 | 73.0557 |
| 2026-01-09 | 72.8860 |
| 2026-01-16 | 72.6872 |
| 2026-01-23 | 72.5468 |
| 2026-01-30 | 72.9965 |
| 2026-02-06 | 72.8865 |
| 2026-02-13 | 73.1014 |
| 2026-02-20 | 73.0912 |
| 2026-02-27 | 73.0079 |
| 2026-03-06 | 72.9151 |
| 2026-03-13 | 73.0799 |
| 2026-03-20 | 72.9195 |
| 2026-03-27 | 72.9540 |
| 2026-04-03 | 72.9151 |
| 2026-04-10 | 72.9628 |
| 2026-04-17 | 72.9765 |
| 2026-04-24 | 72.9419 |
| 2026-05-01 | 72.9482 |
| 2026-05-08 | 73.2449 |
| 2026-05-16 | 72.9732 |
| 2026-05-24 | 72.9522 |
| 2026-05-31 | 72.9236 |
| 2026-06-09 | 72.8380 |
| 2026-06-16 | 72.9387 |
| 2026-06-23 | 72.9184 |
| 2026-06-30 | 72.6983 |
| 2026-07-07 | 72.6872 |
| 2026-07-14 | 72.9235 |
| 2026-07-21 | 72.9261 |
| 2026-07-28 | 72.7646 |
| 2026-08-04 | 72.6038 |
| 2026-08-11 | 72.8183 |
| 2026-08-18 | 72.7587 |
| 2026-08-26 | 72.7516 |
| 2026-09-02 | 72.7964 |
| 2026-09-09 | 72.7680 |
| 2026-09-16 | 72.7721 |
| 2026-09-23 | 72.8844 |
High
73.5909
Low
72.5468
Average
73.0059
Get this rate via the API
One GET request returns the HKD/SOS 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=SOS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=SOS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=SOS").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/SOS API questions
How do I get the HKD/SOS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=SOS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/SOS rate in rates.SOS.
How far back does HKD/SOS historical data go?
Daily HKD/SOS 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/SOS 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.