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: show the values
| Point | GHS/JPY |
|---|---|
| 2025-09-24 | 12.0668 |
| 2025-10-01 | 11.8199 |
| 2025-10-08 | 12.2178 |
| 2025-10-15 | 13.3761 |
| 2025-10-22 | 14.1792 |
| 2025-10-29 | 14.0154 |
| 2025-11-05 | 14.0797 |
| 2025-11-12 | 14.1436 |
| 2025-11-19 | 14.1930 |
| 2025-11-26 | 14.0725 |
| 2025-12-03 | 13.6614 |
| 2025-12-11 | 13.5997 |
| 2025-12-18 | 13.5160 |
| 2025-12-25 | 14.0382 |
| 2026-01-01 | 14.9226 |
| 2026-01-08 | 14.6270 |
| 2026-01-15 | 14.7036 |
| 2026-01-22 | 14.6010 |
| 2026-01-29 | 14.0292 |
| 2026-02-05 | 14.3038 |
| 2026-02-12 | 13.9559 |
| 2026-02-19 | 14.0705 |
| 2026-02-26 | 14.6741 |
| 2026-03-05 | 14.6518 |
| 2026-03-12 | 14.6302 |
| 2026-03-19 | 14.5318 |
| 2026-03-26 | 14.5830 |
| 2026-04-02 | 14.5127 |
| 2026-04-09 | 14.4278 |
| 2026-04-16 | 14.4369 |
| 2026-04-23 | 14.3573 |
| 2026-04-30 | 13.9913 |
| 2026-05-07 | 13.9011 |
| 2026-05-15 | 13.8951 |
| 2026-05-23 | 13.6955 |
| 2026-05-30 | 13.5770 |
| 2026-06-06 | 13.5695 |
| 2026-06-15 | 14.4323 |
| 2026-06-22 | 14.3685 |
| 2026-06-29 | 14.3461 |
| 2026-07-06 | 14.2892 |
| 2026-07-13 | 14.1065 |
| 2026-07-20 | 14.0646 |
| 2026-07-27 | 14.0739 |
| 2026-08-03 | 13.4148 |
| 2026-08-10 | 13.5418 |
| 2026-08-17 | 14.5815 |
| 2026-08-25 | 14.2893 |
| 2026-09-01 | 14.2288 |
| 2026-09-08 | 13.5347 |
| 2026-09-15 | 13.5226 |
| 2026-09-22 | 13.6494 |
High
14.9226
Low
11.8199
Average
13.9960
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.