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: show the values
| Point | GHS/JPY |
|---|---|
| 2025-12-31 | 14.9359 |
| 2026-01-07 | 14.7224 |
| 2026-01-14 | 14.7556 |
| 2026-01-21 | 14.5452 |
| 2026-01-28 | 13.9866 |
| 2026-02-04 | 14.3071 |
| 2026-02-11 | 13.9453 |
| 2026-02-18 | 13.9685 |
| 2026-02-25 | 14.6375 |
| 2026-03-04 | 14.6117 |
| 2026-03-11 | 14.6782 |
| 2026-03-18 | 14.6669 |
| 2026-03-25 | 14.5636 |
| 2026-04-01 | 14.4118 |
| 2026-04-08 | 14.3935 |
| 2026-04-15 | 14.3906 |
| 2026-04-22 | 14.3893 |
| 2026-04-29 | 14.3440 |
| 2026-05-06 | 13.9645 |
| 2026-05-14 | 13.9457 |
| 2026-05-21 | 13.7813 |
| 2026-05-29 | 13.6613 |
| 2026-06-05 | 13.5247 |
| 2026-06-14 | 14.4164 |
| 2026-06-21 | 14.4533 |
| 2026-06-28 | 14.3471 |
| 2026-07-05 | 14.2059 |
| 2026-07-12 | 14.1168 |
| 2026-07-19 | 14.0688 |
| 2026-07-26 | 14.0770 |
| 2026-08-02 | 13.4744 |
| 2026-08-09 | 13.4233 |
| 2026-08-16 | 14.5376 |
| 2026-08-24 | 14.2669 |
| 2026-08-31 | 14.2104 |
| 2026-09-07 | 13.5969 |
| 2026-09-14 | 13.4957 |
| 2026-09-21 | 13.6577 |
High
14.9359
Low
13.4233
Average
14.1846
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GHS¤cies=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¤cies=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.