Convert JPY to CLP
Japanese Yen → Chilean Peso
1 JPY = 6.112335 CLP(1 CLP = 0.163604 JPY)
Currency converter
1 JPY =
6.1123 CLP
JPY to CLP: last 30 days
Over the last 30 days, 1 JPY traded between 5.8023 and 6.1633 CLP, averaging 6.0204 CLP. The JPY/CLP rate is up 5.34% since 2026-08-28.
- 30-day high
- 6.1633
- 2026-09-15
- 30-day low
- 5.8023
- 2026-08-28
- 30-day average
- 6.0204
- Days with data: 30
- 30-day change
- +5.34%
- since 2026-08-28
6.1633
5.80232026-08-28 → 2026-09-26
| Date | 1 JPY in CLP | Daily change |
|---|---|---|
| 2026-09-26 | 6.1123 | 0.00% |
| 2026-09-25 | 6.1123 | +0.80% |
| 2026-09-24 | 6.0639 | +1.12% |
| 2026-09-23 | 5.9967 | -0.56% |
| 2026-09-22 | 6.0305 | -1.21% |
| 2026-09-21 | 6.1045 | +0.45% |
| 2026-09-20 | 6.077 | +0.01% |
| 2026-09-19 | 6.0761 | -0.11% |
| 2026-09-18 | 6.0828 | -1.00% |
| 2026-09-17 | 6.1445 | -0.17% |
| 2026-09-16 | 6.155 | -0.14% |
| 2026-09-15 | 6.1633 | +1.39% |
| 2026-09-14 | 6.0791 | -0.64% |
| 2026-09-13 | 6.1182 | +0.01% |
| 2026-09-12 | 6.1177 | +0.15% |
| Date | 1 JPY in CLP | Daily change |
|---|---|---|
| 2026-09-11 | 6.1084 | +1.58% |
| 2026-09-10 | 6.0134 | -0.35% |
| 2026-09-09 | 6.0348 | -0.33% |
| 2026-09-08 | 6.055 | +0.51% |
| 2026-09-07 | 6.0243 | +0.73% |
| 2026-09-06 | 5.9808 | +0.00% |
| 2026-09-05 | 5.9807 | +0.20% |
| 2026-09-04 | 5.9687 | -0.71% |
| 2026-09-03 | 6.0112 | +2.48% |
| 2026-09-02 | 5.8655 | +0.51% |
| 2026-09-01 | 5.8357 | +0.06% |
| 2026-08-31 | 5.8322 | -0.01% |
| 2026-08-30 | 5.833 | +0.00% |
| 2026-08-29 | 5.8328 | +0.53% |
| 2026-08-28 | 5.8023 | — |
JPY to CLP conversion table
1 JPY6.1123 CLP
5 JPY30.5617 CLP
10 JPY61.1233 CLP
25 JPY152.8084 CLP
50 JPY305.6167 CLP
100 JPY611.2335 CLP
500 JPY3,056.1673 CLP
1,000 JPY6,112.3345 CLP
5,000 JPY30,561.673 CLP
10,000 JPY61,123.345 CLP
Get the JPY/CLP rate in your app
One GET request returns the latest JPY → CLP 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/CLP"fetch('https://rate-api.com/api/v1/pair/JPY/CLP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} CLP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/CLP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} CLP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/CLP');
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']} CLP\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "CLP"
},
"rate": 6.1123,
"timestamp": 1790429312,
"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
CLP to JPYChilean Peso → Japanese Yen0.1636Convert JPY to other currencies
Convert other currencies to CLP
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.