Convert AUD to HTG
Australian Dollar → Haitian Gourde
1 AUD = 91.973486 HTG(1 HTG = 0.0108727 AUD)
Currency converter
1 AUD =
91.9735 HTG
AUD to HTG: last 30 days
Over the last 30 days, 1 AUD traded between 91.9735 and 95.0759 HTG, averaging 93.5943 HTG. The AUD/HTG rate is down 2.18% since 2026-08-28.
- 30-day high
- 95.0759
- 2026-09-13
- 30-day low
- 91.9735
- 2026-09-25
- 30-day average
- 93.5943
- Days with data: 30
- 30-day change
- -2.18%
- since 2026-08-28
95.0759
91.97352026-08-28 → 2026-09-26
| Date | 1 AUD in HTG | Daily change |
|---|---|---|
| 2026-09-26 | 91.9735 | 0.00% |
| 2026-09-25 | 91.9735 | -0.04% |
| 2026-09-24 | 92.0081 | -0.69% |
| 2026-09-23 | 92.647 | -0.40% |
| 2026-09-22 | 93.018 | -0.20% |
| 2026-09-21 | 93.2025 | -0.22% |
| 2026-09-20 | 93.407 | +0.35% |
| 2026-09-19 | 93.085 | +0.04% |
| 2026-09-18 | 93.0434 | -0.69% |
| 2026-09-17 | 93.689 | +0.52% |
| 2026-09-16 | 93.2056 | -0.04% |
| 2026-09-15 | 93.2463 | -0.02% |
| 2026-09-14 | 93.2633 | -1.91% |
| 2026-09-13 | 95.0759 | +1.46% |
| 2026-09-12 | 93.7061 | -0.14% |
| Date | 1 AUD in HTG | Daily change |
|---|---|---|
| 2026-09-11 | 93.8401 | -0.12% |
| 2026-09-10 | 93.9573 | -0.49% |
| 2026-09-09 | 94.4179 | +0.10% |
| 2026-09-08 | 94.3282 | -0.04% |
| 2026-09-07 | 94.3703 | -0.18% |
| 2026-09-06 | 94.5416 | +0.35% |
| 2026-09-05 | 94.2149 | +0.18% |
| 2026-09-04 | 94.0429 | -0.04% |
| 2026-09-03 | 94.0842 | +0.51% |
| 2026-09-02 | 93.6045 | +0.32% |
| 2026-09-01 | 93.3031 | -0.94% |
| 2026-08-31 | 94.1919 | -0.12% |
| 2026-08-30 | 94.3057 | +0.26% |
| 2026-08-29 | 94.0639 | +0.05% |
| 2026-08-28 | 94.0187 | — |
AUD to HTG conversion table
1 AUD91.9735 HTG
5 AUD459.8674 HTG
10 AUD919.7349 HTG
25 AUD2,299.3372 HTG
50 AUD4,598.6743 HTG
100 AUD9,197.3486 HTG
500 AUD45,986.743 HTG
1,000 AUD91,973.486 HTG
5,000 AUD459,867.43 HTG
10,000 AUD919,734.86 HTG
Get the AUD/HTG rate in your app
One GET request returns the latest AUD → HTG 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/AUD/HTG"fetch('https://rate-api.com/api/v1/pair/AUD/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/HTG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "HTG"
},
"rate": 91.9735,
"timestamp": 1790429434,
"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
HTG to AUDHaitian Gourde → Australian Dollar0.010873Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.