Skip to content

CHF to IRR exchange rate API

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

1658504.39

▲ +3024.38% over YTD

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 year to date, CHF/IRR traded between 52781.85 and 1744547.58, averaged 1572980.58 and rose 3024.38%. 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 YTD

CHF/IRR over YTD: show the values
PointCHF/IRR
2025-12-3153082.71
2026-01-0752781.85
2026-01-141296611.21
2026-01-211356476.65
2026-01-281408340.52
2026-02-041486412.70
2026-02-111627517.12
2026-02-181663430.15
2026-02-251672429.37
2026-03-041680844.75
2026-03-111693944.80
2026-03-181666350.79
2026-03-251662389.09
2026-04-011658560.11
2026-04-081670688.70
2026-04-151681557.44
2026-04-221689296.55
2026-04-291667940.39
2026-05-061688903.51
2026-05-141679890.10
2026-05-211674982.32
2026-05-291715563.30
2026-06-051744547.58
2026-06-141730542.21
2026-06-211701840.02
2026-06-281698590.18
2026-07-051712880.21
2026-07-121699413.31
2026-07-191701803.55
2026-07-261683331.98
2026-08-021703962.86
2026-08-091703368.33
2026-08-161690138.04
2026-08-241713432.67
2026-08-311700166.53
2026-09-071698471.20
2026-09-141683915.98
2026-09-211673339.63

High

1744547.58

Low

52781.85

Average

1572980.58

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.