Convert AUD to GNF
Australian Dollar → Guinean Franc
1 AUD = 6,188.8469 GNF(1 GNF = 0.000161581 AUD)
Currency converter
1 AUD =
6,188.8469 GNF
AUD to GNF: last 30 days
Over the last 30 days, 1 AUD traded between 6,187.6779 and 6,353.1134 GNF, averaging 6,289.6959 GNF. The AUD/GNF rate is down 2.17% since 2026-08-28.
- 30-day high
- 6,353.1134
- 2026-09-09
- 30-day low
- 6,187.6779
- 2026-09-24
- 30-day average
- 6,289.6959
- Days with data: 30
- 30-day change
- -2.17%
- since 2026-08-28
6,353.1134
6,187.67792026-08-28 → 2026-09-26
| Date | 1 AUD in GNF | Daily change |
|---|---|---|
| 2026-09-26 | 6,188.8469 | 0.00% |
| 2026-09-25 | 6,188.8469 | +0.02% |
| 2026-09-24 | 6,187.6779 | -0.61% |
| 2026-09-23 | 6,225.8723 | -0.62% |
| 2026-09-22 | 6,264.6571 | -0.24% |
| 2026-09-21 | 6,280.0008 | +0.24% |
| 2026-09-20 | 6,265.2322 | -0.04% |
| 2026-09-19 | 6,267.8509 | +0.32% |
| 2026-09-18 | 6,247.7728 | -0.33% |
| 2026-09-17 | 6,268.5465 | -0.11% |
| 2026-09-16 | 6,275.6312 | +0.08% |
| 2026-09-15 | 6,270.5442 | -0.08% |
| 2026-09-14 | 6,275.4964 | -0.95% |
| 2026-09-13 | 6,335.5675 | +0.55% |
| 2026-09-12 | 6,300.903 | -0.18% |
| Date | 1 AUD in GNF | Daily change |
|---|---|---|
| 2026-09-11 | 6,312.3422 | -0.24% |
| 2026-09-10 | 6,327.8416 | -0.40% |
| 2026-09-09 | 6,353.1134 | +0.13% |
| 2026-09-08 | 6,345.1501 | -0.00% |
| 2026-09-07 | 6,345.4355 | +0.10% |
| 2026-09-06 | 6,339.0112 | +0.41% |
| 2026-09-05 | 6,313.1474 | -0.48% |
| 2026-09-04 | 6,343.9053 | +0.31% |
| 2026-09-03 | 6,324.5396 | +0.56% |
| 2026-09-02 | 6,289.1745 | +0.09% |
| 2026-09-01 | 6,283.5225 | -0.34% |
| 2026-08-31 | 6,305.1191 | -0.28% |
| 2026-08-30 | 6,322.844 | +0.11% |
| 2026-08-29 | 6,315.8691 | -0.17% |
| 2026-08-28 | 6,326.4145 | — |
AUD to GNF conversion table
1 AUD6,188.8469 GNF
5 AUD30,944.234 GNF
10 AUD61,888.469 GNF
25 AUD154,721.17 GNF
50 AUD309,442.34 GNF
100 AUD618,884.69 GNF
500 AUD3,094,423.4 GNF
1,000 AUD6,188,846.9 GNF
5,000 AUD30,944,234 GNF
10,000 AUD61,888,469 GNF
Get the AUD/GNF rate in your app
One GET request returns the latest AUD → GNF 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/GNF"fetch('https://rate-api.com/api/v1/pair/AUD/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/GNF');
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']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "GNF"
},
"rate": 6188.8469,
"timestamp": 1790429295,
"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
GNF to AUDGuinean Franc → Australian Dollar0.00016158Convert AUD to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.