Skip to content

JOD to HNL exchange rate API

Jordanian Dinar to Lempira · quoted 2026-09-25

37.8483

▲ +7.93% over 5Y

1 JOD = 37.8483 HNL · 1 HNL = 0.02642 JOD · Get this rate via the API

1 JOD buys 37.8483 HNL as of 2026-09-25, so 1 HNL buys 0.02642 JOD. Over the last 5 years, JOD/HNL traded between 35.0674 and 37.8533, averaged 36.7971 and rose 7.93%. 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 5Y

JOD/HNL over 5Y: show the values
PointJOD/HNL
2024-08-2435.0674
2024-10-0735.2384
2024-11-0635.4991
2024-12-0635.6744
2025-01-0535.8344
2025-02-0435.9511
2025-03-0636.1433
2025-04-0636.1981
2025-05-0636.5504
2025-06-0736.7860
2025-07-0736.8536
2025-08-0636.9595
2025-09-0536.9756
2025-10-0636.9818
2025-11-0537.1316
2025-12-0537.1108
2026-01-0537.2178
2026-02-0437.2104
2026-03-0637.3260
2026-04-0537.4673
2026-05-0537.5598
2026-06-0637.6554
2026-07-0837.7946
2026-08-0737.8349
2026-09-0737.8533

High

37.8533

Low

35.0674

Average

36.7971

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.