Convert USD to GNF
US Dollar → Guinean Franc
1 USD = 8,803.2182 GNF(1 GNF = 0.000113595 USD)
Currency converter
1 USD =
8,803.2182 GNF
USD to GNF: last 30 days
Over the last 30 days, 1 USD traded between 8,763.9112 and 8,833.0482 GNF, averaging 8,798.4896 GNF. The USD/GNF rate is up 0.12% since 2026-08-28.
- 30-day high
- 8,833.0482
- 2026-09-13
- 30-day low
- 8,763.9112
- 2026-09-05
- 30-day average
- 8,798.4896
- Days with data: 30
- 30-day change
- +0.12%
- since 2026-08-28
8,833.0482
8,763.91122026-08-28 → 2026-09-26
| Date | 1 USD in GNF | Daily change |
|---|---|---|
| 2026-09-26 | 8,803.2182 | 0.00% |
| 2026-09-25 | 8,803.2182 | -0.03% |
| 2026-09-24 | 8,806.0232 | -0.04% |
| 2026-09-23 | 8,809.301 | -0.01% |
| 2026-09-22 | 8,810.6137 | +0.14% |
| 2026-09-21 | 8,798.2812 | -0.01% |
| 2026-09-20 | 8,799.5186 | -0.04% |
| 2026-09-19 | 8,803.1966 | +0.32% |
| 2026-09-18 | 8,774.9968 | -0.42% |
| 2026-09-17 | 8,811.6958 | +0.14% |
| 2026-09-16 | 8,799.0625 | -0.01% |
| 2026-09-15 | 8,800.0817 | -0.02% |
| 2026-09-14 | 8,802.0113 | -0.35% |
| 2026-09-13 | 8,833.0482 | +0.55% |
| 2026-09-12 | 8,784.719 | -0.18% |
| Date | 1 USD in GNF | Daily change |
|---|---|---|
| 2026-09-11 | 8,800.6675 | -0.07% |
| 2026-09-10 | 8,807.09 | +0.16% |
| 2026-09-09 | 8,793.3442 | -0.02% |
| 2026-09-08 | 8,795.0126 | -0.00% |
| 2026-09-07 | 8,795.4082 | -0.05% |
| 2026-09-06 | 8,799.8153 | +0.41% |
| 2026-09-05 | 8,763.9112 | -0.48% |
| 2026-09-04 | 8,806.6094 | +0.16% |
| 2026-09-03 | 8,792.3749 | -0.08% |
| 2026-09-02 | 8,799.184 | +0.00% |
| 2026-09-01 | 8,798.8165 | -0.06% |
| 2026-08-31 | 8,803.8378 | +0.18% |
| 2026-08-30 | 8,788.1209 | +0.11% |
| 2026-08-29 | 8,778.4265 | -0.17% |
| 2026-08-28 | 8,793.0835 | — |
USD to GNF conversion table
1 USD8,803.2182 GNF
5 USD44,016.091 GNF
10 USD88,032.182 GNF
25 USD220,080.45 GNF
50 USD440,160.91 GNF
100 USD880,321.82 GNF
500 USD4,401,609.1 GNF
1,000 USD8,803,218.2 GNF
5,000 USD44,016,091 GNF
10,000 USD88,032,182 GNF
Get the USD/GNF rate in your app
One GET request returns the latest USD → 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/USD/GNF"fetch('https://rate-api.com/api/v1/pair/USD/GNF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} GNF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/GNF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} GNF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/GNF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} GNF\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "GNF"
},
"rate": 8803.2182,
"timestamp": 1790429298,
"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 USDGuinean Franc → US Dollar0.00011359Convert USD to other currencies
Convert other currencies to GNF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.