CHF to MNT exchange rate API
Swiss Franc to Tugrik · quoted 2026-09-25
4337.06
▼ +3.44% over YTD
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 year to date, CHF/MNT traded between 4337.06 and 4651.21, averaged 4506.14 and fell 3.44%. 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 YTD: show the values
| Point | CHF/MNT |
|---|---|
| 2025-12-31 | 4491.44 |
| 2026-01-07 | 4472.40 |
| 2026-01-14 | 4448.51 |
| 2026-01-21 | 4517.09 |
| 2026-01-28 | 4651.21 |
| 2026-02-04 | 4600.69 |
| 2026-02-11 | 4645.56 |
| 2026-02-18 | 4634.48 |
| 2026-02-25 | 4608.32 |
| 2026-03-04 | 4579.17 |
| 2026-03-11 | 4577.76 |
| 2026-03-18 | 4523.74 |
| 2026-03-25 | 4521.19 |
| 2026-04-01 | 4511.64 |
| 2026-04-08 | 4536.03 |
| 2026-04-15 | 4568.35 |
| 2026-04-22 | 4574.45 |
| 2026-04-29 | 4558.14 |
| 2026-05-06 | 4592.65 |
| 2026-05-14 | 4576.58 |
| 2026-05-21 | 4538.54 |
| 2026-05-29 | 4573.94 |
| 2026-06-05 | 4540.45 |
| 2026-06-14 | 4498.49 |
| 2026-06-21 | 4430.41 |
| 2026-06-28 | 4419.09 |
| 2026-07-05 | 4458.64 |
| 2026-07-12 | 4430.02 |
| 2026-07-19 | 4435.19 |
| 2026-07-26 | 4395.46 |
| 2026-08-02 | 4452.37 |
| 2026-08-09 | 4450.45 |
| 2026-08-16 | 4422.15 |
| 2026-08-24 | 4482.34 |
| 2026-08-31 | 4447.96 |
| 2026-09-07 | 4447.35 |
| 2026-09-14 | 4407.27 |
| 2026-09-21 | 4382.94 |
High
4651.21
Low
4337.06
Average
4506.14
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.