USD to HTG exchange rate API
US Dollar to Gourde · quoted 2026-09-25
130.8261
▼ +0.51% over 1Y
1 USD = 130.8261 HTG · 1 HTG = 0.007644 USD · Get this rate via the API
1 USD buys 130.8261 HTG as of 2026-09-25, so 1 HTG buys 0.007644 USD. Over the last year, USD/HTG traded between 130.4603 and 131.9782, averaged 131.1109 and fell 0.51%. The API holds daily USD/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/HTG over 1Y: show the values
| Point | USD/HTG |
|---|---|
| 2025-09-25 | 131.4980 |
| 2025-10-02 | 130.8054 |
| 2025-10-09 | 130.8313 |
| 2025-10-16 | 131.3543 |
| 2025-10-23 | 130.8025 |
| 2025-10-30 | 130.9498 |
| 2025-11-06 | 131.4564 |
| 2025-11-13 | 131.0126 |
| 2025-11-20 | 130.9587 |
| 2025-11-27 | 130.9067 |
| 2025-12-04 | 131.0790 |
| 2025-12-12 | 130.9144 |
| 2025-12-19 | 131.0107 |
| 2025-12-26 | 130.8939 |
| 2026-01-02 | 131.4426 |
| 2026-01-09 | 131.1286 |
| 2026-01-16 | 131.6449 |
| 2026-01-23 | 130.6832 |
| 2026-01-30 | 131.3853 |
| 2026-02-06 | 131.3766 |
| 2026-02-13 | 131.1922 |
| 2026-02-20 | 131.7340 |
| 2026-02-27 | 131.3823 |
| 2026-03-06 | 131.0827 |
| 2026-03-13 | 131.4290 |
| 2026-03-20 | 131.7030 |
| 2026-03-27 | 131.4457 |
| 2026-04-03 | 131.1078 |
| 2026-04-10 | 130.9875 |
| 2026-04-17 | 130.8970 |
| 2026-04-24 | 131.0145 |
| 2026-05-01 | 131.0246 |
| 2026-05-08 | 131.3992 |
| 2026-05-16 | 131.0143 |
| 2026-05-24 | 131.9081 |
| 2026-05-31 | 131.3733 |
| 2026-06-09 | 130.7594 |
| 2026-06-16 | 131.3252 |
| 2026-06-23 | 130.8639 |
| 2026-06-30 | 130.5582 |
| 2026-07-07 | 130.4603 |
| 2026-07-14 | 131.9782 |
| 2026-07-21 | 131.0488 |
| 2026-07-28 | 130.9620 |
| 2026-08-04 | 131.2308 |
| 2026-08-11 | 130.8657 |
| 2026-08-18 | 131.0105 |
| 2026-08-26 | 130.7363 |
| 2026-09-02 | 130.9620 |
| 2026-09-09 | 130.6838 |
| 2026-09-16 | 130.6835 |
| 2026-09-23 | 131.0910 |
High
131.9782
Low
130.4603
Average
131.1109
Get this rate via the API
One GET request returns the USD/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=USD¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/HTG API questions
How do I get the USD/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/HTG rate in rates.HTG.
How far back does USD/HTG historical data go?
Daily USD/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 USD/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.