Skip to content

KYD to MNT exchange rate API

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

4324.05

▲ +0.58% over 6M

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 last 6 months, KYD/MNT traded between 4275.04 and 4335.37, averaged 4312.00 and rose 0.58%. 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 6M

KYD/MNT over 6M: show the values
PointKYD/MNT
2026-03-304299.15
2026-04-064298.34
2026-04-134295.14
2026-04-204275.04
2026-04-274299.49
2026-05-044292.34
2026-05-114303.25
2026-05-194302.94
2026-05-274309.85
2026-06-034306.88
2026-06-124303.02
2026-06-194304.59
2026-06-264314.40
2026-07-034327.48
2026-07-104310.48
2026-07-174310.85
2026-07-244323.92
2026-07-314327.87
2026-08-074324.76
2026-08-144335.37
2026-08-224324.24
2026-08-294321.23
2026-09-054319.48
2026-09-124323.61
2026-09-194322.31
2026-09-264324.05

High

4335.37

Low

4275.04

Average

4312.00

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.