Skip to content

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

CHF/MNT over YTD: show the values
PointCHF/MNT
2025-12-314491.44
2026-01-074472.40
2026-01-144448.51
2026-01-214517.09
2026-01-284651.21
2026-02-044600.69
2026-02-114645.56
2026-02-184634.48
2026-02-254608.32
2026-03-044579.17
2026-03-114577.76
2026-03-184523.74
2026-03-254521.19
2026-04-014511.64
2026-04-084536.03
2026-04-154568.35
2026-04-224574.45
2026-04-294558.14
2026-05-064592.65
2026-05-144576.58
2026-05-214538.54
2026-05-294573.94
2026-06-054540.45
2026-06-144498.49
2026-06-214430.41
2026-06-284419.09
2026-07-054458.64
2026-07-124430.02
2026-07-194435.19
2026-07-264395.46
2026-08-024452.37
2026-08-094450.45
2026-08-164422.15
2026-08-244482.34
2026-08-314447.96
2026-09-074447.35
2026-09-144407.27
2026-09-214382.94

High

4651.21

Low

4337.06

Average

4506.14

For developers

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