Skip to content

GHS to JPY exchange rate API

Ghana Cedi to Yen · quoted 2026-09-24

13.7187

▼ +8.15% over YTD

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 year to date, GHS/JPY traded between 13.4233 and 14.9359, averaged 14.1846 and fell 8.15%. 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 YTD

GHS/JPY over YTD: show the values
PointGHS/JPY
2025-12-3114.9359
2026-01-0714.7224
2026-01-1414.7556
2026-01-2114.5452
2026-01-2813.9866
2026-02-0414.3071
2026-02-1113.9453
2026-02-1813.9685
2026-02-2514.6375
2026-03-0414.6117
2026-03-1114.6782
2026-03-1814.6669
2026-03-2514.5636
2026-04-0114.4118
2026-04-0814.3935
2026-04-1514.3906
2026-04-2214.3893
2026-04-2914.3440
2026-05-0613.9645
2026-05-1413.9457
2026-05-2113.7813
2026-05-2913.6613
2026-06-0513.5247
2026-06-1414.4164
2026-06-2114.4533
2026-06-2814.3471
2026-07-0514.2059
2026-07-1214.1168
2026-07-1914.0688
2026-07-2614.0770
2026-08-0213.4744
2026-08-0913.4233
2026-08-1614.5376
2026-08-2414.2669
2026-08-3114.2104
2026-09-0713.5969
2026-09-1413.4957
2026-09-2113.6577

High

14.9359

Low

13.4233

Average

14.1846

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.