Skip to content

CHF to MYR exchange rate API

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

4.9336

▼ +6.73% over 1Y

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 year, CHF/MYR traded between 4.9336 and 5.3008, averaged 5.0845 and fell 6.73%. 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 1Y

CHF/MYR over 1Y: show the values
PointCHF/MYR
2025-09-255.2897
2025-10-025.2867
2025-10-095.2586
2025-10-165.2941
2025-10-235.3008
2025-10-305.2268
2025-11-065.1785
2025-11-135.1899
2025-11-205.1493
2025-11-275.1272
2025-12-045.1361
2025-12-115.1586
2025-12-185.1400
2025-12-255.1346
2026-01-015.1164
2026-01-085.0934
2026-01-155.0623
2026-01-225.0945
2026-01-295.1191
2026-02-055.0832
2026-02-125.0687
2026-02-195.0375
2026-02-265.0229
2026-03-055.0541
2026-03-125.0227
2026-03-194.9621
2026-03-265.0363
2026-04-025.0525
2026-04-095.0369
2026-04-165.0472
2026-04-235.0506
2026-04-305.0552
2026-05-075.0258
2026-05-145.0280
2026-05-215.0258
2026-05-285.0411
2026-06-045.0950
2026-06-115.0885
2026-06-185.1194
2026-06-255.0635
2026-07-025.0552
2026-07-095.0526
2026-07-165.0485
2026-07-235.0115
2026-07-305.0248
2026-08-065.0504
2026-08-135.0292
2026-08-205.0614
2026-08-275.0090
2026-09-034.9992
2026-09-105.0069
2026-09-174.9716
2026-09-244.9375

High

5.3008

Low

4.9336

Average

5.0845

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.