Skip to content

RSD to HKD exchange rate API

Serbian Dinar to Hong Kong Dollar · quoted 2026-09-25

0.07593

▼ +2.58% over 1Y

1 RSD = 0.07593 HKD · 1 HKD = 13.1707 RSD · Get this rate via the API

1 RSD buys 0.07593 HKD as of 2026-09-25, so 1 HKD buys 13.1707 RSD. Over the last year, RSD/HKD traded between 0.07593 and 0.07919, averaged 0.07738 and fell 2.58%. The API holds daily RSD/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/HKD over 1Y

RSD/HKD over 1Y: show the values
PointRSD/HKD
2025-09-250.07794
2025-10-020.07795
2025-10-090.07729
2025-10-160.07745
2025-10-230.07691
2025-10-300.07696
2025-11-060.07633
2025-11-130.07685
2025-11-200.07652
2025-11-270.07696
2025-12-040.07731
2025-12-120.07782
2025-12-190.07773
2025-12-260.07804
2026-01-020.07813
2026-01-090.07741
2026-01-160.07715
2026-01-230.07801
2026-01-300.07919
2026-02-060.07848
2026-02-130.07904
2026-02-200.07826
2026-02-270.07860
2026-03-060.07738
2026-03-130.07679
2026-03-200.07716
2026-03-270.07697
2026-04-030.07701
2026-04-100.07802
2026-04-170.07858
2026-04-240.07793
2026-05-010.07828
2026-05-080.07820
2026-05-160.07755
2026-05-240.07740
2026-05-310.07779
2026-06-090.07703
2026-06-160.07732
2026-06-230.07634
2026-06-300.07616
2026-07-070.07643
2026-07-140.07608
2026-07-210.07623
2026-07-280.07599
2026-08-040.07692
2026-08-110.07718
2026-08-180.07737
2026-08-260.07797
2026-09-020.07741
2026-09-090.07773
2026-09-160.07716
2026-09-230.07637

High

0.07919

Low

0.07593

Average

0.07738

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/HKD API questions

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

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

How far back does RSD/HKD historical data go?

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