Skip to content

JOD to HTG exchange rate API

Jordanian Dinar to Gourde · quoted 2026-09-25

184.5220

▼ +0.51% over 1Y

1 JOD = 184.5220 HTG · 1 HTG = 0.005419 JOD · Get this rate via the API

1 JOD buys 184.5220 HTG as of 2026-09-25, so 1 HTG buys 0.005419 JOD. Over the last year, JOD/HTG traded between 184.0061 and 186.1469, averaged 184.9235 and fell 0.51%. The API holds daily JOD/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/HTG over 1Y

JOD/HTG over 1Y: show the values
PointJOD/HTG
2025-09-25185.4697
2025-10-02184.4928
2025-10-09184.5293
2025-10-16185.2671
2025-10-23184.4887
2025-10-30184.6964
2025-11-06185.4110
2025-11-13184.7850
2025-11-20184.7090
2025-11-27184.6357
2025-12-04184.8787
2025-12-12184.6466
2025-12-19184.7824
2025-12-26184.6176
2026-01-02185.3916
2026-01-09184.9486
2026-01-16185.6768
2026-01-23184.3204
2026-01-30185.3107
2026-02-06185.2984
2026-02-13185.0384
2026-02-20185.8025
2026-02-27185.3065
2026-03-06184.8839
2026-03-13185.3724
2026-03-20185.7589
2026-03-27185.3960
2026-04-03184.9194
2026-04-10184.7473
2026-04-17184.6225
2026-04-24184.7920
2026-05-01184.7971
2026-05-08185.3259
2026-05-16184.7875
2026-05-24186.0481
2026-05-31185.2938
2026-06-09184.4280
2026-06-16185.2259
2026-06-23184.5753
2026-06-30184.1441
2026-07-07184.0061
2026-07-14186.1469
2026-07-21184.8361
2026-07-28184.7137
2026-08-04185.0929
2026-08-11184.5778
2026-08-18184.7821
2026-08-26184.3953
2026-09-02184.7137
2026-09-09184.3213
2026-09-16184.3209
2026-09-23184.8956

High

186.1469

Low

184.0061

Average

184.9235

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

JOD/HTG API questions

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

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

How far back does JOD/HTG historical data go?

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