Skip to content

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

CHF/MMK over 5Y: show the values
PointCHF/MMK
2021-09-272016.30
2021-11-081984.13
2021-12-201925.66
2022-02-011929.79
2022-03-151893.59
2022-04-291907.97
2022-06-151850.83
2022-07-271924.15
2022-09-072129.25
2022-10-192093.23
2022-11-302211.18
2023-01-122249.59
2023-02-232253.59
2023-04-112320.55
2023-05-262325.94
2023-07-102359.01
2023-08-212389.25
2023-10-022295.44
2023-11-132320.34
2023-12-272462.16
2024-02-082401.27
2024-03-212345.15
2024-05-082309.31
2024-06-242350.44
2024-08-052475.15
2024-09-152470.45
2024-10-222425.81
2024-11-212377.67
2024-12-212348.42
2025-01-202297.00
2025-02-192321.66
2025-03-212381.11
2025-04-202569.30
2025-05-202519.97
2025-06-192566.87
2025-07-192614.66
2025-08-182600.94
2025-09-172667.63
2025-10-172649.46
2025-11-162643.96
2025-12-162644.38
2026-01-152620.78
2026-02-142731.62
2026-03-162666.26
2026-04-152683.03
2026-05-152670.46
2026-06-152645.27
2026-07-152587.41
2026-08-142586.84
2026-09-132571.71

High

2731.62

Low

1850.83

Average

2374.92

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MMK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=MMK");
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=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&currencies=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.