Skip to content

JOD to HTG exchange rate API

Jordanian Dinar to Gourde · quoted 2026-09-25

184.5220

▼ +0.79% over 6M

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 6 months, JOD/HTG traded between 183.4661 and 185.9996, averaged 184.5869 and fell 0.79%. 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 6M

JOD/HTG over 6M: show the values
PointJOD/HTG
2026-03-29185.9996
2026-04-05185.4837
2026-04-12184.6493
2026-04-19185.0015
2026-04-26184.3422
2026-05-03184.7918
2026-05-10184.1579
2026-05-18185.0179
2026-05-26184.6591
2026-06-02184.8370
2026-06-11184.5765
2026-06-18184.4503
2026-06-25184.3112
2026-07-02184.4846
2026-07-09184.3328
2026-07-16183.4661
2026-07-23184.2822
2026-07-30184.6278
2026-08-06184.5563
2026-08-13184.7476
2026-08-21184.7448
2026-08-28184.3111
2026-09-04184.1330
2026-09-11184.5301
2026-09-18184.3078
2026-09-25184.5220

High

185.9996

Low

183.4661

Average

184.5869

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.