Skip to content

HKD to JOD exchange rate API

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

0.09038

▼ +0.84% over 1Y

1 HKD = 0.09038 JOD · 1 JOD = 11.0639 HKD · Get this rate via the API

1 HKD buys 0.09038 JOD as of 2026-09-25, so 1 JOD buys 11.0639 HKD. Over the last year, HKD/JOD traded between 0.09036 and 0.09127, averaged 0.09071 and fell 0.84%. The API holds daily HKD/JOD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/JOD over 1Y

HKD/JOD over 1Y: show the values
PointHKD/JOD
2025-09-250.09115
2025-10-020.09112
2025-10-090.09113
2025-10-160.09122
2025-10-230.09123
2025-10-300.09127
2025-11-060.09119
2025-11-130.09124
2025-11-200.09106
2025-11-270.09115
2025-12-040.09109
2025-12-120.09107
2025-12-190.09112
2025-12-260.09122
2026-01-020.09099
2026-01-090.09094
2026-01-160.09090
2026-01-230.09092
2026-01-300.09080
2026-02-060.09074
2026-02-130.09070
2026-02-200.09072
2026-02-270.09062
2026-03-060.09067
2026-03-130.09058
2026-03-200.09048
2026-03-270.09050
2026-04-030.09046
2026-04-100.09052
2026-04-170.09054
2026-04-240.09049
2026-05-010.09050
2026-05-080.09057
2026-05-160.09054
2026-05-240.09048
2026-05-310.09047
2026-06-090.09047
2026-06-160.09051
2026-06-230.09043
2026-06-300.09041
2026-07-070.09041
2026-07-140.09046
2026-07-210.09043
2026-07-280.09041
2026-08-040.09040
2026-08-110.09036
2026-08-180.09039
2026-08-260.09045
2026-09-020.09040
2026-09-090.09041
2026-09-160.09038
2026-09-230.09039

High

0.09127

Low

0.09036

Average

0.09071

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=JOD").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/JOD API questions

How do I get the HKD/JOD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=JOD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/JOD rate in rates.JOD.

How far back does HKD/JOD historical data go?

Daily HKD/JOD 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/JOD 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.