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: show the values
| Point | HKD/JMD |
|---|---|
| 2025-12-31 | 20.4591 |
| 2026-01-07 | 20.4087 |
| 2026-01-14 | 20.2895 |
| 2026-01-21 | 20.2011 |
| 2026-01-28 | 20.0805 |
| 2026-02-04 | 20.0720 |
| 2026-02-11 | 20.0239 |
| 2026-02-18 | 19.9423 |
| 2026-02-25 | 19.9527 |
| 2026-03-04 | 19.9876 |
| 2026-03-11 | 20.0523 |
| 2026-03-18 | 20.0206 |
| 2026-03-25 | 20.1272 |
| 2026-04-01 | 20.1730 |
| 2026-04-08 | 19.9904 |
| 2026-04-15 | 20.1660 |
| 2026-04-22 | 20.2527 |
| 2026-04-29 | 20.1013 |
| 2026-05-06 | 20.0409 |
| 2026-05-14 | 20.1885 |
| 2026-05-21 | 20.1984 |
| 2026-05-29 | 20.0414 |
| 2026-06-05 | 20.1877 |
| 2026-06-14 | 20.1667 |
| 2026-06-21 | 20.1354 |
| 2026-06-28 | 20.0745 |
| 2026-07-05 | 20.1288 |
| 2026-07-12 | 20.2232 |
| 2026-07-19 | 20.1699 |
| 2026-07-26 | 20.1441 |
| 2026-08-02 | 20.1374 |
| 2026-08-09 | 20.2150 |
| 2026-08-16 | 20.1289 |
| 2026-08-24 | 20.2799 |
| 2026-08-31 | 20.3217 |
| 2026-09-07 | 20.2217 |
| 2026-09-14 | 20.1408 |
| 2026-09-21 | 20.0964 |
High
20.4591
Low
19.9423
Average
20.1464
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.