Skip to content

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

CHF/MNT over 1Y: show the values
PointCHF/MNT
2025-09-254518.02
2025-10-024520.67
2025-10-094485.53
2025-10-164505.36
2025-10-234505.92
2025-10-300.78
2025-11-061.02
2025-11-130.99
2025-11-204424.37
2025-11-274421.14
2025-12-044436.38
2025-12-124460.66
2025-12-194464.79
2025-12-264509.39
2026-01-024488.26
2026-01-094450.73
2026-01-164444.01
2026-01-234524.28
2026-01-304643.01
2026-02-064588.58
2026-02-134643.34
2026-02-204598.00
2026-02-274628.41
2026-03-064564.02
2026-03-134537.16
2026-03-204536.47
2026-03-274479.28
2026-04-034467.00
2026-04-104530.87
2026-04-174589.52
2026-04-244556.84
2026-05-014580.43
2026-05-084599.13
2026-05-164545.16
2026-05-244564.80
2026-05-314577.08
2026-06-094499.96
2026-06-164502.81
2026-06-234418.21
2026-06-304424.25
2026-07-074443.31
2026-07-144418.49
2026-07-214423.48
2026-07-284386.20
2026-08-044446.24
2026-08-114437.62
2026-08-184427.64
2026-08-264476.46
2026-09-024420.01
2026-09-094458.02
2026-09-164394.35
2026-09-234372.02

High

4643.34

Low

0.77888

Average

4239.20

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.