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: show the values
| Point | CHF/MYR |
|---|---|
| 2025-09-25 | 5.2897 |
| 2025-10-02 | 5.2867 |
| 2025-10-09 | 5.2586 |
| 2025-10-16 | 5.2941 |
| 2025-10-23 | 5.3008 |
| 2025-10-30 | 5.2268 |
| 2025-11-06 | 5.1785 |
| 2025-11-13 | 5.1899 |
| 2025-11-20 | 5.1493 |
| 2025-11-27 | 5.1272 |
| 2025-12-04 | 5.1361 |
| 2025-12-11 | 5.1586 |
| 2025-12-18 | 5.1400 |
| 2025-12-25 | 5.1346 |
| 2026-01-01 | 5.1164 |
| 2026-01-08 | 5.0934 |
| 2026-01-15 | 5.0623 |
| 2026-01-22 | 5.0945 |
| 2026-01-29 | 5.1191 |
| 2026-02-05 | 5.0832 |
| 2026-02-12 | 5.0687 |
| 2026-02-19 | 5.0375 |
| 2026-02-26 | 5.0229 |
| 2026-03-05 | 5.0541 |
| 2026-03-12 | 5.0227 |
| 2026-03-19 | 4.9621 |
| 2026-03-26 | 5.0363 |
| 2026-04-02 | 5.0525 |
| 2026-04-09 | 5.0369 |
| 2026-04-16 | 5.0472 |
| 2026-04-23 | 5.0506 |
| 2026-04-30 | 5.0552 |
| 2026-05-07 | 5.0258 |
| 2026-05-14 | 5.0280 |
| 2026-05-21 | 5.0258 |
| 2026-05-28 | 5.0411 |
| 2026-06-04 | 5.0950 |
| 2026-06-11 | 5.0885 |
| 2026-06-18 | 5.1194 |
| 2026-06-25 | 5.0635 |
| 2026-07-02 | 5.0552 |
| 2026-07-09 | 5.0526 |
| 2026-07-16 | 5.0485 |
| 2026-07-23 | 5.0115 |
| 2026-07-30 | 5.0248 |
| 2026-08-06 | 5.0504 |
| 2026-08-13 | 5.0292 |
| 2026-08-20 | 5.0614 |
| 2026-08-27 | 5.0090 |
| 2026-09-03 | 4.9992 |
| 2026-09-10 | 5.0069 |
| 2026-09-17 | 4.9716 |
| 2026-09-24 | 4.9375 |
High
5.3008
Low
4.9336
Average
5.0845
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MYR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MYR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.