Skip to content

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

JOD/HKD over 1Y: show the values
PointJOD/HKD
2025-09-2710.9725
2025-10-0410.9737
2025-10-1110.9764
2025-10-1810.9563
2025-10-2510.9587
2025-11-0110.9599
2025-11-0810.9691
2025-11-1510.9624
2025-11-2210.9782
2025-11-2910.9799
2025-12-0610.9800
2025-12-1410.9793
2025-12-2110.9754
2025-12-2810.9610
2026-01-0410.9891
2026-01-1110.9945
2026-01-1810.9980
2026-01-2510.9972
2026-02-0111.0178
2026-02-0811.0206
2026-02-1511.0253
2026-02-2211.0221
2026-03-0111.0335
2026-03-0811.0320
2026-03-1511.0409
2026-03-2211.0484
2026-03-2911.0457
2026-04-0511.0541
2026-04-1211.0459
2026-04-1911.0476
2026-04-2611.0507
2026-05-0311.0498
2026-05-1011.0436
2026-05-1811.0441
2026-05-2611.0518
2026-06-0211.0542
2026-06-1111.0529
2026-06-1811.0545
2026-06-2511.0587
2026-07-0211.0643
2026-07-0911.0522
2026-07-1611.0574
2026-07-2311.0596
2026-07-3011.0635
2026-08-0611.0643
2026-08-1311.0675
2026-08-2111.0585
2026-08-2811.0572
2026-09-0411.0583
2026-09-1111.0606
2026-09-1811.0644
2026-09-2511.0635

High

11.0675

Low

10.9563

Average

11.0247

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=HKD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=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&currencies=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.