CHF to MNT exchange rate API
Swiss Franc to Tugrik · quoted 2026-09-25
4337.06
▼ +4.01% over 1Y
1 CHF = 4337.06 MNT · 1 MNT = 0.000231 CHF · Get this rate via the API
1 CHF buys 4337.06 MNT as of 2026-09-25, so 1 MNT buys 0.000231 CHF. Over the last year, CHF/MNT traded between 0.77888 and 4643.34, averaged 4239.20 and fell 4.01%. The API holds daily CHF/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/MNT over 1Y: show the values
| Point | CHF/MNT |
|---|---|
| 2025-09-25 | 4518.02 |
| 2025-10-02 | 4520.67 |
| 2025-10-09 | 4485.53 |
| 2025-10-16 | 4505.36 |
| 2025-10-23 | 4505.92 |
| 2025-10-30 | 0.78 |
| 2025-11-06 | 1.02 |
| 2025-11-13 | 0.99 |
| 2025-11-20 | 4424.37 |
| 2025-11-27 | 4421.14 |
| 2025-12-04 | 4436.38 |
| 2025-12-12 | 4460.66 |
| 2025-12-19 | 4464.79 |
| 2025-12-26 | 4509.39 |
| 2026-01-02 | 4488.26 |
| 2026-01-09 | 4450.73 |
| 2026-01-16 | 4444.01 |
| 2026-01-23 | 4524.28 |
| 2026-01-30 | 4643.01 |
| 2026-02-06 | 4588.58 |
| 2026-02-13 | 4643.34 |
| 2026-02-20 | 4598.00 |
| 2026-02-27 | 4628.41 |
| 2026-03-06 | 4564.02 |
| 2026-03-13 | 4537.16 |
| 2026-03-20 | 4536.47 |
| 2026-03-27 | 4479.28 |
| 2026-04-03 | 4467.00 |
| 2026-04-10 | 4530.87 |
| 2026-04-17 | 4589.52 |
| 2026-04-24 | 4556.84 |
| 2026-05-01 | 4580.43 |
| 2026-05-08 | 4599.13 |
| 2026-05-16 | 4545.16 |
| 2026-05-24 | 4564.80 |
| 2026-05-31 | 4577.08 |
| 2026-06-09 | 4499.96 |
| 2026-06-16 | 4502.81 |
| 2026-06-23 | 4418.21 |
| 2026-06-30 | 4424.25 |
| 2026-07-07 | 4443.31 |
| 2026-07-14 | 4418.49 |
| 2026-07-21 | 4423.48 |
| 2026-07-28 | 4386.20 |
| 2026-08-04 | 4446.24 |
| 2026-08-11 | 4437.62 |
| 2026-08-18 | 4427.64 |
| 2026-08-26 | 4476.46 |
| 2026-09-02 | 4420.01 |
| 2026-09-09 | 4458.02 |
| 2026-09-16 | 4394.35 |
| 2026-09-23 | 4372.02 |
High
4643.34
Low
0.77888
Average
4239.20
Get this rate via the API
One GET request returns the CHF/MNT 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=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/MNT API questions
How do I get the CHF/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/MNT rate in rates.MNT.
How far back does CHF/MNT historical data go?
Daily CHF/MNT 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/MNT 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.