Skip to content

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

HKD/SOS over 1Y: show the values
PointHKD/SOS
2025-09-2573.4955
2025-10-0273.4412
2025-10-0973.4378
2025-10-1673.2029
2025-10-2373.1951
2025-10-3073.5909
2025-11-0673.3616
2025-11-1373.5112
2025-11-2073.1875
2025-11-2773.1995
2025-12-0473.4156
2025-12-1273.2072
2025-12-1973.2248
2025-12-2673.2788
2026-01-0273.0557
2026-01-0972.8860
2026-01-1672.6872
2026-01-2372.5468
2026-01-3072.9965
2026-02-0672.8865
2026-02-1373.1014
2026-02-2073.0912
2026-02-2773.0079
2026-03-0672.9151
2026-03-1373.0799
2026-03-2072.9195
2026-03-2772.9540
2026-04-0372.9151
2026-04-1072.9628
2026-04-1772.9765
2026-04-2472.9419
2026-05-0172.9482
2026-05-0873.2449
2026-05-1672.9732
2026-05-2472.9522
2026-05-3172.9236
2026-06-0972.8380
2026-06-1672.9387
2026-06-2372.9184
2026-06-3072.6983
2026-07-0772.6872
2026-07-1472.9235
2026-07-2172.9261
2026-07-2872.7646
2026-08-0472.6038
2026-08-1172.8183
2026-08-1872.7587
2026-08-2672.7516
2026-09-0272.7964
2026-09-0972.7680
2026-09-1672.7721
2026-09-2372.8844

High

73.5909

Low

72.5468

Average

73.0059

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=SOS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=SOS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=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&currencies=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.