Skip to content

HKD to JMD exchange rate API

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

20.1660

▲ +0.22% over 5Y

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 5 years, HKD/JMD traded between 19.9828 and 20.6685, averaged 20.2717 and rose 0.22%. 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 5Y

HKD/JMD over 5Y: show the values
PointHKD/JMD
2024-08-2420.1226
2024-10-0720.3839
2024-11-0620.3498
2024-12-0620.2143
2025-01-0520.0097
2025-02-0420.2717
2025-03-0620.1603
2025-04-0620.2227
2025-05-0620.4715
2025-06-0720.3308
2025-07-0720.3446
2025-08-0620.1594
2025-09-0520.5152
2025-10-0620.6685
2025-11-0520.6430
2025-12-0520.5747
2026-01-0520.4429
2026-02-0420.0720
2026-03-0619.9828
2026-04-0520.1196
2026-05-0520.1067
2026-06-0620.1322
2026-07-0820.1355
2026-08-0720.2423
2026-09-0720.2217

High

20.6685

Low

19.9828

Average

20.2717

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.