Convert CLF to JPY
Chilean Unit of Account (UF) → Japanese Yen
1 CLF = 6,711.7498 JPY(1 JPY = 0.000148992 CLF)
Currency converter
1 CLF =
6,711.7498 JPY
CLF to JPY: last 30 days
Over the last 30 days, 1 CLF traded between 6,401.7341 and 6,859.1065 JPY, averaging 6,611.2378 JPY. The CLF/JPY rate is down 2.15% since 2026-08-28.
- 30-day high
- 6,859.1065
- 2026-08-28
- 30-day low
- 6,401.7341
- 2026-09-16
- 30-day average
- 6,611.2378
- Days with data: 30
- 30-day change
- -2.15%
- since 2026-08-28
6,859.1065
6,401.73412026-08-28 → 2026-09-26
| Date | 1 CLF in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 6,711.7498 | +0.02% |
| 2026-09-25 | 6,710.4115 | -0.77% |
| 2026-09-24 | 6,762.684 | -1.09% |
| 2026-09-23 | 6,837.0407 | +5.57% |
| 2026-09-22 | 6,476.3082 | +0.19% |
| 2026-09-21 | 6,464.0362 | -0.47% |
| 2026-09-20 | 6,494.8581 | -0.12% |
| 2026-09-19 | 6,502.883 | -0.66% |
| 2026-09-18 | 6,546.0199 | +1.67% |
| 2026-09-17 | 6,438.7924 | +0.58% |
| 2026-09-16 | 6,401.7341 | -1.66% |
| 2026-09-15 | 6,509.8698 | +0.29% |
| 2026-09-14 | 6,490.9702 | +0.04% |
| 2026-09-13 | 6,488.6268 | -0.04% |
| 2026-09-12 | 6,491.3611 | -1.10% |
| Date | 1 CLF in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 6,563.2723 | -0.52% |
| 2026-09-10 | 6,597.347 | +1.76% |
| 2026-09-09 | 6,483.5025 | -0.75% |
| 2026-09-08 | 6,532.5995 | -0.38% |
| 2026-09-07 | 6,557.2034 | -1.00% |
| 2026-09-06 | 6,623.5693 | 0.00% |
| 2026-09-05 | 6,623.5693 | +0.47% |
| 2026-09-04 | 6,592.827 | +0.15% |
| 2026-09-03 | 6,582.7004 | -2.50% |
| 2026-09-02 | 6,751.269 | -0.64% |
| 2026-09-01 | 6,795.0785 | -0.16% |
| 2026-08-31 | 6,805.7094 | -0.22% |
| 2026-08-30 | 6,821.0167 | 0.00% |
| 2026-08-29 | 6,821.0167 | -0.56% |
| 2026-08-28 | 6,859.1065 | — |
CLF to JPY conversion table
1 CLF6,711.7498 JPY
5 CLF33,558.749 JPY
10 CLF67,117.498 JPY
25 CLF167,793.75 JPY
50 CLF335,587.49 JPY
100 CLF671,174.98 JPY
500 CLF3,355,874.9 JPY
1,000 CLF6,711,749.8 JPY
5,000 CLF33,558,749 JPY
10,000 CLF67,117,498 JPY
Get the CLF/JPY rate in your app
One GET request returns the latest CLF → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/CLF/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CLF = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CLF/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CLF = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CLF/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "CLF",
"to": "JPY"
},
"rate": 6711.7498,
"timestamp": 1790432066,
"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
JPY to CLFJapanese Yen → Chilean Unit of Account (UF)0.00014899Convert CLF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.