CHF to MMK exchange rate API
Swiss Franc to Kyat · quoted 2026-09-25
2534.88
▲ +25.72% over 5Y
1 CHF = 2534.88 MMK · 1 MMK = 0.000394 CHF · Get this rate via the API
1 CHF buys 2534.88 MMK as of 2026-09-25, so 1 MMK buys 0.000394 CHF. Over the last 5 years, CHF/MMK traded between 1850.83 and 2731.62, averaged 2374.92 and rose 25.72%. The API holds daily CHF/MMK rates from 2017-06-09 — 9 years of history — so any past day, or a whole series, is one request away.
CHF/MMK over 5Y: show the values
| Point | CHF/MMK |
|---|---|
| 2021-09-27 | 2016.30 |
| 2021-11-08 | 1984.13 |
| 2021-12-20 | 1925.66 |
| 2022-02-01 | 1929.79 |
| 2022-03-15 | 1893.59 |
| 2022-04-29 | 1907.97 |
| 2022-06-15 | 1850.83 |
| 2022-07-27 | 1924.15 |
| 2022-09-07 | 2129.25 |
| 2022-10-19 | 2093.23 |
| 2022-11-30 | 2211.18 |
| 2023-01-12 | 2249.59 |
| 2023-02-23 | 2253.59 |
| 2023-04-11 | 2320.55 |
| 2023-05-26 | 2325.94 |
| 2023-07-10 | 2359.01 |
| 2023-08-21 | 2389.25 |
| 2023-10-02 | 2295.44 |
| 2023-11-13 | 2320.34 |
| 2023-12-27 | 2462.16 |
| 2024-02-08 | 2401.27 |
| 2024-03-21 | 2345.15 |
| 2024-05-08 | 2309.31 |
| 2024-06-24 | 2350.44 |
| 2024-08-05 | 2475.15 |
| 2024-09-15 | 2470.45 |
| 2024-10-22 | 2425.81 |
| 2024-11-21 | 2377.67 |
| 2024-12-21 | 2348.42 |
| 2025-01-20 | 2297.00 |
| 2025-02-19 | 2321.66 |
| 2025-03-21 | 2381.11 |
| 2025-04-20 | 2569.30 |
| 2025-05-20 | 2519.97 |
| 2025-06-19 | 2566.87 |
| 2025-07-19 | 2614.66 |
| 2025-08-18 | 2600.94 |
| 2025-09-17 | 2667.63 |
| 2025-10-17 | 2649.46 |
| 2025-11-16 | 2643.96 |
| 2025-12-16 | 2644.38 |
| 2026-01-15 | 2620.78 |
| 2026-02-14 | 2731.62 |
| 2026-03-16 | 2666.26 |
| 2026-04-15 | 2683.03 |
| 2026-05-15 | 2670.46 |
| 2026-06-15 | 2645.27 |
| 2026-07-15 | 2587.41 |
| 2026-08-14 | 2586.84 |
| 2026-09-13 | 2571.71 |
High
2731.62
Low
1850.83
Average
2374.92
Get this rate via the API
One GET request returns the CHF/MMK 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=MMK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MMK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MMK").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/MMK API questions
How do I get the CHF/MMK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MMK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MMK rate in rates.MMK.
How far back does CHF/MMK historical data go?
Daily CHF/MMK rates are available from 2017-06-09. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/MMK 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.