Skip to content

HKD to JMD exchange rate API

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

20.1660

▼ +2.24% over 1Y

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 year, HKD/JMD traded between 19.9463 and 20.6589, averaged 20.2592 and fell 2.24%. 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 1Y

HKD/JMD over 1Y: show the values
PointHKD/JMD
2025-09-2620.6275
2025-10-0320.5894
2025-10-1020.5689
2025-10-1720.6316
2025-10-2420.6358
2025-10-3120.5619
2025-11-0720.6344
2025-11-1420.6589
2025-11-2120.6432
2025-11-2820.5891
2025-12-0520.5747
2025-12-1320.5843
2025-12-2020.5672
2025-12-2720.5807
2026-01-0320.5171
2026-01-1020.3561
2026-01-1720.2646
2026-01-2420.2407
2026-01-3120.1166
2026-02-0720.0675
2026-02-1419.9961
2026-02-2119.9546
2026-02-2819.9463
2026-03-0719.9878
2026-03-1420.0425
2026-03-2120.0888
2026-03-2820.1152
2026-04-0420.1154
2026-04-1120.1800
2026-04-1820.1680
2026-04-2520.1076
2026-05-0220.0031
2026-05-0920.1235
2026-05-1720.1480
2026-05-2520.0766
2026-06-0120.0834
2026-06-1020.1718
2026-06-1720.2111
2026-06-2420.1273
2026-07-0120.0726
2026-07-0820.1355
2026-07-1520.1590
2026-07-2220.2274
2026-07-2920.1369
2026-08-0520.1296
2026-08-1220.1556
2026-08-2020.0276
2026-08-2720.2193
2026-09-0320.1809
2026-09-1020.1180
2026-09-1720.2173
2026-09-2420.1352

High

20.6589

Low

19.9463

Average

20.2592

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.