Skip to content

KYD to MNT exchange rate API

Cayman Islands Dollar to Tugrik · quoted 2026-09-26

4324.05

▲ +1.00% over YTD

1 KYD = 4324.05 MNT · 1 MNT = 0.000231 KYD · Get this rate via the API

1 KYD buys 4324.05 MNT as of 2026-09-26, so 1 MNT buys 0.000231 KYD. Over the year to date, KYD/MNT traded between 4281.44 and 4383.51, averaged 4319.66 and rose 1.00%. The API holds daily KYD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KYD/MNT over YTD

KYD/MNT over YTD: show the values
PointKYD/MNT
2025-12-314281.44
2026-01-074292.83
2026-01-144298.96
2026-01-214288.09
2026-01-284308.01
2026-02-044294.34
2026-02-114292.87
2026-02-184293.38
2026-02-254307.42
2026-03-044295.84
2026-03-114293.12
2026-03-184293.30
2026-03-254305.66
2026-04-014296.36
2026-04-084301.16
2026-04-154288.32
2026-04-224286.98
2026-04-294316.31
2026-05-064303.42
2026-05-144303.07
2026-05-214301.69
2026-05-294317.63
2026-06-054301.49
2026-06-144354.84
2026-06-214353.12
2026-06-284334.59
2026-07-054368.09
2026-07-124366.20
2026-07-194369.51
2026-07-264366.42
2026-08-024380.98
2026-08-094362.17
2026-08-164383.51
2026-08-244325.03
2026-08-314329.02
2026-09-074327.57
2026-09-144327.23
2026-09-214332.55

High

4383.51

Low

4281.44

Average

4319.66

For developers

Get this rate via the API

One GET request returns the KYD/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=KYD&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&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=KYD&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

KYD/MNT API questions

How do I get the KYD/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KYD/MNT rate in rates.MNT.

How far back does KYD/MNT historical data go?

Daily KYD/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 KYD/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.