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: show the values
| Point | HKD/JMD |
|---|---|
| 2025-09-26 | 20.6275 |
| 2025-10-03 | 20.5894 |
| 2025-10-10 | 20.5689 |
| 2025-10-17 | 20.6316 |
| 2025-10-24 | 20.6358 |
| 2025-10-31 | 20.5619 |
| 2025-11-07 | 20.6344 |
| 2025-11-14 | 20.6589 |
| 2025-11-21 | 20.6432 |
| 2025-11-28 | 20.5891 |
| 2025-12-05 | 20.5747 |
| 2025-12-13 | 20.5843 |
| 2025-12-20 | 20.5672 |
| 2025-12-27 | 20.5807 |
| 2026-01-03 | 20.5171 |
| 2026-01-10 | 20.3561 |
| 2026-01-17 | 20.2646 |
| 2026-01-24 | 20.2407 |
| 2026-01-31 | 20.1166 |
| 2026-02-07 | 20.0675 |
| 2026-02-14 | 19.9961 |
| 2026-02-21 | 19.9546 |
| 2026-02-28 | 19.9463 |
| 2026-03-07 | 19.9878 |
| 2026-03-14 | 20.0425 |
| 2026-03-21 | 20.0888 |
| 2026-03-28 | 20.1152 |
| 2026-04-04 | 20.1154 |
| 2026-04-11 | 20.1800 |
| 2026-04-18 | 20.1680 |
| 2026-04-25 | 20.1076 |
| 2026-05-02 | 20.0031 |
| 2026-05-09 | 20.1235 |
| 2026-05-17 | 20.1480 |
| 2026-05-25 | 20.0766 |
| 2026-06-01 | 20.0834 |
| 2026-06-10 | 20.1718 |
| 2026-06-17 | 20.2111 |
| 2026-06-24 | 20.1273 |
| 2026-07-01 | 20.0726 |
| 2026-07-08 | 20.1355 |
| 2026-07-15 | 20.1590 |
| 2026-07-22 | 20.2274 |
| 2026-07-29 | 20.1369 |
| 2026-08-05 | 20.1296 |
| 2026-08-12 | 20.1556 |
| 2026-08-20 | 20.0276 |
| 2026-08-27 | 20.2193 |
| 2026-09-03 | 20.1809 |
| 2026-09-10 | 20.1180 |
| 2026-09-17 | 20.2173 |
| 2026-09-24 | 20.1352 |
High
20.6589
Low
19.9463
Average
20.2592
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=JMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=JMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.