Convert CRC to GBP
Costa Rican Colón → British Pound
1 CRC = 0.00166418 GBP(1 GBP = 600.89655 CRC)
Currency converter
1 CRC =
0.0016642 GBP
CRC to GBP: last 30 days
Over the last 30 days, 1 CRC traded between 0.0016237 and 0.0016792 GBP, averaging 0.0016477 GBP. The CRC/GBP rate is up 2.49% since 2026-08-28.
- 30-day high
- 0.0016792
- 2026-09-20
- 30-day low
- 0.0016237
- 2026-08-28
- 30-day average
- 0.0016477
- Days with data: 30
- 30-day change
- +2.49%
- since 2026-08-28
0.0016792
0.00162372026-08-28 → 2026-09-26
| Date | 1 CRC in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.0016642 | 0.00% |
| 2026-09-25 | 0.0016642 | -0.39% |
| 2026-09-24 | 0.0016707 | +0.21% |
| 2026-09-23 | 0.0016673 | -0.34% |
| 2026-09-22 | 0.001673 | +0.19% |
| 2026-09-21 | 0.0016698 | -0.56% |
| 2026-09-20 | 0.0016792 | +0.22% |
| 2026-09-19 | 0.0016755 | +0.01% |
| 2026-09-18 | 0.0016754 | +0.76% |
| 2026-09-17 | 0.0016628 | +0.22% |
| 2026-09-16 | 0.0016592 | +0.64% |
| 2026-09-15 | 0.0016486 | +0.29% |
| 2026-09-14 | 0.0016438 | -0.52% |
| 2026-09-13 | 0.0016524 | +0.32% |
| 2026-09-12 | 0.0016471 | +0.77% |
| Date | 1 CRC in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.0016346 | +0.34% |
| 2026-09-10 | 0.001629 | +0.21% |
| 2026-09-09 | 0.0016257 | -0.07% |
| 2026-09-08 | 0.0016268 | -0.12% |
| 2026-09-07 | 0.0016287 | -0.61% |
| 2026-09-06 | 0.0016386 | +0.07% |
| 2026-09-05 | 0.0016375 | +0.37% |
| 2026-09-04 | 0.0016314 | -0.23% |
| 2026-09-03 | 0.0016353 | +0.05% |
| 2026-09-02 | 0.0016344 | -0.05% |
| 2026-09-01 | 0.0016352 | +0.18% |
| 2026-08-31 | 0.0016322 | -0.30% |
| 2026-08-30 | 0.0016371 | +0.58% |
| 2026-08-29 | 0.0016276 | +0.24% |
| 2026-08-28 | 0.0016237 | — |
CRC to GBP conversion table
1 CRC0.0016642 GBP
5 CRC0.0083209 GBP
10 CRC0.016642 GBP
25 CRC0.041604 GBP
50 CRC0.083209 GBP
100 CRC0.16642 GBP
500 CRC0.83209 GBP
1,000 CRC1.6642 GBP
5,000 CRC8.3209 GBP
10,000 CRC16.6418 GBP
Get the CRC/GBP rate in your app
One GET request returns the latest CRC → 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/CRC/GBP?precision=6"fetch('https://rate-api.com/api/v1/pair/CRC/GBP?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CRC = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CRC/GBP?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CRC = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CRC/GBP?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 CRC = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "CRC",
"to": "GBP"
},
"rate": 0.001664,
"timestamp": 1790432140,
"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 CRCBritish Pound → Costa Rican Colón600.8966Convert CRC to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.