Skip to content

JOD to HKD exchange rate API

Jordanian Dinar to Hong Kong Dollar · quoted 2026-09-27

11.0634

▲ +0.06% over 6M

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 6 months, JOD/HKD traded between 11.0411 and 11.0679, averaged 11.0563 and rose 0.06%. 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 6M

JOD/HKD over 6M: show the values
PointJOD/HKD
2026-03-3111.0568
2026-04-0711.0526
2026-04-1411.0479
2026-04-2111.0446
2026-04-2811.0520
2026-05-0511.0528
2026-05-1211.0411
2026-05-2011.0477
2026-05-2811.0503
2026-06-0411.0490
2026-06-1311.0517
2026-06-2011.0534
2026-06-2711.0606
2026-07-0411.0618
2026-07-1111.0576
2026-07-1811.0578
2026-07-2511.0615
2026-08-0111.0605
2026-08-0811.0649
2026-08-1511.0679
2026-08-2311.0583
2026-08-3011.0583
2026-09-0611.0588
2026-09-1311.0616
2026-09-2011.0650
2026-09-2711.0634

High

11.0679

Low

11.0411

Average

11.0563

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.