Skip to content

JOD to HNL exchange rate API

Jordanian Dinar to Lempira · quoted 2026-09-26

37.9585

▲ +2.47% over 1Y

1 JOD = 37.9585 HNL · 1 HNL = 0.02634 JOD · Get this rate via the API

1 JOD buys 37.9585 HNL as of 2026-09-26, so 1 HNL buys 0.02634 JOD. Over the last year, JOD/HNL traded between 36.9814 and 37.9585, averaged 37.4525 and rose 2.47%. The API holds daily JOD/HNL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/HNL over 1Y

JOD/HNL over 1Y: show the values
PointJOD/HNL
2025-09-2637.0431
2025-10-0336.9814
2025-10-1037.0532
2025-10-1736.9949
2025-10-2437.0197
2025-10-3137.0746
2025-11-0737.1314
2025-11-1437.1080
2025-11-2137.1200
2025-11-2837.1101
2025-12-0537.1108
2025-12-1337.0558
2025-12-2037.2018
2025-12-2737.1810
2026-01-0337.2245
2026-01-1037.2574
2026-01-1737.2907
2026-01-2437.3006
2026-01-3137.3198
2026-02-0737.3224
2026-02-1437.3888
2026-02-2137.3983
2026-02-2837.4076
2026-03-0737.4172
2026-03-1437.4387
2026-03-2137.3941
2026-03-2837.3892
2026-04-0437.4698
2026-04-1137.5226
2026-04-1837.5443
2026-04-2537.4159
2026-05-0237.5443
2026-05-0937.5443
2026-05-1737.5956
2026-05-2537.4974
2026-06-0137.5373
2026-06-1037.7144
2026-06-1737.7294
2026-06-2437.6727
2026-07-0137.7247
2026-07-0837.7946
2026-07-1537.7091
2026-07-2237.7937
2026-07-2937.8431
2026-08-0537.7762
2026-08-1237.8217
2026-08-2037.7069
2026-08-2737.8463
2026-09-0337.8176
2026-09-1037.8452
2026-09-1737.9114
2026-09-2437.9093

High

37.9585

Low

36.9814

Average

37.4525

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/HNL API questions

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

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

How far back does JOD/HNL historical data go?

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