AUD to GNF exchange rate API
Australian Dollar to Guinea Franc · quoted 2026-09-26
6177.80
▲ +5.38% over 5Y
1 AUD = 6177.80 GNF · 1 GNF = 0.000162 AUD · Get this rate via the API
1 AUD buys 6177.80 GNF as of 2026-09-26, so 1 GNF buys 0.000162 AUD. Over the last 5 years, AUD/GNF traded between 5215.14 and 6345.54, averaged 5813.14 and rose 5.38%. The API holds daily AUD/GNF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AUD/GNF over 5Y: show the values
| Point | AUD/GNF |
|---|---|
| 2024-08-24 | 5862.36 |
| 2024-10-07 | 5891.12 |
| 2024-11-06 | 5658.59 |
| 2024-12-06 | 5522.65 |
| 2025-01-05 | 5365.31 |
| 2025-02-04 | 5379.05 |
| 2025-03-06 | 5479.69 |
| 2025-04-06 | 5215.14 |
| 2025-05-06 | 5604.03 |
| 2025-06-07 | 5616.82 |
| 2025-07-07 | 5642.24 |
| 2025-08-06 | 5643.08 |
| 2025-09-05 | 5673.76 |
| 2025-10-06 | 5730.50 |
| 2025-11-05 | 5637.52 |
| 2025-12-05 | 5773.64 |
| 2026-01-05 | 5840.60 |
| 2026-02-04 | 6157.83 |
| 2026-03-06 | 6146.17 |
| 2026-04-05 | 6046.45 |
| 2026-05-05 | 6293.27 |
| 2026-06-06 | 6166.91 |
| 2026-07-08 | 6080.17 |
| 2026-08-07 | 6191.40 |
| 2026-09-07 | 6345.54 |
High
6345.54
Low
5215.14
Average
5813.14
Get this rate via the API
One GET request returns the AUD/GNF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=GNF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=GNF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=GNF").json()Replace YOUR_API_KEY with the key from your dashboard.
AUD/GNF API questions
How do I get the AUD/GNF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=GNF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/GNF rate in rates.GNF.
How far back does AUD/GNF historical data go?
Daily AUD/GNF 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 AUD/GNF 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.