Convert HTG to AUD
Haitian Gourde → Australian Dollar
1 HTG = 0.0108727 AUD(1 AUD = 91.973486 HTG)
Currency converter
1 HTG =
0.010873 AUD
HTG to AUD: last 30 days
Over the last 30 days, 1 HTG traded between 0.010518 and 0.010873 AUD, averaging 0.010685 AUD. The HTG/AUD rate is up 2.22% since 2026-08-28.
- 30-day high
- 0.010873
- 2026-09-25
- 30-day low
- 0.010518
- 2026-09-13
- 30-day average
- 0.010685
- Days with data: 30
- 30-day change
- +2.22%
- since 2026-08-28
0.010873
0.0105182026-08-28 → 2026-09-26
| Date | 1 HTG in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.010873 | 0.00% |
| 2026-09-25 | 0.010873 | +0.04% |
| 2026-09-24 | 0.010869 | +0.69% |
| 2026-09-23 | 0.010794 | +0.40% |
| 2026-09-22 | 0.010751 | +0.20% |
| 2026-09-21 | 0.010729 | +0.22% |
| 2026-09-20 | 0.010706 | -0.34% |
| 2026-09-19 | 0.010743 | -0.04% |
| 2026-09-18 | 0.010748 | +0.69% |
| 2026-09-17 | 0.010674 | -0.52% |
| 2026-09-16 | 0.010729 | +0.04% |
| 2026-09-15 | 0.010724 | +0.02% |
| 2026-09-14 | 0.010722 | +1.94% |
| 2026-09-13 | 0.010518 | -1.44% |
| 2026-09-12 | 0.010672 | +0.14% |
| Date | 1 HTG in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.010656 | +0.12% |
| 2026-09-10 | 0.010643 | +0.49% |
| 2026-09-09 | 0.010591 | -0.09% |
| 2026-09-08 | 0.010601 | +0.04% |
| 2026-09-07 | 0.010597 | +0.18% |
| 2026-09-06 | 0.010577 | -0.35% |
| 2026-09-05 | 0.010614 | -0.18% |
| 2026-09-04 | 0.010633 | +0.04% |
| 2026-09-03 | 0.010629 | -0.51% |
| 2026-09-02 | 0.010683 | -0.32% |
| 2026-09-01 | 0.010718 | +0.95% |
| 2026-08-31 | 0.010617 | +0.12% |
| 2026-08-30 | 0.010604 | -0.26% |
| 2026-08-29 | 0.010631 | -0.05% |
| 2026-08-28 | 0.010636 | — |
HTG to AUD conversion table
1 HTG0.010873 AUD
5 HTG0.054363 AUD
10 HTG0.10873 AUD
25 HTG0.27182 AUD
50 HTG0.54363 AUD
100 HTG1.0873 AUD
500 HTG5.4363 AUD
1,000 HTG10.8727 AUD
5,000 HTG54.3635 AUD
10,000 HTG108.727 AUD
Get the HTG/AUD rate in your app
One GET request returns the latest HTG → AUD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/HTG/AUD"fetch('https://rate-api.com/api/v1/pair/HTG/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 HTG = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/HTG/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 HTG = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/HTG/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 HTG = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "HTG",
"to": "AUD"
},
"rate": 0.0109,
"timestamp": 1790432080,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
AUD to HTGAustralian Dollar → Haitian Gourde91.9735Convert HTG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.