Skip to content

CHF to IRR exchange rate API

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

1658504.39

▼ +3.04% over 30D

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 30 days, CHF/IRR traded between 1658394.99 and 1710473.55, averaged 1686503.44 and fell 3.04%. 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 30D

CHF/IRR over 30D: show the values
PointCHF/IRR
2026-08-261710473.55
2026-08-271707650.05
2026-08-281708543.75
2026-08-291701675.18
2026-08-301698490.02
2026-08-311700166.53
2026-09-011696270.78
2026-09-021689252.95
2026-09-031700270.81
2026-09-041698764.27
2026-09-051698594.12
2026-09-061697838.08
2026-09-071698471.20
2026-09-081693839.63
2026-09-091703184.86
2026-09-101692766.69
2026-09-111686166.05
2026-09-121684278.94
2026-09-131684225.58
2026-09-141683915.98
2026-09-151680242.48
2026-09-161678315.83
2026-09-171666720.77
2026-09-181664861.45
2026-09-191670238.46
2026-09-201671747.46
2026-09-211673339.63
2026-09-221678000.55
2026-09-231671499.30
2026-09-241661405.87
2026-09-251658394.99

High

1710473.55

Low

1658394.99

Average

1686503.44

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.