Convert GBP to CLF
British Pound → Chilean Unit of Account (UF)
1 GBP = 0.0310654 CLF(1 CLF = 32.190115 GBP)
Currency converter
1 GBP =
0.031065 CLF
GBP to CLF: last 30 days
Over the last 30 days, 1 GBP traded between 0.030665 and 0.03259 CLF, averaging 0.031888 CLF. The GBP/CLF rate is down 2.30% since 2026-08-29.
- 30-day high
- 0.03259
- 2026-09-16
- 30-day low
- 0.030665
- 2026-09-23
- 30-day average
- 0.031888
- Days with data: 30
- 30-day change
- -2.30%
- since 2026-08-29
0.03259
0.0306652026-08-29 → 2026-09-27
| Date | 1 GBP in CLF | Daily change |
|---|---|---|
| 2026-09-27 | 0.031065 | 0.00% |
| 2026-09-26 | 0.031065 | -0.18% |
| 2026-09-25 | 0.031122 | +0.22% |
| 2026-09-24 | 0.031053 | +1.26% |
| 2026-09-23 | 0.030665 | -5.45% |
| 2026-09-22 | 0.032433 | -0.48% |
| 2026-09-21 | 0.032589 | +0.46% |
| 2026-09-20 | 0.03244 | +0.12% |
| 2026-09-19 | 0.0324 | +0.66% |
| 2026-09-18 | 0.032186 | -0.49% |
| 2026-09-17 | 0.032344 | -0.75% |
| 2026-09-16 | 0.03259 | +1.52% |
| 2026-09-15 | 0.032104 | -0.08% |
| 2026-09-14 | 0.032131 | +0.19% |
| 2026-09-13 | 0.032068 | +0.04% |
| Date | 1 GBP in CLF | Daily change |
|---|---|---|
| 2026-09-12 | 0.032055 | +1.11% |
| 2026-09-11 | 0.031703 | +0.34% |
| 2026-09-10 | 0.031597 | -1.47% |
| 2026-09-09 | 0.032067 | +0.23% |
| 2026-09-08 | 0.031995 | +0.19% |
| 2026-09-07 | 0.031932 | +0.05% |
| 2026-09-06 | 0.031917 | 0.00% |
| 2026-09-05 | 0.031917 | -0.46% |
| 2026-09-04 | 0.032066 | +0.24% |
| 2026-09-03 | 0.031988 | +0.36% |
| 2026-09-02 | 0.031874 | -0.06% |
| 2026-09-01 | 0.031893 | +0.37% |
| 2026-08-31 | 0.031776 | -0.06% |
| 2026-08-30 | 0.031797 | 0.00% |
| 2026-08-29 | 0.031797 | — |
GBP to CLF conversion table
1 GBP0.031065 CLF
5 GBP0.15533 CLF
10 GBP0.31065 CLF
25 GBP0.77664 CLF
50 GBP1.5533 CLF
100 GBP3.1065 CLF
500 GBP15.5327 CLF
1,000 GBP31.0654 CLF
5,000 GBP155.3272 CLF
10,000 GBP310.6544 CLF
Get the GBP/CLF rate in your app
One GET request returns the latest GBP → CLF 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/CLF"fetch('https://rate-api.com/api/v1/pair/GBP/CLF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} CLF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/CLF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} CLF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/CLF');
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']} CLF\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "CLF"
},
"rate": 0.0311,
"timestamp": 1790470805,
"date": "2026-09-27"
}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
CLF to GBPChilean Unit of Account (UF) → British Pound32.1901Convert GBP to other currencies
Convert other currencies to CLF
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.