Skip to content

KYD to MNT exchange rate API

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

4324.05

▼ +0.34% over 30D

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 30 days, KYD/MNT traded between 4319.48 and 4385.00, averaged 4334.68 and fell 0.34%. 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 30D

KYD/MNT over 30D: show the values
PointKYD/MNT
2026-08-274338.82
2026-08-284330.94
2026-08-294321.23
2026-08-304381.29
2026-08-314329.02
2026-09-014326.81
2026-09-024326.42
2026-09-034326.83
2026-09-044340.82
2026-09-054319.48
2026-09-064385.00
2026-09-074327.57
2026-09-084329.66
2026-09-094326.08
2026-09-104336.42
2026-09-114327.01
2026-09-124323.61
2026-09-134379.11
2026-09-144327.23
2026-09-154327.10
2026-09-164327.42
2026-09-174333.13
2026-09-184319.54
2026-09-194322.31
2026-09-204379.24
2026-09-214332.55
2026-09-224340.08
2026-09-234324.18
2026-09-244326.16
2026-09-254326.60
2026-09-264324.05

High

4385.00

Low

4319.48

Average

4334.68

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.