Convert GBP to NIO
British Pound → Nicaraguan Córdoba
1 GBP = 48.762447 NIO(1 NIO = 0.0205076 GBP)
Currency converter
1 GBP =
48.7624 NIO
GBP to NIO: last 30 days
Over the last 30 days, 1 GBP traded between 48.7218 and 50.0291 NIO, averaging 49.4551 NIO. The GBP/NIO rate is down 2.35% since 2026-08-28.
- 30-day high
- 50.0291
- 2026-08-29
- 30-day low
- 48.7218
- 2026-09-24
- 30-day average
- 49.4551
- Days with data: 30
- 30-day change
- -2.35%
- since 2026-08-28
50.0291
48.72182026-08-28 → 2026-09-26
| Date | 1 GBP in NIO | Daily change |
|---|---|---|
| 2026-09-26 | 48.7624 | 0.00% |
| 2026-09-25 | 48.7624 | +0.08% |
| 2026-09-24 | 48.7218 | -0.34% |
| 2026-09-23 | 48.8883 | -0.37% |
| 2026-09-22 | 49.0691 | -0.32% |
| 2026-09-21 | 49.2256 | +0.43% |
| 2026-09-20 | 49.0147 | -0.18% |
| 2026-09-19 | 49.102 | +0.35% |
| 2026-09-18 | 48.9332 | -0.29% |
| 2026-09-17 | 49.075 | -0.65% |
| 2026-09-16 | 49.3963 | -0.25% |
| 2026-09-15 | 49.5214 | -0.06% |
| 2026-09-14 | 49.5508 | +0.10% |
| 2026-09-13 | 49.5027 | +0.19% |
| 2026-09-12 | 49.409 | -0.47% |
| Date | 1 GBP in NIO | Daily change |
|---|---|---|
| 2026-09-11 | 49.6417 | -0.13% |
| 2026-09-10 | 49.7063 | -0.32% |
| 2026-09-09 | 49.8646 | +0.03% |
| 2026-09-08 | 49.8477 | +0.10% |
| 2026-09-07 | 49.7991 | +0.27% |
| 2026-09-06 | 49.6652 | -0.24% |
| 2026-09-05 | 49.7861 | +0.02% |
| 2026-09-04 | 49.776 | +0.29% |
| 2026-09-03 | 49.6319 | +0.15% |
| 2026-09-02 | 49.5568 | -0.47% |
| 2026-09-01 | 49.7933 | -0.13% |
| 2026-08-31 | 49.8572 | +0.06% |
| 2026-08-30 | 49.829 | -0.40% |
| 2026-08-29 | 50.0291 | +0.19% |
| 2026-08-28 | 49.9344 | — |
GBP to NIO conversion table
1 GBP48.7624 NIO
5 GBP243.8122 NIO
10 GBP487.6245 NIO
25 GBP1,219.0612 NIO
50 GBP2,438.1224 NIO
100 GBP4,876.2447 NIO
500 GBP24,381.224 NIO
1,000 GBP48,762.447 NIO
5,000 GBP243,812.24 NIO
10,000 GBP487,624.47 NIO
Get the GBP/NIO rate in your app
One GET request returns the latest GBP → NIO 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/GBP/NIO"fetch('https://rate-api.com/api/v1/pair/GBP/NIO', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} NIO`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/NIO",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} NIO")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/NIO');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} NIO\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "NIO"
},
"rate": 48.7624,
"timestamp": 1790429433,
"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
NIO to GBPNicaraguan Córdoba → British Pound0.020508Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.