Skip to content

GHS to JPY exchange rate API

Ghana Cedi to Yen · quoted 2026-09-24

13.7187

▲ +13.69% over 1Y

1 GHS = 13.7187 JPY · 1 JPY = 0.07289 GHS · Get this rate via the API

1 GHS buys 13.7187 JPY as of 2026-09-24, so 1 JPY buys 0.07289 GHS. Over the last year, GHS/JPY traded between 11.8199 and 14.9226, averaged 13.9960 and rose 13.69%. The API holds daily GHS/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GHS/JPY over 1Y

GHS/JPY over 1Y: show the values
PointGHS/JPY
2025-09-2412.0668
2025-10-0111.8199
2025-10-0812.2178
2025-10-1513.3761
2025-10-2214.1792
2025-10-2914.0154
2025-11-0514.0797
2025-11-1214.1436
2025-11-1914.1930
2025-11-2614.0725
2025-12-0313.6614
2025-12-1113.5997
2025-12-1813.5160
2025-12-2514.0382
2026-01-0114.9226
2026-01-0814.6270
2026-01-1514.7036
2026-01-2214.6010
2026-01-2914.0292
2026-02-0514.3038
2026-02-1213.9559
2026-02-1914.0705
2026-02-2614.6741
2026-03-0514.6518
2026-03-1214.6302
2026-03-1914.5318
2026-03-2614.5830
2026-04-0214.5127
2026-04-0914.4278
2026-04-1614.4369
2026-04-2314.3573
2026-04-3013.9913
2026-05-0713.9011
2026-05-1513.8951
2026-05-2313.6955
2026-05-3013.5770
2026-06-0613.5695
2026-06-1514.4323
2026-06-2214.3685
2026-06-2914.3461
2026-07-0614.2892
2026-07-1314.1065
2026-07-2014.0646
2026-07-2714.0739
2026-08-0313.4148
2026-08-1013.5418
2026-08-1714.5815
2026-08-2514.2893
2026-09-0114.2288
2026-09-0813.5347
2026-09-1513.5226
2026-09-2213.6494

High

14.9226

Low

11.8199

Average

13.9960

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GHS/JPY API questions

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

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

How far back does GHS/JPY historical data go?

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