Skip to content

HKD to JMD exchange rate API

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

20.1660

▼ +1.43% over YTD

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 year to date, HKD/JMD traded between 19.9423 and 20.4591, averaged 20.1464 and fell 1.43%. 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 YTD

HKD/JMD over YTD: show the values
PointHKD/JMD
2025-12-3120.4591
2026-01-0720.4087
2026-01-1420.2895
2026-01-2120.2011
2026-01-2820.0805
2026-02-0420.0720
2026-02-1120.0239
2026-02-1819.9423
2026-02-2519.9527
2026-03-0419.9876
2026-03-1120.0523
2026-03-1820.0206
2026-03-2520.1272
2026-04-0120.1730
2026-04-0819.9904
2026-04-1520.1660
2026-04-2220.2527
2026-04-2920.1013
2026-05-0620.0409
2026-05-1420.1885
2026-05-2120.1984
2026-05-2920.0414
2026-06-0520.1877
2026-06-1420.1667
2026-06-2120.1354
2026-06-2820.0745
2026-07-0520.1288
2026-07-1220.2232
2026-07-1920.1699
2026-07-2620.1441
2026-08-0220.1374
2026-08-0920.2150
2026-08-1620.1289
2026-08-2420.2799
2026-08-3120.3217
2026-09-0720.2217
2026-09-1420.1408
2026-09-2120.0964

High

20.4591

Low

19.9423

Average

20.1464

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.