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: show the values
| Point | AUD/GHS |
|---|---|
| 2025-12-31 | 7.0106 |
| 2026-01-07 | 7.1538 |
| 2026-01-14 | 7.1779 |
| 2026-01-21 | 7.3442 |
| 2026-01-28 | 7.6383 |
| 2026-02-04 | 7.6966 |
| 2026-02-11 | 7.8234 |
| 2026-02-18 | 7.7792 |
| 2026-02-25 | 7.5936 |
| 2026-03-04 | 7.5899 |
| 2026-03-11 | 7.7249 |
| 2026-03-18 | 7.6728 |
| 2026-03-25 | 7.6006 |
| 2026-04-01 | 7.6389 |
| 2026-04-08 | 7.7534 |
| 2026-04-15 | 7.8894 |
| 2026-04-22 | 7.9143 |
| 2026-04-29 | 7.9786 |
| 2026-05-06 | 8.1030 |
| 2026-05-14 | 8.2005 |
| 2026-05-21 | 8.2310 |
| 2026-05-29 | 8.3599 |
| 2026-06-05 | 8.4403 |
| 2026-06-14 | 7.8445 |
| 2026-06-21 | 7.8260 |
| 2026-06-28 | 7.7719 |
| 2026-07-05 | 7.8813 |
| 2026-07-12 | 7.9643 |
| 2026-07-19 | 8.0538 |
| 2026-07-26 | 8.1320 |
| 2026-08-02 | 8.2281 |
| 2026-08-09 | 8.3085 |
| 2026-08-16 | 7.7624 |
| 2026-08-24 | 7.9874 |
| 2026-08-31 | 8.0503 |
| 2026-09-07 | 8.2111 |
| 2026-09-14 | 8.1644 |
| 2026-09-21 | 8.2188 |
High
8.4403
Low
7.0106
Average
7.8678
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=GHS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=GHS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AUD¤cies=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¤cies=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.