JOD to HKD exchange rate API
Jordanian Dinar to Hong Kong Dollar · quoted 2026-09-27
11.0634
▲ +0.83% over 1Y
1 JOD = 11.0634 HKD · 1 HKD = 0.09039 JOD · Get this rate via the API
1 JOD buys 11.0634 HKD as of 2026-09-27, so 1 HKD buys 0.09039 JOD. Over the last year, JOD/HKD traded between 10.9563 and 11.0675, averaged 11.0247 and rose 0.83%. The API holds daily JOD/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
JOD/HKD over 1Y: show the values
| Point | JOD/HKD |
|---|---|
| 2025-09-27 | 10.9725 |
| 2025-10-04 | 10.9737 |
| 2025-10-11 | 10.9764 |
| 2025-10-18 | 10.9563 |
| 2025-10-25 | 10.9587 |
| 2025-11-01 | 10.9599 |
| 2025-11-08 | 10.9691 |
| 2025-11-15 | 10.9624 |
| 2025-11-22 | 10.9782 |
| 2025-11-29 | 10.9799 |
| 2025-12-06 | 10.9800 |
| 2025-12-14 | 10.9793 |
| 2025-12-21 | 10.9754 |
| 2025-12-28 | 10.9610 |
| 2026-01-04 | 10.9891 |
| 2026-01-11 | 10.9945 |
| 2026-01-18 | 10.9980 |
| 2026-01-25 | 10.9972 |
| 2026-02-01 | 11.0178 |
| 2026-02-08 | 11.0206 |
| 2026-02-15 | 11.0253 |
| 2026-02-22 | 11.0221 |
| 2026-03-01 | 11.0335 |
| 2026-03-08 | 11.0320 |
| 2026-03-15 | 11.0409 |
| 2026-03-22 | 11.0484 |
| 2026-03-29 | 11.0457 |
| 2026-04-05 | 11.0541 |
| 2026-04-12 | 11.0459 |
| 2026-04-19 | 11.0476 |
| 2026-04-26 | 11.0507 |
| 2026-05-03 | 11.0498 |
| 2026-05-10 | 11.0436 |
| 2026-05-18 | 11.0441 |
| 2026-05-26 | 11.0518 |
| 2026-06-02 | 11.0542 |
| 2026-06-11 | 11.0529 |
| 2026-06-18 | 11.0545 |
| 2026-06-25 | 11.0587 |
| 2026-07-02 | 11.0643 |
| 2026-07-09 | 11.0522 |
| 2026-07-16 | 11.0574 |
| 2026-07-23 | 11.0596 |
| 2026-07-30 | 11.0635 |
| 2026-08-06 | 11.0643 |
| 2026-08-13 | 11.0675 |
| 2026-08-21 | 11.0585 |
| 2026-08-28 | 11.0572 |
| 2026-09-04 | 11.0583 |
| 2026-09-11 | 11.0606 |
| 2026-09-18 | 11.0644 |
| 2026-09-25 | 11.0635 |
High
11.0675
Low
10.9563
Average
11.0247
Get this rate via the API
One GET request returns the JOD/HKD 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=JOD¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
JOD/HKD API questions
How do I get the JOD/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest JOD/HKD rate in rates.HKD.
How far back does JOD/HKD historical data go?
Daily JOD/HKD 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 JOD/HKD 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.