Skip to content

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

AUD/GNF over 5Y: show the values
PointAUD/GNF
2024-08-245862.36
2024-10-075891.12
2024-11-065658.59
2024-12-065522.65
2025-01-055365.31
2025-02-045379.05
2025-03-065479.69
2025-04-065215.14
2025-05-065604.03
2025-06-075616.82
2025-07-075642.24
2025-08-065643.08
2025-09-055673.76
2025-10-065730.50
2025-11-055637.52
2025-12-055773.64
2026-01-055840.60
2026-02-046157.83
2026-03-066146.17
2026-04-056046.45
2026-05-056293.27
2026-06-066166.91
2026-07-086080.17
2026-08-076191.40
2026-09-076345.54

High

6345.54

Low

5215.14

Average

5813.14

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=GNF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=GNF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=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&currencies=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.