Skip to content

GHS to JPY exchange rate API

Ghana Cedi to Yen · quoted 2026-09-24

13.7187

▲ +48.18% over 5Y

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 5 years, GHS/JPY traded between 9.2580 and 14.9429, averaged 12.4426 and rose 48.18%. 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 5Y

GHS/JPY over 5Y: show the values
PointGHS/JPY
2024-08-249.2580
2024-10-079.3210
2024-11-069.4318
2024-12-0610.0491
2025-01-0510.7300
2025-02-0410.1049
2025-03-069.5219
2025-04-069.4398
2025-05-0610.3785
2025-06-0714.2282
2025-07-0714.0633
2025-08-0613.9906
2025-09-0512.2996
2025-10-0611.8955
2025-11-0514.0797
2025-12-0513.6188
2026-01-0514.9429
2026-02-0414.3071
2026-03-0614.6315
2026-04-0514.5181
2026-05-0514.0968
2026-06-0613.5695
2026-07-0814.2423
2026-08-0713.4722
2026-09-0713.5969

High

14.9429

Low

9.2580

Average

12.4426

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.