Convert CHF to IRR
Swiss Franc → Iranian Rial
1 CHF = 1,659,794.3 IRR(1 IRR = 0.000000602484 CHF)
Currency converter
1 CHF =
1,659,794.3 IRR
CHF to IRR: last 30 days
Over the last 30 days, 1 CHF traded between 1,659,794.3 and 1,709,715.6 IRR, averaging 1,685,547.7 IRR. The CHF/IRR rate is down 2.85% since 2026-08-28.
- 30-day high
- 1,709,715.6
- 2026-08-29
- 30-day low
- 1,659,794.3
- 2026-09-25
- 30-day average
- 1,685,547.7
- Days with data: 30
- 30-day change
- -2.85%
- since 2026-08-28
1,709,715.6
1,659,794.32026-08-28 → 2026-09-26
| Date | 1 CHF in IRR | Daily change |
|---|---|---|
| 2026-09-26 | 1,659,794.3 | 0.00% |
| 2026-09-25 | 1,659,794.3 | -0.10% |
| 2026-09-24 | 1,661,403.9 | -0.60% |
| 2026-09-23 | 1,671,498.9 | -0.39% |
| 2026-09-22 | 1,677,998.5 | +0.28% |
| 2026-09-21 | 1,673,337.6 | +0.51% |
| 2026-09-20 | 1,664,887.9 | -0.00% |
| 2026-09-19 | 1,664,960.4 | +0.01% |
| 2026-09-18 | 1,664,869.5 | -0.11% |
| 2026-09-17 | 1,666,724.8 | -0.69% |
| 2026-09-16 | 1,678,309.7 | -0.12% |
| 2026-09-15 | 1,680,244.5 | -0.22% |
| 2026-09-14 | 1,683,907.7 | -0.17% |
| 2026-09-13 | 1,686,722.9 | -0.00% |
| 2026-09-12 | 1,686,768.4 | +0.04% |
| Date | 1 CHF in IRR | Daily change |
|---|---|---|
| 2026-09-11 | 1,686,172.3 | -0.39% |
| 2026-09-10 | 1,692,772.9 | -0.61% |
| 2026-09-09 | 1,703,187 | +0.55% |
| 2026-09-08 | 1,693,839.6 | -0.27% |
| 2026-09-07 | 1,698,473.3 | -0.03% |
| 2026-09-06 | 1,699,040.7 | -0.03% |
| 2026-09-05 | 1,699,498.9 | +0.04% |
| 2026-09-04 | 1,698,766.4 | -0.09% |
| 2026-09-03 | 1,700,264.5 | +0.65% |
| 2026-09-02 | 1,689,246.7 | -0.41% |
| 2026-09-01 | 1,696,262.4 | -0.23% |
| 2026-08-31 | 1,700,174.9 | -0.53% |
| 2026-08-30 | 1,709,248.2 | -0.03% |
| 2026-08-29 | 1,709,715.6 | +0.07% |
| 2026-08-28 | 1,708,543.8 | — |
CHF to IRR conversion table
1 CHF1,659,794.3 IRR
5 CHF8,298,971.4 IRR
10 CHF16,597,943 IRR
25 CHF41,494,857 IRR
50 CHF82,989,714 IRR
100 CHF165,979,428 IRR
500 CHF829,897,141 IRR
1,000 CHF1,659,794,281 IRR
5,000 CHF8,298,971,407 IRR
10,000 CHF16,597,942,814 IRR
Get the CHF/IRR rate in your app
One GET request returns the latest CHF → IRR 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/IRR"fetch('https://rate-api.com/api/v1/pair/CHF/IRR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} IRR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/IRR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} IRR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/IRR');
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']} IRR\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "IRR"
},
"rate": 1659794.2814,
"timestamp": 1790437580,
"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
IRR to CHFIranian Rial → Swiss Franc0.00000060248Convert CHF to other currencies
Convert other currencies to IRR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.