Skip to content

AUD to GHS exchange rate API

Australian Dollar to Ghana Cedi · quoted 2026-09-24

8.1249

▲ +15.89% over YTD

1 AUD = 8.1249 GHS · 1 GHS = 0.12308 AUD · Get this rate via the API

1 AUD buys 8.1249 GHS as of 2026-09-24, so 1 GHS buys 0.12308 AUD. Over the year to date, AUD/GHS traded between 7.0106 and 8.4403, averaged 7.8678 and rose 15.89%. The API holds daily AUD/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AUD/GHS over YTD

AUD/GHS over YTD: show the values
PointAUD/GHS
2025-12-317.0106
2026-01-077.1538
2026-01-147.1779
2026-01-217.3442
2026-01-287.6383
2026-02-047.6966
2026-02-117.8234
2026-02-187.7792
2026-02-257.5936
2026-03-047.5899
2026-03-117.7249
2026-03-187.6728
2026-03-257.6006
2026-04-017.6389
2026-04-087.7534
2026-04-157.8894
2026-04-227.9143
2026-04-297.9786
2026-05-068.1030
2026-05-148.2005
2026-05-218.2310
2026-05-298.3599
2026-06-058.4403
2026-06-147.8445
2026-06-217.8260
2026-06-287.7719
2026-07-057.8813
2026-07-127.9643
2026-07-198.0538
2026-07-268.1320
2026-08-028.2281
2026-08-098.3085
2026-08-167.7624
2026-08-247.9874
2026-08-318.0503
2026-09-078.2111
2026-09-148.1644
2026-09-218.2188

High

8.4403

Low

7.0106

Average

7.8678

For developers

Get this rate via the API

One GET request returns the AUD/GHS 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=GHS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=GHS");
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=GHS").json()

Replace YOUR_API_KEY with the key from your dashboard.

AUD/GHS API questions

How do I get the AUD/GHS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD&currencies=GHS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AUD/GHS rate in rates.GHS.

How far back does AUD/GHS historical data go?

Daily AUD/GHS 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/GHS 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.