Convert CLF to GBP
Chilean Unit of Account (UF) → British Pound
1 CLF = 32.137591 GBP(1 GBP = 0.0311162 CLF)
Currency converter
1 CLF =
32.1376 GBP
CLF to GBP: last 30 days
Over the last 30 days, 1 CLF traded between 30.6841 and 32.6106 GBP, averaging 31.3465 GBP. The CLF/GBP rate is up 1.62% since 2026-08-28.
- 30-day high
- 32.6106
- 2026-09-23
- 30-day low
- 30.6841
- 2026-09-16
- 30-day average
- 31.3465
- Days with data: 30
- 30-day change
- +1.62%
- since 2026-08-28
32.6106
30.68412026-08-28 → 2026-09-26
| Date | 1 CLF in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 32.1376 | +0.02% |
| 2026-09-25 | 32.1312 | -0.22% |
| 2026-09-24 | 32.2034 | -1.25% |
| 2026-09-23 | 32.6106 | +5.76% |
| 2026-09-22 | 30.8331 | +0.48% |
| 2026-09-21 | 30.6848 | -0.46% |
| 2026-09-20 | 30.8264 | -0.12% |
| 2026-09-19 | 30.8645 | -0.66% |
| 2026-09-18 | 31.0692 | +0.49% |
| 2026-09-17 | 30.9173 | +0.76% |
| 2026-09-16 | 30.6841 | -1.49% |
| 2026-09-15 | 31.1491 | +0.08% |
| 2026-09-14 | 31.1231 | -0.19% |
| 2026-09-13 | 31.1837 | -0.04% |
| 2026-09-12 | 31.1968 | -1.10% |
| Date | 1 CLF in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 31.5424 | -0.34% |
| 2026-09-10 | 31.6487 | +1.49% |
| 2026-09-09 | 31.1844 | -0.23% |
| 2026-09-08 | 31.2553 | -0.19% |
| 2026-09-07 | 31.3161 | -0.05% |
| 2026-09-06 | 31.3311 | 0.00% |
| 2026-09-05 | 31.3311 | +0.47% |
| 2026-09-04 | 31.1857 | -0.24% |
| 2026-09-03 | 31.2616 | -0.36% |
| 2026-09-02 | 31.3735 | +0.06% |
| 2026-09-01 | 31.3551 | -0.36% |
| 2026-08-31 | 31.47 | +0.06% |
| 2026-08-30 | 31.4498 | 0.00% |
| 2026-08-29 | 31.4498 | -0.56% |
| 2026-08-28 | 31.6254 | — |
CLF to GBP conversion table
1 CLF32.1376 GBP
5 CLF160.688 GBP
10 CLF321.3759 GBP
25 CLF803.4398 GBP
50 CLF1,606.8796 GBP
100 CLF3,213.7591 GBP
500 CLF16,068.796 GBP
1,000 CLF32,137.591 GBP
5,000 CLF160,687.96 GBP
10,000 CLF321,375.91 GBP
Get the CLF/GBP rate in your app
One GET request returns the latest CLF → 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/CLF/GBP"fetch('https://rate-api.com/api/v1/pair/CLF/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/GBP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CLF = {$data['rate']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "GBP"
},
"rate": 32.1376,
"timestamp": 1790435122,
"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 CLFBritish Pound → Chilean Unit of Account (UF)0.031116Convert CLF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.