Convert INR to GHS
Indian Rupee → Ghanaian Cedi
1 INR = 0.121015 GHS(1 GHS = 8.263445 INR)
Currency converter
1 INR =
0.12101 GHS
INR to GHS: last 30 days
Over the last 30 days, 1 INR traded between 0.11761 and 0.12101 GHS, averaging 0.11972 GHS. The INR/GHS rate is up 2.88% since 2026-08-28.
- 30-day high
- 0.12101
- 2026-09-25
- 30-day low
- 0.11761
- 2026-08-30
- 30-day average
- 0.11972
- Days with data: 30
- 30-day change
- +2.88%
- since 2026-08-28
0.12101
0.117612026-08-28 → 2026-09-26
| Date | 1 INR in GHS | Daily change |
|---|---|---|
| 2026-09-26 | 0.12101 | 0.00% |
| 2026-09-25 | 0.12101 | +0.24% |
| 2026-09-24 | 0.12072 | +0.06% |
| 2026-09-23 | 0.12065 | +0.15% |
| 2026-09-22 | 0.12046 | +0.24% |
| 2026-09-21 | 0.12017 | +0.06% |
| 2026-09-20 | 0.1201 | -0.02% |
| 2026-09-19 | 0.12012 | +0.07% |
| 2026-09-18 | 0.12003 | +0.16% |
| 2026-09-17 | 0.11984 | +0.25% |
| 2026-09-16 | 0.11954 | +0.07% |
| 2026-09-15 | 0.11945 | -0.32% |
| 2026-09-14 | 0.11984 | +0.11% |
| 2026-09-13 | 0.11971 | -0.17% |
| 2026-09-12 | 0.11991 | -0.00% |
| Date | 1 INR in GHS | Daily change |
|---|---|---|
| 2026-09-11 | 0.11992 | +0.12% |
| 2026-09-10 | 0.11978 | -0.15% |
| 2026-09-09 | 0.11996 | -0.21% |
| 2026-09-08 | 0.12022 | -0.19% |
| 2026-09-07 | 0.12045 | +0.05% |
| 2026-09-06 | 0.12039 | -0.08% |
| 2026-09-05 | 0.12049 | +0.21% |
| 2026-09-04 | 0.12023 | +0.60% |
| 2026-09-03 | 0.11952 | +0.69% |
| 2026-09-02 | 0.11869 | +0.12% |
| 2026-09-01 | 0.11855 | +0.38% |
| 2026-08-31 | 0.11811 | +0.42% |
| 2026-08-30 | 0.11761 | -0.02% |
| 2026-08-29 | 0.11763 | +0.00% |
| 2026-08-28 | 0.11763 | — |
INR to GHS conversion table
1 INR0.12101 GHS
5 INR0.60507 GHS
10 INR1.2101 GHS
25 INR3.0254 GHS
50 INR6.0507 GHS
100 INR12.1015 GHS
500 INR60.5075 GHS
1,000 INR121.0149 GHS
5,000 INR605.0745 GHS
10,000 INR1,210.149 GHS
Get the INR/GHS rate in your app
One GET request returns the latest INR → 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/INR/GHS"fetch('https://rate-api.com/api/v1/pair/INR/GHS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} GHS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/GHS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} GHS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/GHS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} GHS\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "GHS"
},
"rate": 0.121,
"timestamp": 1790429438,
"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 INRGhanaian Cedi → Indian Rupee8.2634Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.