Skip to content

USD to GHS exchange rate API

US Dollar to Ghana Cedi · quoted 2026-09-25

11.5953

▲ +10.54% over YTD

1 USD = 11.5953 GHS · 1 GHS = 0.08624 USD · Get this rate via the API

1 USD buys 11.5953 GHS as of 2026-09-25, so 1 GHS buys 0.08624 USD. Over the year to date, USD/GHS traded between 10.4896 and 11.8201, averaged 11.1714 and rose 10.54%. The API holds daily USD/GHS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/GHS over YTD

USD/GHS over YTD: show the values
PointUSD/GHS
2025-12-3110.4896
2026-01-0710.6333
2026-01-1410.7505
2026-01-2110.8483
2026-01-2810.9126
2026-02-0410.9485
2026-02-1110.9957
2026-02-1810.9992
2026-02-2510.7080
2026-03-0410.7525
2026-03-1110.8025
2026-03-1810.8787
2026-03-2510.9151
2026-04-0110.9854
2026-04-0810.9876
2026-04-1511.0552
2026-04-2211.0650
2026-04-2911.1398
2026-05-0611.1866
2026-05-1411.3259
2026-05-2111.5478
2026-05-2911.6582
2026-06-0511.8201
2026-06-1411.0978
2026-06-2111.1637
2026-06-2811.2754
2026-07-0511.3602
2026-07-1211.4661
2026-07-1911.5474
2026-07-2611.6301
2026-08-0211.6861
2026-08-0911.7572
2026-08-1610.9570
2026-08-2411.1532
2026-08-3111.2402
2026-09-0711.3812
2026-09-1411.4518
2026-09-2111.5149

High

11.8201

Low

10.4896

Average

11.1714

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/GHS API questions

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

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

How far back does USD/GHS historical data go?

Daily USD/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 USD/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.