Skip to content

PAB to HTG exchange rate API

Balboa to Gourde · quoted 2026-09-25

130.8261

▼ +0.51% over 1Y

1 PAB = 130.8261 HTG · 1 HTG = 0.007644 PAB · Get this rate via the API

1 PAB buys 130.8261 HTG as of 2026-09-25, so 1 HTG buys 0.007644 PAB. Over the last year, PAB/HTG traded between 130.4603 and 131.9782, averaged 131.1054 and fell 0.51%. The API holds daily PAB/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/HTG over 1Y

PAB/HTG over 1Y: show the values
PointPAB/HTG
2025-09-25131.4980
2025-10-02130.8054
2025-10-09130.8313
2025-10-16131.3543
2025-10-23130.8025
2025-10-30130.9498
2025-11-06131.4564
2025-11-13131.0126
2025-11-20130.9587
2025-11-27130.9067
2025-12-04131.0790
2025-12-12130.9144
2025-12-19131.0107
2025-12-26130.8939
2026-01-02131.4426
2026-01-09131.1286
2026-01-16131.6449
2026-01-23130.6832
2026-01-30131.3853
2026-02-06131.3766
2026-02-13131.1922
2026-02-20131.7340
2026-02-27131.3823
2026-03-06131.0827
2026-03-13131.4290
2026-03-20131.7030
2026-03-27131.4457
2026-04-03131.1078
2026-04-10131.1547
2026-04-17130.9024
2026-04-24131.0044
2026-05-01130.9984
2026-05-08130.9731
2026-05-16131.0143
2026-05-24131.9081
2026-05-31131.3733
2026-06-09130.7594
2026-06-16131.3252
2026-06-23130.8639
2026-06-30130.5582
2026-07-07130.4603
2026-07-14131.9782
2026-07-21131.0488
2026-07-28130.9620
2026-08-04131.2308
2026-08-11130.8657
2026-08-18131.0105
2026-08-26130.7363
2026-09-02130.9620
2026-09-09130.6838
2026-09-16130.6835
2026-09-23131.0910

High

131.9782

Low

130.4603

Average

131.1054

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=HTG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=HTG").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/HTG API questions

How do I get the PAB/HTG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/HTG rate in rates.HTG.

How far back does PAB/HTG historical data go?

Daily PAB/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 PAB/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.