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: show the values
| Point | JOD/HTG |
|---|---|
| 2026-03-29 | 185.9996 |
| 2026-04-05 | 185.4837 |
| 2026-04-12 | 184.6493 |
| 2026-04-19 | 185.0015 |
| 2026-04-26 | 184.3422 |
| 2026-05-03 | 184.7918 |
| 2026-05-10 | 184.1579 |
| 2026-05-18 | 185.0179 |
| 2026-05-26 | 184.6591 |
| 2026-06-02 | 184.8370 |
| 2026-06-11 | 184.5765 |
| 2026-06-18 | 184.4503 |
| 2026-06-25 | 184.3112 |
| 2026-07-02 | 184.4846 |
| 2026-07-09 | 184.3328 |
| 2026-07-16 | 183.4661 |
| 2026-07-23 | 184.2822 |
| 2026-07-30 | 184.6278 |
| 2026-08-06 | 184.5563 |
| 2026-08-13 | 184.7476 |
| 2026-08-21 | 184.7448 |
| 2026-08-28 | 184.3111 |
| 2026-09-04 | 184.1330 |
| 2026-09-11 | 184.5301 |
| 2026-09-18 | 184.3078 |
| 2026-09-25 | 184.5220 |
High
185.9996
Low
183.4661
Average
184.5869
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.