Skip to content

CHF to IDR exchange rate API

Swiss Franc to Rupiah · quoted 2026-09-25

21653.12

▲ +40.91% over 5Y

1 CHF = 21653.12 IDR · 1 IDR = 0.000046 CHF · Get this rate via the API

1 CHF buys 21653.12 IDR as of 2026-09-25, so 1 IDR buys 0.000046 CHF. Over the last 5 years, CHF/IDR traded between 14855.87 and 22627.13, averaged 18495.38 and rose 40.91%. The API holds daily CHF/IDR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

CHF/IDR over 5Y

CHF/IDR over 5Y: show the values
PointCHF/IDR
2021-09-2715366.98
2021-11-0815586.25
2021-12-2015607.40
2022-01-3115414.04
2022-03-1415297.63
2022-04-2714918.23
2022-06-0814855.87
2022-07-2015436.36
2022-08-3115159.18
2022-10-1215425.34
2022-11-2316528.65
2023-01-0516813.79
2023-02-1616401.69
2023-03-3016436.86
2023-05-1616576.34
2023-06-2716781.80
2023-08-0817359.51
2023-09-1917172.07
2023-10-3117558.32
2023-12-1217828.09
2024-01-2618233.25
2024-03-0817709.09
2024-04-2317793.73
2024-06-0518304.43
2024-07-1718193.00
2024-08-2718378.53
2024-10-0118101.10
2024-10-3118174.52
2024-11-3017969.45
2024-12-3017891.90
2025-01-2917903.51
2025-02-2818339.56
2025-03-3018836.85
2025-04-2920293.10
2025-05-2919687.40
2025-06-2820325.63
2025-07-2820447.08
2025-08-2720362.52
2025-09-2620898.85
2025-10-2620888.58
2025-11-2520529.96
2025-12-2521273.39
2026-01-2421481.71
2026-02-2321676.64
2026-03-2521350.29
2026-04-2421954.32
2026-05-2422627.13
2026-06-2322131.32
2026-07-2322017.52
2026-08-2222053.23
2026-09-2121754.70

High

22627.13

Low

14855.87

Average

18495.38

For developers

Get this rate via the API

One GET request returns the CHF/IDR 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=IDR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=IDR");
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=IDR").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/IDR API questions

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

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

How far back does CHF/IDR historical data go?

Daily CHF/IDR rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/IDR 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.