Skip to content

HKD to SRD exchange rate API

Hong Kong Dollar to Surinam Dollar · quoted 2026-09-25

4.8144

▼ +1.62% over YTD

1 HKD = 4.8144 SRD · 1 SRD = 0.20771 HKD · Get this rate via the API

1 HKD buys 4.8144 SRD as of 2026-09-25, so 1 SRD buys 0.20771 HKD. Over the year to date, HKD/SRD traded between 4.7458 and 4.9221, averaged 4.8186 and fell 1.62%. The API holds daily HKD/SRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/SRD over YTD

HKD/SRD over YTD: show the values
PointHKD/SRD
2025-12-314.8935
2026-01-074.9221
2026-01-144.8901
2026-01-214.9180
2026-01-284.9083
2026-02-044.8840
2026-02-114.8553
2026-02-184.8311
2026-02-254.8400
2026-03-044.8116
2026-03-114.7941
2026-03-184.8102
2026-03-254.8026
2026-04-014.7742
2026-04-084.7894
2026-04-154.7777
2026-04-224.7846
2026-04-294.7807
2026-05-064.7829
2026-05-144.7458
2026-05-214.7552
2026-05-294.7561
2026-06-054.7774
2026-06-144.7749
2026-06-214.7854
2026-06-284.7842
2026-07-054.7960
2026-07-124.8040
2026-07-194.8042
2026-07-264.8436
2026-08-024.8223
2026-08-094.8231
2026-08-164.8561
2026-08-244.8215
2026-08-314.8171
2026-09-074.8360
2026-09-144.8189
2026-09-214.8378

High

4.9221

Low

4.7458

Average

4.8186

For developers

Get this rate via the API

One GET request returns the HKD/SRD 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=SRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=SRD");
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=SRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/SRD API questions

How do I get the HKD/SRD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=SRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/SRD rate in rates.SRD.

How far back does HKD/SRD historical data go?

Daily HKD/SRD 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/SRD 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.