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: show the values
| Point | JOD/HTG |
|---|---|
| 2025-09-25 | 185.4697 |
| 2025-10-02 | 184.4928 |
| 2025-10-09 | 184.5293 |
| 2025-10-16 | 185.2671 |
| 2025-10-23 | 184.4887 |
| 2025-10-30 | 184.6964 |
| 2025-11-06 | 185.4110 |
| 2025-11-13 | 184.7850 |
| 2025-11-20 | 184.7090 |
| 2025-11-27 | 184.6357 |
| 2025-12-04 | 184.8787 |
| 2025-12-12 | 184.6466 |
| 2025-12-19 | 184.7824 |
| 2025-12-26 | 184.6176 |
| 2026-01-02 | 185.3916 |
| 2026-01-09 | 184.9486 |
| 2026-01-16 | 185.6768 |
| 2026-01-23 | 184.3204 |
| 2026-01-30 | 185.3107 |
| 2026-02-06 | 185.2984 |
| 2026-02-13 | 185.0384 |
| 2026-02-20 | 185.8025 |
| 2026-02-27 | 185.3065 |
| 2026-03-06 | 184.8839 |
| 2026-03-13 | 185.3724 |
| 2026-03-20 | 185.7589 |
| 2026-03-27 | 185.3960 |
| 2026-04-03 | 184.9194 |
| 2026-04-10 | 184.7473 |
| 2026-04-17 | 184.6225 |
| 2026-04-24 | 184.7920 |
| 2026-05-01 | 184.7971 |
| 2026-05-08 | 185.3259 |
| 2026-05-16 | 184.7875 |
| 2026-05-24 | 186.0481 |
| 2026-05-31 | 185.2938 |
| 2026-06-09 | 184.4280 |
| 2026-06-16 | 185.2259 |
| 2026-06-23 | 184.5753 |
| 2026-06-30 | 184.1441 |
| 2026-07-07 | 184.0061 |
| 2026-07-14 | 186.1469 |
| 2026-07-21 | 184.8361 |
| 2026-07-28 | 184.7137 |
| 2026-08-04 | 185.0929 |
| 2026-08-11 | 184.5778 |
| 2026-08-18 | 184.7821 |
| 2026-08-26 | 184.3953 |
| 2026-09-02 | 184.7137 |
| 2026-09-09 | 184.3213 |
| 2026-09-16 | 184.3209 |
| 2026-09-23 | 184.8956 |
High
186.1469
Low
184.0061
Average
184.9235
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.