Skip to content

CHF to MYR exchange rate API

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

4.9296

▼ +3.71% over YTD

1 CHF = 4.9296 MYR · 1 MYR = 0.20286 CHF · Get this rate via the API

1 CHF buys 4.9296 MYR as of 2026-09-25, so 1 MYR buys 0.20286 CHF. Over the year to date, CHF/MYR traded between 4.9296 and 5.1291, averaged 5.0434 and fell 3.71%. 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 YTD

CHF/MYR over YTD: show the values
PointCHF/MYR
2025-12-315.1194
2026-01-075.0961
2026-01-145.0534
2026-01-215.1260
2026-01-285.1073
2026-02-045.0694
2026-02-115.1259
2026-02-185.0631
2026-02-255.0221
2026-03-045.0556
2026-03-115.0224
2026-03-184.9642
2026-03-255.0215
2026-04-015.0846
2026-04-085.0464
2026-04-155.0531
2026-04-225.0545
2026-04-295.0095
2026-05-065.0372
2026-05-135.0296
2026-05-205.0248
2026-05-275.0411
2026-06-035.0608
2026-06-105.0926
2026-06-175.1291
2026-06-245.0917
2026-07-015.0468
2026-07-085.0416
2026-07-155.0253
2026-07-225.0306
2026-07-294.9870
2026-08-055.0606
2026-08-125.0360
2026-08-195.0082
2026-08-265.0091
2026-09-024.9702
2026-09-095.0430
2026-09-164.9902
2026-09-234.9581

High

5.1291

Low

4.9296

Average

5.0434

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.