HKD to SOS exchange rate API
Hong Kong Dollar to Somali Shilling · quoted 2026-09-25
72.7466
▼ +0.90% over YTD
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 year to date, HKD/SOS traded between 72.0868 and 74.2533, averaged 72.9242 and fell 0.90%. 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 YTD: show the values
| Point | HKD/SOS |
|---|---|
| 2025-12-31 | 73.4088 |
| 2026-01-07 | 72.3146 |
| 2026-01-14 | 73.1539 |
| 2026-01-21 | 73.0134 |
| 2026-01-28 | 73.1339 |
| 2026-02-04 | 73.1520 |
| 2026-02-11 | 73.1052 |
| 2026-02-18 | 72.8497 |
| 2026-02-25 | 72.9649 |
| 2026-03-04 | 73.1062 |
| 2026-03-11 | 72.9854 |
| 2026-03-18 | 72.5591 |
| 2026-03-25 | 73.0857 |
| 2026-04-01 | 72.9060 |
| 2026-04-08 | 72.9605 |
| 2026-04-15 | 72.9865 |
| 2026-04-22 | 73.0595 |
| 2026-04-29 | 72.9266 |
| 2026-05-06 | 72.7879 |
| 2026-05-14 | 73.1177 |
| 2026-05-21 | 72.9409 |
| 2026-05-29 | 72.5821 |
| 2026-06-05 | 72.9903 |
| 2026-06-14 | 72.9316 |
| 2026-06-21 | 72.9232 |
| 2026-06-28 | 72.8786 |
| 2026-07-05 | 72.9092 |
| 2026-07-12 | 72.6389 |
| 2026-07-19 | 72.8908 |
| 2026-07-26 | 72.8721 |
| 2026-08-02 | 72.7873 |
| 2026-08-09 | 74.2533 |
| 2026-08-16 | 72.0868 |
| 2026-08-24 | 72.6575 |
| 2026-08-31 | 72.9071 |
| 2026-09-07 | 72.8857 |
| 2026-09-14 | 72.8624 |
| 2026-09-21 | 72.7209 |
High
74.2533
Low
72.0868
Average
72.9242
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.