Convert JPY to GIP
Japanese Yen → Gibraltar Pound
1 JPY = 0.00478826 GIP(1 GIP = 208.84421 JPY)
Currency converter
1 JPY =
0.0047883 GIP
JPY to GIP: last 30 days
Over the last 30 days, 1 JPY traded between 0.0046082 and 0.0048163 GIP, averaging 0.0047414 GIP. The JPY/GIP rate is up 3.91% since 2026-08-28.
- 30-day high
- 0.0048163
- 2026-09-09
- 30-day low
- 0.0046082
- 2026-08-28
- 30-day average
- 0.0047414
- Days with data: 30
- 30-day change
- +3.91%
- since 2026-08-28
0.0048163
0.00460822026-08-28 → 2026-09-26
| Date | 1 JPY in GIP | Daily change |
|---|---|---|
| 2026-09-26 | 0.0047883 | 0.00% |
| 2026-09-25 | 0.0047883 | +0.55% |
| 2026-09-24 | 0.0047619 | -0.16% |
| 2026-09-23 | 0.0047697 | +0.33% |
| 2026-09-22 | 0.004754 | +0.06% |
| 2026-09-21 | 0.0047511 | +0.49% |
| 2026-09-20 | 0.0047282 | -0.01% |
| 2026-09-19 | 0.0047288 | -0.36% |
| 2026-09-18 | 0.0047457 | -1.16% |
| 2026-09-17 | 0.0048013 | +0.36% |
| 2026-09-16 | 0.0047842 | -0.01% |
| 2026-09-15 | 0.0047845 | -0.14% |
| 2026-09-14 | 0.0047911 | -0.16% |
| 2026-09-13 | 0.0047988 | +0.00% |
| 2026-09-12 | 0.0047988 | -0.21% |
| Date | 1 JPY in GIP | Daily change |
|---|---|---|
| 2026-09-11 | 0.004809 | +0.51% |
| 2026-09-10 | 0.0047847 | -0.66% |
| 2026-09-09 | 0.0048163 | +0.61% |
| 2026-09-08 | 0.0047871 | +0.08% |
| 2026-09-07 | 0.0047834 | +1.02% |
| 2026-09-06 | 0.0047353 | +0.01% |
| 2026-09-05 | 0.0047347 | +0.10% |
| 2026-09-04 | 0.0047302 | -0.41% |
| 2026-09-03 | 0.0047497 | +2.35% |
| 2026-09-02 | 0.0046406 | +0.63% |
| 2026-09-01 | 0.0046117 | -0.23% |
| 2026-08-31 | 0.0046222 | -0.10% |
| 2026-08-30 | 0.0046266 | -0.02% |
| 2026-08-29 | 0.0046275 | +0.42% |
| 2026-08-28 | 0.0046082 | — |
JPY to GIP conversion table
1 JPY0.0047883 GIP
5 JPY0.023941 GIP
10 JPY0.047883 GIP
25 JPY0.11971 GIP
50 JPY0.23941 GIP
100 JPY0.47883 GIP
500 JPY2.3941 GIP
1,000 JPY4.7883 GIP
5,000 JPY23.9413 GIP
10,000 JPY47.8826 GIP
Get the JPY/GIP rate in your app
One GET request returns the latest JPY → GIP 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/GIP?precision=6"fetch('https://rate-api.com/api/v1/pair/JPY/GIP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} GIP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/GIP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} GIP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/GIP?precision=6');
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']} GIP\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "GIP"
},
"rate": 0.004788,
"timestamp": 1790439651,
"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
GIP to JPYGibraltar Pound → Japanese Yen208.8442Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.