CHF to MKD exchange rate API
Swiss Franc to Denar · quoted 2026-09-24
65.1560
▼ +0.80% over 1Y
1 CHF = 65.1560 MKD · 1 MKD = 0.01535 CHF · Get this rate via the API
1 CHF buys 65.1560 MKD as of 2026-09-24, so 1 MKD buys 0.01535 CHF. Over the last year, CHF/MKD traded between 65.1428 and 68.2712, averaged 66.5392 and fell 0.80%. The API holds daily CHF/MKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/MKD over 1Y: show the values
| Point | CHF/MKD |
|---|---|
| 2025-09-24 | 65.6818 |
| 2025-10-01 | 65.7323 |
| 2025-10-08 | 66.0797 |
| 2025-10-15 | 66.2719 |
| 2025-10-22 | 66.6614 |
| 2025-10-29 | 66.3175 |
| 2025-11-05 | 66.1113 |
| 2025-11-12 | 66.5190 |
| 2025-11-19 | 66.2522 |
| 2025-11-26 | 65.9691 |
| 2025-12-03 | 66.3023 |
| 2025-12-11 | 66.0742 |
| 2025-12-18 | 65.9338 |
| 2025-12-25 | 66.3092 |
| 2026-01-01 | 66.1582 |
| 2026-01-08 | 66.0994 |
| 2026-01-15 | 65.9761 |
| 2026-01-22 | 66.3822 |
| 2026-01-29 | 67.1607 |
| 2026-02-05 | 67.2869 |
| 2026-02-12 | 67.4016 |
| 2026-02-19 | 67.3497 |
| 2026-02-26 | 67.3575 |
| 2026-03-05 | 67.9360 |
| 2026-03-12 | 68.2712 |
| 2026-03-19 | 67.5820 |
| 2026-03-26 | 67.2167 |
| 2026-04-02 | 66.6859 |
| 2026-04-09 | 66.8878 |
| 2026-04-16 | 66.5985 |
| 2026-04-23 | 67.1189 |
| 2026-04-30 | 67.2615 |
| 2026-05-07 | 67.4083 |
| 2026-05-15 | 67.2663 |
| 2026-05-23 | 67.6844 |
| 2026-05-30 | 67.6692 |
| 2026-06-06 | 67.1918 |
| 2026-06-15 | 66.9636 |
| 2026-06-22 | 66.4973 |
| 2026-06-29 | 66.9396 |
| 2026-07-06 | 66.8478 |
| 2026-07-13 | 66.7758 |
| 2026-07-20 | 66.6457 |
| 2026-07-27 | 66.2428 |
| 2026-08-03 | 66.0492 |
| 2026-08-10 | 65.8510 |
| 2026-08-17 | 65.6020 |
| 2026-08-25 | 65.6823 |
| 2026-09-01 | 65.3907 |
| 2026-09-08 | 65.2035 |
| 2026-09-15 | 65.1428 |
| 2026-09-22 | 65.4211 |
High
68.2712
Low
65.1428
Average
66.5392
Get this rate via the API
One GET request returns the CHF/MKD 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=MKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MKD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/MKD API questions
How do I get the CHF/MKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MKD rate in rates.MKD.
How far back does CHF/MKD historical data go?
Daily CHF/MKD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/MKD 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.