Convert CHF to IDR
Swiss Franc → Indonesian Rupiah
1 CHF = 21,627.549 IDR(1 IDR = 0.0000462373 CHF)
Currency converter
1 CHF =
21,627.549 IDR
CHF to IDR: last 30 days
Over the last 30 days, 1 CHF traded between 21,500.564 and 22,028.946 IDR, averaging 21,705.156 IDR. The CHF/IDR rate is down 1.82% since 2026-08-29.
- 30-day high
- 22,028.946
- 2026-08-29
- 30-day low
- 21,500.564
- 2026-09-17
- 30-day average
- 21,705.156
- Days with data: 30
- 30-day change
- -1.82%
- since 2026-08-29
22,028.946
21,500.5642026-08-29 → 2026-09-27
| Date | 1 CHF in IDR | Daily change |
|---|---|---|
| 2026-09-27 | 21,627.549 | 0.00% |
| 2026-09-26 | 21,627.549 | 0.00% |
| 2026-09-25 | 21,627.549 | -0.17% |
| 2026-09-24 | 21,664.47 | +0.18% |
| 2026-09-23 | 21,624.941 | -0.56% |
| 2026-09-22 | 21,747.089 | -0.03% |
| 2026-09-21 | 21,754.057 | +0.78% |
| 2026-09-20 | 21,586.629 | 0.00% |
| 2026-09-19 | 21,586.629 | 0.00% |
| 2026-09-18 | 21,586.629 | +0.40% |
| 2026-09-17 | 21,500.564 | -0.34% |
| 2026-09-16 | 21,574.565 | -0.25% |
| 2026-09-15 | 21,629.715 | +0.00% |
| 2026-09-14 | 21,629.699 | +0.18% |
| 2026-09-13 | 21,590.825 | 0.00% |
| Date | 1 CHF in IDR | Daily change |
|---|---|---|
| 2026-09-12 | 21,590.825 | 0.00% |
| 2026-09-11 | 21,590.825 | -0.24% |
| 2026-09-10 | 21,643.39 | -0.05% |
| 2026-09-09 | 21,653.636 | -0.14% |
| 2026-09-08 | 21,684 | -0.56% |
| 2026-09-07 | 21,806.881 | +0.06% |
| 2026-09-06 | 21,793.288 | 0.00% |
| 2026-09-05 | 21,793.288 | 0.00% |
| 2026-09-04 | 21,793.288 | -0.16% |
| 2026-09-03 | 21,828.46 | +0.30% |
| 2026-09-02 | 21,763.969 | -0.59% |
| 2026-09-01 | 21,893.082 | -0.05% |
| 2026-08-31 | 21,903.407 | -0.57% |
| 2026-08-30 | 22,028.946 | 0.00% |
| 2026-08-29 | 22,028.946 | — |
CHF to IDR conversion table
1 CHF21,627.549 IDR
5 CHF108,137.74 IDR
10 CHF216,275.49 IDR
25 CHF540,688.72 IDR
50 CHF1,081,377.4 IDR
100 CHF2,162,754.9 IDR
500 CHF10,813,774 IDR
1,000 CHF21,627,549 IDR
5,000 CHF108,137,745 IDR
10,000 CHF216,275,490 IDR
Get the CHF/IDR rate in your app
One GET request returns the latest CHF → IDR 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/CHF/IDR"fetch('https://rate-api.com/api/v1/pair/CHF/IDR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} IDR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/IDR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} IDR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/IDR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} IDR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "IDR"
},
"rate": 21627.549,
"timestamp": 1790470786,
"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
IDR to CHFIndonesian Rupiah → Swiss Franc0.000046237Convert CHF to other currencies
Convert other currencies to IDR
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.