Skip to content

AUD to GNF exchange rate API

Australian Dollar to Guinea Franc · quoted 2026-09-26

6177.80

▲ +5.55% over YTD

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 year to date, AUD/GNF traded between 5848.69 and 6349.76, averaged 6180.32 and rose 5.55%. 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 YTD

AUD/GNF over YTD: show the values
PointAUD/GNF
2025-12-315853.06
2026-01-075887.80
2026-01-145848.69
2026-01-215925.93
2026-01-286142.69
2026-02-046157.83
2026-02-116248.83
2026-02-186205.61
2026-02-256224.07
2026-03-046188.43
2026-03-116273.91
2026-03-186181.19
2026-03-256099.71
2026-04-016101.97
2026-04-086193.99
2026-04-156264.93
2026-04-226285.46
2026-04-296286.67
2026-05-066343.76
2026-05-146349.76
2026-05-216254.94
2026-05-296279.34
2026-06-056264.37
2026-06-146201.16
2026-06-216146.80
2026-06-286045.14
2026-07-056089.25
2026-07-126097.99
2026-07-196122.40
2026-07-266140.53
2026-08-026194.26
2026-08-096211.52
2026-08-166235.29
2026-08-246301.46
2026-08-316305.31
2026-09-076345.54
2026-09-146275.28
2026-09-216279.80

High

6349.76

Low

5848.69

Average

6180.32

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.