Skip to content

HKD to JMD exchange rate API

Hong Kong Dollar to Jamaican Dollar · quoted 2026-09-26

20.1660

▼ +0.26% over 30D

1 HKD = 20.1660 JMD · 1 JMD = 0.04959 HKD · Get this rate via the API

1 HKD buys 20.1660 JMD as of 2026-09-26, so 1 JMD buys 0.04959 HKD. Over the last 30 days, HKD/JMD traded between 20.0707 and 20.3217, averaged 20.1567 and fell 0.26%. The API holds daily HKD/JMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/JMD over 30D

HKD/JMD over 30D: show the values
PointHKD/JMD
2026-08-2720.2193
2026-08-2820.2272
2026-08-2920.1662
2026-08-3020.1535
2026-08-3120.3217
2026-09-0120.1724
2026-09-0220.1597
2026-09-0320.1809
2026-09-0420.1747
2026-09-0520.1627
2026-09-0620.1664
2026-09-0720.2217
2026-09-0820.2344
2026-09-0920.1955
2026-09-1020.1180
2026-09-1120.1828
2026-09-1220.1332
2026-09-1320.1350
2026-09-1420.1408
2026-09-1520.0915
2026-09-1620.0707
2026-09-1720.2173
2026-09-1820.1133
2026-09-1920.1017
2026-09-2020.0838
2026-09-2120.0964
2026-09-2220.0995
2026-09-2320.1010
2026-09-2420.1352
2026-09-2520.1072
2026-09-2620.1660

High

20.3217

Low

20.0707

Average

20.1567

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/JMD API questions

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

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

How far back does HKD/JMD historical data go?

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