Convert NIO to GBP
Nicaraguan Córdoba → British Pound
1 NIO = 0.0205076 GBP(1 GBP = 48.762447 NIO)
Currency converter
1 NIO =
0.020508 GBP
NIO to GBP: last 30 days
Over the last 30 days, 1 NIO traded between 0.019988 and 0.020525 GBP, averaging 0.020222 GBP. The NIO/GBP rate is up 2.40% since 2026-08-28.
- 30-day high
- 0.020525
- 2026-09-24
- 30-day low
- 0.019988
- 2026-08-29
- 30-day average
- 0.020222
- Days with data: 30
- 30-day change
- +2.40%
- since 2026-08-28
0.020525
0.0199882026-08-28 → 2026-09-26
| Date | 1 NIO in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.020508 | 0.00% |
| 2026-09-25 | 0.020508 | -0.08% |
| 2026-09-24 | 0.020525 | +0.34% |
| 2026-09-23 | 0.020455 | +0.37% |
| 2026-09-22 | 0.020379 | +0.32% |
| 2026-09-21 | 0.020315 | -0.43% |
| 2026-09-20 | 0.020402 | +0.18% |
| 2026-09-19 | 0.020366 | -0.34% |
| 2026-09-18 | 0.020436 | +0.29% |
| 2026-09-17 | 0.020377 | +0.65% |
| 2026-09-16 | 0.020244 | +0.25% |
| 2026-09-15 | 0.020193 | +0.06% |
| 2026-09-14 | 0.020181 | -0.10% |
| 2026-09-13 | 0.020201 | -0.19% |
| 2026-09-12 | 0.020239 | +0.47% |
| Date | 1 NIO in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.020144 | +0.13% |
| 2026-09-10 | 0.020118 | +0.32% |
| 2026-09-09 | 0.020054 | -0.03% |
| 2026-09-08 | 0.020061 | -0.10% |
| 2026-09-07 | 0.020081 | -0.27% |
| 2026-09-06 | 0.020135 | +0.24% |
| 2026-09-05 | 0.020086 | -0.02% |
| 2026-09-04 | 0.02009 | -0.29% |
| 2026-09-03 | 0.020148 | -0.15% |
| 2026-09-02 | 0.020179 | +0.48% |
| 2026-09-01 | 0.020083 | +0.13% |
| 2026-08-31 | 0.020057 | -0.06% |
| 2026-08-30 | 0.020069 | +0.40% |
| 2026-08-29 | 0.019988 | -0.19% |
| 2026-08-28 | 0.020026 | — |
NIO to GBP conversion table
1 NIO0.020508 GBP
5 NIO0.10254 GBP
10 NIO0.20508 GBP
25 NIO0.51269 GBP
50 NIO1.0254 GBP
100 NIO2.0508 GBP
500 NIO10.2538 GBP
1,000 NIO20.5076 GBP
5,000 NIO102.5379 GBP
10,000 NIO205.0758 GBP
Get the NIO/GBP rate in your app
One GET request returns the latest NIO → GBP 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/NIO/GBP"fetch('https://rate-api.com/api/v1/pair/NIO/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NIO = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NIO/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NIO = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NIO/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NIO = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "NIO",
"to": "GBP"
},
"rate": 0.0205,
"timestamp": 1790435237,
"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
GBP to NIOBritish Pound → Nicaraguan Córdoba48.7624Convert NIO to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.