Skip to content

CHF to IRR exchange rate API

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

1658504.39

▲ +3238.23% over 5Y

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 5 years, CHF/IRR traded between 46098.74 and 1727931.99, averaged 608821.93 and rose 3238.23%. 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 5Y

CHF/IRR over 5Y: show the values
PointCHF/IRR
2024-08-2449682.22
2024-10-0749577.96
2024-11-0648066.60
2024-12-0647966.41
2025-01-0546226.46
2025-02-0446098.74
2025-03-0647515.32
2025-04-0648929.67
2025-05-0650988.80
2025-06-0751122.25
2025-07-0752745.46
2025-08-0652243.77
2025-09-0552417.90
2025-10-0652752.97
2025-11-0552017.56
2025-12-0552319.53
2026-01-0552787.71
2026-02-041486412.70
2026-03-061686641.67
2026-04-051644921.28
2026-05-051676715.68
2026-06-061727931.99
2026-07-081699626.75
2026-08-071696685.31
2026-09-071698471.20

High

1727931.99

Low

46098.74

Average

608821.93

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.