Skip to content

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

HKD/SOS over 6M: show the values
PointHKD/SOS
2026-03-2972.9726
2026-04-0572.8130
2026-04-1272.8614
2026-04-1973.0878
2026-04-2672.8141
2026-05-0372.8803
2026-05-1072.7892
2026-05-1873.1306
2026-05-2672.7611
2026-06-0272.8808
2026-06-1172.9295
2026-06-1872.9109
2026-06-2572.6134
2026-07-0272.8578
2026-07-0972.6844
2026-07-1672.3652
2026-07-2372.6738
2026-07-3072.5566
2026-08-0672.6660
2026-08-1372.8038
2026-08-2172.9318
2026-08-2872.7694
2026-09-0472.6102
2026-09-1172.7627
2026-09-1872.8404
2026-09-2572.7490

High

73.1306

Low

72.3652

Average

72.7949

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.