Skip to content

JOD to HKD exchange rate API

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

11.0634

▲ +0.77% over YTD

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 year to date, JOD/HKD traded between 10.9791 and 11.0666, averaged 11.0425 and rose 0.77%. 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 YTD

JOD/HKD over YTD: show the values
PointJOD/HKD
2025-12-3110.9791
2026-01-0710.9822
2026-01-1410.9970
2026-01-2110.9975
2026-01-2811.0035
2026-02-0411.0179
2026-02-1111.0252
2026-02-1811.0221
2026-02-2511.0304
2026-03-0411.0258
2026-03-1111.0392
2026-03-1811.0548
2026-03-2511.0281
2026-04-0111.0544
2026-04-0811.0470
2026-04-1511.0499
2026-04-2211.0462
2026-04-2911.0530
2026-05-0611.0519
2026-05-1411.0480
2026-05-2111.0501
2026-05-2911.0517
2026-06-0511.0490
2026-06-1411.0518
2026-06-2111.0531
2026-06-2811.0606
2026-07-0511.0623
2026-07-1211.0571
2026-07-1911.0583
2026-07-2611.0610
2026-08-0211.0608
2026-08-0911.0640
2026-08-1611.0666
2026-08-2411.0533
2026-08-3111.0548
2026-09-0711.0581
2026-09-1411.0626
2026-09-2111.0655

High

11.0666

Low

10.9791

Average

11.0425

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.