CHF to IDR exchange rate API
Swiss Franc to Rupiah · quoted 2026-09-25
21688.07
▲ +41.13% over 5Y
1 CHF = 21688.07 IDR · 1 IDR = 0.000046 CHF · Get this rate via the API
1 CHF buys 21688.07 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 18496.05 and rose 41.13%. 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: show the values
| Point | CHF/IDR |
|---|---|
| 2021-09-27 | 15366.98 |
| 2021-11-08 | 15586.25 |
| 2021-12-20 | 15607.40 |
| 2022-01-31 | 15414.04 |
| 2022-03-14 | 15297.63 |
| 2022-04-27 | 14918.23 |
| 2022-06-08 | 14855.87 |
| 2022-07-20 | 15436.36 |
| 2022-08-31 | 15159.18 |
| 2022-10-12 | 15425.34 |
| 2022-11-23 | 16528.65 |
| 2023-01-05 | 16813.79 |
| 2023-02-16 | 16401.69 |
| 2023-03-30 | 16436.86 |
| 2023-05-16 | 16576.34 |
| 2023-06-27 | 16781.80 |
| 2023-08-08 | 17359.51 |
| 2023-09-19 | 17172.07 |
| 2023-10-31 | 17558.32 |
| 2023-12-12 | 17828.09 |
| 2024-01-26 | 18233.25 |
| 2024-03-08 | 17709.09 |
| 2024-04-23 | 17793.73 |
| 2024-06-05 | 18304.43 |
| 2024-07-17 | 18193.00 |
| 2024-08-27 | 18378.53 |
| 2024-10-01 | 18101.10 |
| 2024-10-31 | 18174.52 |
| 2024-11-30 | 17969.45 |
| 2024-12-30 | 17891.90 |
| 2025-01-29 | 17903.51 |
| 2025-02-28 | 18339.56 |
| 2025-03-30 | 18836.85 |
| 2025-04-29 | 20293.10 |
| 2025-05-29 | 19687.40 |
| 2025-06-28 | 20325.63 |
| 2025-07-28 | 20447.08 |
| 2025-08-27 | 20362.52 |
| 2025-09-26 | 20898.85 |
| 2025-10-26 | 20888.58 |
| 2025-11-25 | 20529.96 |
| 2025-12-25 | 21273.39 |
| 2026-01-24 | 21481.71 |
| 2026-02-23 | 21676.64 |
| 2026-03-25 | 21350.29 |
| 2026-04-24 | 21954.32 |
| 2026-05-24 | 22627.13 |
| 2026-06-23 | 22131.32 |
| 2026-07-23 | 22017.52 |
| 2026-08-22 | 22053.23 |
| 2026-09-21 | 21754.70 |
High
22627.13
Low
14855.87
Average
18496.05
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=IDR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=IDR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.