HKD to SOS exchange rate API
Hong Kong Dollar to Somali Shilling · quoted 2026-09-25
72.7466
▼ +0.31% over 6M
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 6 months, HKD/SOS traded between 72.3652 and 73.1306, averaged 72.7949 and fell 0.31%. 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 6M: show the values
| Point | HKD/SOS |
|---|---|
| 2026-03-29 | 72.9726 |
| 2026-04-05 | 72.8130 |
| 2026-04-12 | 72.8614 |
| 2026-04-19 | 73.0878 |
| 2026-04-26 | 72.8141 |
| 2026-05-03 | 72.8803 |
| 2026-05-10 | 72.7892 |
| 2026-05-18 | 73.1306 |
| 2026-05-26 | 72.7611 |
| 2026-06-02 | 72.8808 |
| 2026-06-11 | 72.9295 |
| 2026-06-18 | 72.9109 |
| 2026-06-25 | 72.6134 |
| 2026-07-02 | 72.8578 |
| 2026-07-09 | 72.6844 |
| 2026-07-16 | 72.3652 |
| 2026-07-23 | 72.6738 |
| 2026-07-30 | 72.5566 |
| 2026-08-06 | 72.6660 |
| 2026-08-13 | 72.8038 |
| 2026-08-21 | 72.9318 |
| 2026-08-28 | 72.7694 |
| 2026-09-04 | 72.6102 |
| 2026-09-11 | 72.7627 |
| 2026-09-18 | 72.8404 |
| 2026-09-25 | 72.7490 |
High
73.1306
Low
72.3652
Average
72.7949
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.