Skip to content

AUD to GHS exchange rate API

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

8.1249

▼ +0.05% over 1Y

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 last year, AUD/GHS traded between 6.9452 and 8.4290, averaged 7.7693 and fell 0.05%. 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 1Y

AUD/GHS over 1Y: show the values
PointAUD/GHS
2025-09-248.1289
2025-10-018.2248
2025-10-088.2144
2025-10-157.3813
2025-10-226.9452
2025-10-297.1658
2025-11-057.0796
2025-11-127.1594
2025-11-197.1373
2025-11-267.2221
2025-12-037.4969
2025-12-117.6138
2025-12-187.6160
2025-12-257.4438
2026-01-017.0057
2026-01-087.1755
2026-01-157.2115
2026-01-227.4028
2026-01-297.7227
2026-02-057.6476
2026-02-127.8417
2026-02-197.7485
2026-02-267.5725
2026-03-057.5755
2026-03-127.7442
2026-03-197.6546
2026-03-267.5663
2026-04-027.5573
2026-04-097.7569
2026-04-167.8992
2026-04-237.9463
2026-04-307.9986
2026-05-078.1642
2026-05-158.1574
2026-05-238.2870
2026-05-308.4290
2026-06-068.3204
2026-06-157.8439
2026-06-227.8908
2026-06-297.7848
2026-07-067.8779
2026-07-137.9803
2026-07-208.0898
2026-07-278.1386
2026-08-038.1835
2026-08-108.2747
2026-08-177.7802
2026-08-257.9714
2026-09-018.0382
2026-09-088.2247
2026-09-158.1677
2026-09-228.1875

High

8.4290

Low

6.9452

Average

7.7693

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.