Convert GHS to INR
Ghanaian Cedi → Indian Rupee
1 GHS = 8.263445 INR(1 INR = 0.121015 GHS)
Currency converter
1 GHS =
8.2634 INR
GHS to INR: last 30 days
Over the last 30 days, 1 GHS traded between 8.2634 and 8.5025 INR, averaging 8.353 INR. The GHS/INR rate is down 2.80% since 2026-08-28.
- 30-day high
- 8.5025
- 2026-08-30
- 30-day low
- 8.2634
- 2026-09-25
- 30-day average
- 8.353
- Days with data: 30
- 30-day change
- -2.80%
- since 2026-08-28
8.5025
8.26342026-08-28 → 2026-09-26
| Date | 1 GHS in INR | Daily change |
|---|---|---|
| 2026-09-26 | 8.2634 | 0.00% |
| 2026-09-25 | 8.2634 | -0.24% |
| 2026-09-24 | 8.2835 | -0.06% |
| 2026-09-23 | 8.2885 | -0.15% |
| 2026-09-22 | 8.3012 | -0.24% |
| 2026-09-21 | 8.3214 | -0.06% |
| 2026-09-20 | 8.3266 | +0.02% |
| 2026-09-19 | 8.3253 | -0.07% |
| 2026-09-18 | 8.331 | -0.16% |
| 2026-09-17 | 8.3444 | -0.25% |
| 2026-09-16 | 8.3653 | -0.07% |
| 2026-09-15 | 8.3716 | +0.32% |
| 2026-09-14 | 8.3445 | -0.11% |
| 2026-09-13 | 8.3538 | +0.17% |
| 2026-09-12 | 8.3394 | +0.00% |
| Date | 1 GHS in INR | Daily change |
|---|---|---|
| 2026-09-11 | 8.3392 | -0.12% |
| 2026-09-10 | 8.3488 | +0.15% |
| 2026-09-09 | 8.3359 | +0.21% |
| 2026-09-08 | 8.3184 | +0.19% |
| 2026-09-07 | 8.3023 | -0.05% |
| 2026-09-06 | 8.3064 | +0.08% |
| 2026-09-05 | 8.2997 | -0.21% |
| 2026-09-04 | 8.3175 | -0.59% |
| 2026-09-03 | 8.3672 | -0.69% |
| 2026-09-02 | 8.4252 | -0.12% |
| 2026-09-01 | 8.4353 | -0.37% |
| 2026-08-31 | 8.4669 | -0.42% |
| 2026-08-30 | 8.5025 | +0.02% |
| 2026-08-29 | 8.501 | -0.00% |
| 2026-08-28 | 8.5013 | — |
GHS to INR conversion table
1 GHS8.2634 INR
5 GHS41.3172 INR
10 GHS82.6345 INR
25 GHS206.5861 INR
50 GHS413.1723 INR
100 GHS826.3445 INR
500 GHS4,131.7226 INR
1,000 GHS8,263.4452 INR
5,000 GHS41,317.226 INR
10,000 GHS82,634.452 INR
Get the GHS/INR rate in your app
One GET request returns the latest GHS → INR 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/GHS/INR"fetch('https://rate-api.com/api/v1/pair/GHS/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GHS = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GHS/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GHS = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GHS/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GHS = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "GHS",
"to": "INR"
},
"rate": 8.2634,
"timestamp": 1790432190,
"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
INR to GHSIndian Rupee → Ghanaian Cedi0.12101Convert GHS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.