Convert GIP to CAD
Gibraltar Pound → Canadian Dollar
1 GIP = 1.874252 CAD(1 CAD = 0.533546 GIP)
Currency converter
1 GIP =
1.8743 CAD
GIP to CAD: last 30 days
Over the last 30 days, 1 GIP traded between 1.8613 and 1.8828 CAD, averaging 1.8731 CAD. The GIP/CAD rate is down 0.45% since 2026-08-28.
- 30-day high
- 1.8828
- 2026-08-28
- 30-day low
- 1.8613
- 2026-09-03
- 30-day average
- 1.8731
- Days with data: 30
- 30-day change
- -0.45%
- since 2026-08-28
1.8828
1.86132026-08-28 → 2026-09-26
| Date | 1 GIP in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 1.8743 | 0.00% |
| 2026-09-25 | 1.8743 | +0.43% |
| 2026-09-24 | 1.8662 | -0.23% |
| 2026-09-23 | 1.8705 | -0.48% |
| 2026-09-22 | 1.8794 | +0.28% |
| 2026-09-21 | 1.8742 | -0.13% |
| 2026-09-20 | 1.8767 | +0.01% |
| 2026-09-19 | 1.8764 | +0.36% |
| 2026-09-18 | 1.8697 | -0.13% |
| 2026-09-17 | 1.8722 | -0.37% |
| 2026-09-16 | 1.8791 | +0.11% |
| 2026-09-15 | 1.877 | +0.09% |
| 2026-09-14 | 1.8754 | +0.04% |
| 2026-09-13 | 1.8747 | -0.00% |
| 2026-09-12 | 1.8747 | +0.21% |
| Date | 1 GIP in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 1.8708 | -0.11% |
| 2026-09-10 | 1.8728 | +0.41% |
| 2026-09-09 | 1.8651 | -0.21% |
| 2026-09-08 | 1.8689 | +0.10% |
| 2026-09-07 | 1.867 | +0.10% |
| 2026-09-06 | 1.8651 | -0.01% |
| 2026-09-05 | 1.8654 | -0.10% |
| 2026-09-04 | 1.8672 | +0.32% |
| 2026-09-03 | 1.8613 | -1.00% |
| 2026-09-02 | 1.8801 | -0.01% |
| 2026-09-01 | 1.8803 | -0.03% |
| 2026-08-31 | 1.8808 | +0.30% |
| 2026-08-30 | 1.8752 | +0.02% |
| 2026-08-29 | 1.8749 | -0.42% |
| 2026-08-28 | 1.8828 | — |
GIP to CAD conversion table
1 GIP1.8743 CAD
5 GIP9.3713 CAD
10 GIP18.7425 CAD
25 GIP46.8563 CAD
50 GIP93.7126 CAD
100 GIP187.4252 CAD
500 GIP937.1259 CAD
1,000 GIP1,874.2518 CAD
5,000 GIP9,371.2592 CAD
10,000 GIP18,742.518 CAD
Get the GIP/CAD rate in your app
One GET request returns the latest GIP → CAD 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/GIP/CAD"fetch('https://rate-api.com/api/v1/pair/GIP/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GIP = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GIP/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GIP = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GIP/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GIP = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "GIP",
"to": "CAD"
},
"rate": 1.8743,
"timestamp": 1790432150,
"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
CAD to GIPCanadian Dollar → Gibraltar Pound0.53355Convert GIP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.