Skip to content

CHF to MYR exchange rate API

Swiss Franc to Malaysian Ringgit · quoted 2026-09-25

4.9336

▲ +9.26% over 5Y

1 CHF = 4.9336 MYR · 1 MYR = 0.20269 CHF · Get this rate via the API

1 CHF buys 4.9336 MYR as of 2026-09-25, so 1 MYR buys 0.20269 CHF. Over the last 5 years, CHF/MYR traded between 4.4880 and 5.4697, averaged 4.9992 and rose 9.26%. The API holds daily CHF/MYR rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

CHF/MYR over 5Y

CHF/MYR over 5Y: show the values
PointCHF/MYR
2021-09-274.5153
2021-11-084.5426
2021-12-204.5777
2022-01-314.4880
2022-03-144.4967
2022-04-274.5109
2022-06-084.5000
2022-07-204.5883
2022-08-314.5687
2022-10-124.7028
2022-11-234.8226
2023-01-054.7278
2023-02-164.7729
2023-03-304.8322
2023-05-165.0302
2023-06-275.2198
2023-08-085.2241
2023-09-195.2432
2023-10-315.2664
2023-12-125.3596
2024-01-265.4697
2024-03-085.3417
2024-04-235.2470
2024-06-055.2635
2024-07-175.2606
2024-08-275.1406
2024-10-014.9686
2024-10-315.0629
2024-11-305.0477
2024-12-304.9425
2025-01-294.8431
2025-02-284.9456
2025-03-305.0497
2025-04-295.2403
2025-05-295.1266
2025-06-285.2944
2025-07-285.2826
2025-08-275.2509
2025-09-265.2800
2025-10-265.3178
2025-11-255.1105
2025-12-255.1346
2026-01-245.1270
2026-02-235.0139
2026-03-255.0215
2026-04-245.0482
2026-05-245.0717
2026-06-235.1132
2026-07-235.0115
2026-08-225.0416
2026-09-214.9640

High

5.4697

Low

4.4880

Average

4.9992

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/MYR API questions

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

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

How far back does CHF/MYR historical data go?

Daily CHF/MYR 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/MYR 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.