Convert JPY to CLF
Japanese Yen → Chilean Unit of Account (UF)
1 JPY = 0.000148992 CLF(1 CLF = 6,711.7498 JPY)
Currency converter
1 JPY =
0.00014899 CLF
JPY to CLF: last 30 days
Over the last 30 days, 1 JPY traded between 0.00014579 and 0.00015621 CLF, averaging 0.00015132 CLF. The JPY/CLF rate is up 2.20% since 2026-08-28.
- 30-day high
- 0.00015621
- 2026-09-16
- 30-day low
- 0.00014579
- 2026-08-28
- 30-day average
- 0.00015132
- Days with data: 30
- 30-day change
- +2.20%
- since 2026-08-28
0.00015621
0.000145792026-08-28 → 2026-09-26
| Date | 1 JPY in CLF | Daily change |
|---|---|---|
| 2026-09-26 | 0.00014899 | -0.02% |
| 2026-09-25 | 0.00014902 | +0.78% |
| 2026-09-24 | 0.00014787 | +1.10% |
| 2026-09-23 | 0.00014626 | -5.28% |
| 2026-09-22 | 0.00015441 | -0.19% |
| 2026-09-21 | 0.0001547 | +0.48% |
| 2026-09-20 | 0.00015397 | +0.12% |
| 2026-09-19 | 0.00015378 | +0.66% |
| 2026-09-18 | 0.00015276 | -1.64% |
| 2026-09-17 | 0.00015531 | -0.58% |
| 2026-09-16 | 0.00015621 | +1.69% |
| 2026-09-15 | 0.00015361 | -0.29% |
| 2026-09-14 | 0.00015406 | -0.04% |
| 2026-09-13 | 0.00015412 | +0.04% |
| 2026-09-12 | 0.00015405 | +1.11% |
| Date | 1 JPY in CLF | Daily change |
|---|---|---|
| 2026-09-11 | 0.00015236 | +0.52% |
| 2026-09-10 | 0.00015158 | -1.73% |
| 2026-09-09 | 0.00015424 | +0.76% |
| 2026-09-08 | 0.00015308 | +0.38% |
| 2026-09-07 | 0.0001525 | +1.01% |
| 2026-09-06 | 0.00015098 | 0.00% |
| 2026-09-05 | 0.00015098 | -0.46% |
| 2026-09-04 | 0.00015168 | -0.15% |
| 2026-09-03 | 0.00015191 | +2.56% |
| 2026-09-02 | 0.00014812 | +0.65% |
| 2026-09-01 | 0.00014717 | +0.16% |
| 2026-08-31 | 0.00014694 | +0.22% |
| 2026-08-30 | 0.00014661 | 0.00% |
| 2026-08-29 | 0.00014661 | +0.56% |
| 2026-08-28 | 0.00014579 | — |
JPY to CLF conversion table
1 JPY0.00014899 CLF
5 JPY0.00074496 CLF
10 JPY0.0014899 CLF
25 JPY0.0037248 CLF
50 JPY0.0074496 CLF
100 JPY0.014899 CLF
500 JPY0.074496 CLF
1,000 JPY0.14899 CLF
5,000 JPY0.74496 CLF
10,000 JPY1.4899 CLF
Get the JPY/CLF rate in your app
One GET request returns the latest JPY → 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/JPY/CLF?precision=6"fetch('https://rate-api.com/api/v1/pair/JPY/CLF?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} CLF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/CLF?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} CLF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/CLF?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 JPY = {$data['rate']} CLF\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "CLF"
},
"rate": 0.000149,
"timestamp": 1790429295,
"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
CLF to JPYChilean Unit of Account (UF) → Japanese Yen6,711.7498Convert JPY to other currencies
Convert other currencies to CLF
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.