CHF to IRR exchange rate API
Swiss Franc to Iranian Rial · quoted 2026-09-25
1658504.39
▲ +0.62% over 6M
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 6 months, CHF/IRR traded between 1644921.28 and 1720353.81, averaged 1687843.01 and rose 0.62%. 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 6M: show the values
| Point | CHF/IRR |
|---|---|
| 2026-03-29 | 1648263.63 |
| 2026-04-05 | 1644921.28 |
| 2026-04-12 | 1663710.77 |
| 2026-04-19 | 1689982.54 |
| 2026-04-26 | 1674825.42 |
| 2026-05-03 | 1682922.25 |
| 2026-05-10 | 1687059.39 |
| 2026-05-18 | 1680197.63 |
| 2026-05-26 | 1683784.70 |
| 2026-06-02 | 1720334.67 |
| 2026-06-11 | 1720353.81 |
| 2026-06-18 | 1709380.22 |
| 2026-06-25 | 1690903.82 |
| 2026-07-02 | 1704894.60 |
| 2026-07-09 | 1704229.13 |
| 2026-07-16 | 1704100.70 |
| 2026-07-23 | 1685032.24 |
| 2026-07-30 | 1692246.47 |
| 2026-08-06 | 1698006.04 |
| 2026-08-13 | 1692139.66 |
| 2026-08-21 | 1719210.07 |
| 2026-08-28 | 1708543.75 |
| 2026-09-04 | 1698764.27 |
| 2026-09-11 | 1686166.05 |
| 2026-09-18 | 1664861.45 |
| 2026-09-25 | 1658422.34 |
High
1720353.81
Low
1644921.28
Average
1687843.01
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=IRR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=IRR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.