Skip to content

CHF to IRR exchange rate API

Swiss Franc to Iranian Rial · quoted 2026-09-25

1658504.39

▲ +3040.03% over 1Y

1 CHF = 1658504.39 IRR · 1 IRR = 0.000001 CHF · Get this rate via the API

1 CHF buys 1658504.39 IRR as of 2026-09-25, so 1 IRR buys 0.000001 CHF. Over the last year, CHF/IRR traded between 52085.12 and 1728983.15, averaged 1172676.09 and rose 3040.03%. The API holds daily CHF/IRR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/IRR over 1Y

CHF/IRR over 1Y: show the values
PointCHF/IRR
2025-09-2552818.18
2025-10-0252827.20
2025-10-0952480.07
2025-10-1652645.98
2025-10-2352701.95
2025-10-3052352.19
2025-11-0652085.12
2025-11-1352893.20
2025-11-2052159.34
2025-11-2752274.16
2025-12-0452560.28
2025-12-1252867.61
2025-12-1952865.79
2025-12-2653056.52
2026-01-0252921.70
2026-01-0952651.41
2026-01-161327780.18
2026-01-231360959.02
2026-01-301433855.88
2026-02-061520618.23
2026-02-131659740.67
2026-02-201656171.32
2026-02-271701595.36
2026-03-061686641.67
2026-03-131673562.26
2026-03-201669991.65
2026-03-271648348.44
2026-04-031644985.30
2026-04-101667750.56
2026-04-171688207.68
2026-04-241678118.54
2026-05-011683370.75
2026-05-081686438.12
2026-05-161676103.65
2026-05-241687930.89
2026-05-311728983.15
2026-06-091728812.54
2026-06-161728732.11
2026-06-231697542.64
2026-06-301700149.33
2026-07-071706747.39
2026-07-141694084.22
2026-07-211696497.17
2026-07-281676457.88
2026-08-041699429.44
2026-08-111696697.31
2026-08-181692137.86
2026-08-261710473.55
2026-09-021689252.95
2026-09-091703184.86
2026-09-161678315.83
2026-09-231671499.30

High

1728983.15

Low

52085.12

Average

1172676.09

For developers

Get this rate via the API

One GET request returns the CHF/IRR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=IRR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=IRR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=IRR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/IRR API questions

How do I get the CHF/IRR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=IRR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/IRR rate in rates.IRR.

How far back does CHF/IRR historical data go?

Daily CHF/IRR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/IRR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.