Convert JPY to GHS
Japanese Yen → Ghanaian Cedi
1 JPY = 0.073579 GHS(1 GHS = 13.590832 JPY)
Currency converter
1 JPY =
0.073579 GHS
JPY to GHS: last 30 days
Over the last 30 days, 1 JPY traded between 0.070259 and 0.074442 GHS, averaging 0.072875 GHS. The JPY/GHS rate is up 4.71% since 2026-08-28.
- 30-day high
- 0.074442
- 2026-09-09
- 30-day low
- 0.070259
- 2026-08-30
- 30-day average
- 0.072875
- Days with data: 30
- 30-day change
- +4.71%
- since 2026-08-28
0.074442
0.0702592026-08-28 → 2026-09-26
| Date | 1 JPY in GHS | Daily change |
|---|---|---|
| 2026-09-26 | 0.073579 | 0.00% |
| 2026-09-25 | 0.073579 | +0.90% |
| 2026-09-24 | 0.072925 | -0.30% |
| 2026-09-23 | 0.073146 | -0.16% |
| 2026-09-22 | 0.073261 | +0.06% |
| 2026-09-21 | 0.073217 | +0.39% |
| 2026-09-20 | 0.07293 | -0.02% |
| 2026-09-19 | 0.072942 | +0.07% |
| 2026-09-18 | 0.072891 | -1.30% |
| 2026-09-17 | 0.073849 | -0.18% |
| 2026-09-16 | 0.073984 | +0.04% |
| 2026-09-15 | 0.073952 | -0.20% |
| 2026-09-14 | 0.074098 | -0.22% |
| 2026-09-13 | 0.074261 | -0.17% |
| 2026-09-12 | 0.074389 | -0.00% |
| Date | 1 JPY in GHS | Daily change |
|---|---|---|
| 2026-09-11 | 0.074391 | +0.33% |
| 2026-09-10 | 0.074144 | -0.40% |
| 2026-09-09 | 0.074442 | +0.76% |
| 2026-09-08 | 0.073883 | +0.46% |
| 2026-09-07 | 0.073546 | +1.02% |
| 2026-09-06 | 0.072803 | -0.08% |
| 2026-09-05 | 0.072862 | +0.21% |
| 2026-09-04 | 0.072706 | +0.44% |
| 2026-09-03 | 0.072386 | +2.49% |
| 2026-09-02 | 0.070627 | +0.49% |
| 2026-09-01 | 0.070282 | -0.13% |
| 2026-08-31 | 0.07037 | +0.16% |
| 2026-08-30 | 0.070259 | -0.02% |
| 2026-08-29 | 0.070272 | +0.00% |
| 2026-08-28 | 0.07027 | — |
JPY to GHS conversion table
1 JPY0.073579 GHS
5 JPY0.3679 GHS
10 JPY0.73579 GHS
25 JPY1.8395 GHS
50 JPY3.679 GHS
100 JPY7.3579 GHS
500 JPY36.7895 GHS
1,000 JPY73.579 GHS
5,000 JPY367.8951 GHS
10,000 JPY735.7901 GHS
Get the JPY/GHS rate in your app
One GET request returns the latest JPY → GHS rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/JPY/GHS"fetch('https://rate-api.com/api/v1/pair/JPY/GHS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} GHS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/GHS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} GHS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/GHS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} GHS\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "GHS"
},
"rate": 0.0736,
"timestamp": 1790437514,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
GHS to JPYGhanaian Cedi → Japanese Yen13.5908Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.