DOP to HTG exchange rate API
Dominican Peso to Gourde · quoted 2026-09-26
2.1987
▲ +4.80% over 1Y
1 DOP = 2.1987 HTG · 1 HTG = 0.45481 DOP · Get this rate via the API
1 DOP buys 2.1987 HTG as of 2026-09-26, so 1 HTG buys 0.45481 DOP. Over the last year, DOP/HTG traded between 2.0337 and 2.2534, averaged 2.1556 and rose 4.80%. The API holds daily DOP/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
DOP/HTG over 1Y: show the values
| Point | DOP/HTG |
|---|---|
| 2025-09-26 | 2.0980 |
| 2025-10-03 | 2.0976 |
| 2025-10-10 | 2.0858 |
| 2025-10-17 | 2.0652 |
| 2025-10-24 | 2.0513 |
| 2025-10-31 | 2.0519 |
| 2025-11-07 | 2.0348 |
| 2025-11-14 | 2.0337 |
| 2025-11-21 | 2.0552 |
| 2025-11-28 | 2.0888 |
| 2025-12-05 | 2.0669 |
| 2025-12-13 | 2.0528 |
| 2025-12-20 | 2.0921 |
| 2025-12-27 | 2.0872 |
| 2026-01-03 | 2.0758 |
| 2026-01-10 | 2.0658 |
| 2026-01-17 | 2.0649 |
| 2026-01-24 | 2.0807 |
| 2026-01-31 | 2.0898 |
| 2026-02-07 | 2.0758 |
| 2026-02-14 | 2.1052 |
| 2026-02-21 | 2.1427 |
| 2026-02-28 | 2.1766 |
| 2026-03-07 | 2.1793 |
| 2026-03-14 | 2.1338 |
| 2026-03-21 | 2.2224 |
| 2026-03-28 | 2.1950 |
| 2026-04-04 | 2.1541 |
| 2026-04-11 | 2.1710 |
| 2026-04-18 | 2.1689 |
| 2026-04-25 | 2.1976 |
| 2026-05-02 | 2.2020 |
| 2026-05-09 | 2.2059 |
| 2026-05-17 | 2.2238 |
| 2026-05-25 | 2.2219 |
| 2026-06-01 | 2.2294 |
| 2026-06-10 | 2.2429 |
| 2026-06-17 | 2.2307 |
| 2026-06-24 | 2.2266 |
| 2026-07-01 | 2.1935 |
| 2026-07-08 | 2.2153 |
| 2026-07-15 | 2.2283 |
| 2026-07-22 | 2.2488 |
| 2026-07-29 | 2.2516 |
| 2026-08-05 | 2.2446 |
| 2026-08-12 | 2.2471 |
| 2026-08-20 | 2.2270 |
| 2026-08-27 | 2.2534 |
| 2026-09-03 | 2.2296 |
| 2026-09-10 | 2.2252 |
| 2026-09-17 | 2.2461 |
| 2026-09-24 | 2.1943 |
High
2.2534
Low
2.0337
Average
2.1556
Get this rate via the API
One GET request returns the DOP/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=DOP¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
DOP/HTG API questions
How do I get the DOP/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DOP¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest DOP/HTG rate in rates.HTG.
How far back does DOP/HTG historical data go?
Daily DOP/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 DOP/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.