Skip to content

GHS to AUD exchange rate API

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

0.12314

▼ +13.67% over YTD

1 GHS = 0.12314 AUD · 1 AUD = 8.1210 GHS · Get this rate via the API

1 GHS buys 0.12314 AUD as of 2026-09-24, so 1 AUD buys 8.1210 GHS. Over the year to date, GHS/AUD traded between 0.11848 and 0.14264, averaged 0.12733 and fell 13.67%. The API holds daily GHS/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/AUD over YTD

GHS/AUD over YTD: show the values
PointGHS/AUD
2025-12-310.14264
2026-01-070.13979
2026-01-140.13932
2026-01-210.13616
2026-01-280.13092
2026-02-040.12993
2026-02-110.12782
2026-02-180.12855
2026-02-250.13169
2026-03-040.13175
2026-03-110.12945
2026-03-180.13033
2026-03-250.13157
2026-04-010.13091
2026-04-080.12898
2026-04-150.12675
2026-04-220.12635
2026-04-290.12533
2026-05-060.12341
2026-05-140.12194
2026-05-210.12149
2026-05-290.11962
2026-06-050.11848
2026-06-140.12748
2026-06-210.12778
2026-06-280.12867
2026-07-050.12688
2026-07-120.12556
2026-07-190.12416
2026-07-260.12297
2026-08-020.12153
2026-08-090.12036
2026-08-160.12882
2026-08-240.12520
2026-08-310.12422
2026-09-070.12179
2026-09-140.12248
2026-09-210.12167

High

0.14264

Low

0.11848

Average

0.12733

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS&currencies=AUD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GHS/AUD API questions

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

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

How far back does GHS/AUD historical data go?

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