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: show the values
| Point | AUD/GHS |
|---|---|
| 2025-09-24 | 8.1289 |
| 2025-10-01 | 8.2248 |
| 2025-10-08 | 8.2144 |
| 2025-10-15 | 7.3813 |
| 2025-10-22 | 6.9452 |
| 2025-10-29 | 7.1658 |
| 2025-11-05 | 7.0796 |
| 2025-11-12 | 7.1594 |
| 2025-11-19 | 7.1373 |
| 2025-11-26 | 7.2221 |
| 2025-12-03 | 7.4969 |
| 2025-12-11 | 7.6138 |
| 2025-12-18 | 7.6160 |
| 2025-12-25 | 7.4438 |
| 2026-01-01 | 7.0057 |
| 2026-01-08 | 7.1755 |
| 2026-01-15 | 7.2115 |
| 2026-01-22 | 7.4028 |
| 2026-01-29 | 7.7227 |
| 2026-02-05 | 7.6476 |
| 2026-02-12 | 7.8417 |
| 2026-02-19 | 7.7485 |
| 2026-02-26 | 7.5725 |
| 2026-03-05 | 7.5755 |
| 2026-03-12 | 7.7442 |
| 2026-03-19 | 7.6546 |
| 2026-03-26 | 7.5663 |
| 2026-04-02 | 7.5573 |
| 2026-04-09 | 7.7569 |
| 2026-04-16 | 7.8992 |
| 2026-04-23 | 7.9463 |
| 2026-04-30 | 7.9986 |
| 2026-05-07 | 8.1642 |
| 2026-05-15 | 8.1574 |
| 2026-05-23 | 8.2870 |
| 2026-05-30 | 8.4290 |
| 2026-06-06 | 8.3204 |
| 2026-06-15 | 7.8439 |
| 2026-06-22 | 7.8908 |
| 2026-06-29 | 7.7848 |
| 2026-07-06 | 7.8779 |
| 2026-07-13 | 7.9803 |
| 2026-07-20 | 8.0898 |
| 2026-07-27 | 8.1386 |
| 2026-08-03 | 8.1835 |
| 2026-08-10 | 8.2747 |
| 2026-08-17 | 7.7802 |
| 2026-08-25 | 7.9714 |
| 2026-09-01 | 8.0382 |
| 2026-09-08 | 8.2247 |
| 2026-09-15 | 8.1677 |
| 2026-09-22 | 8.1875 |
High
8.4290
Low
6.9452
Average
7.7693
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.