Skip to content

KYD to MNT exchange rate API

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

4324.05

▼ +0.20% over 1Y

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 year, KYD/MNT traded between 0.83354 and 4359.52, averaged 4062.77 and fell 0.20%. 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 1Y

KYD/MNT over 1Y: show the values
PointKYD/MNT
2025-09-264332.75
2025-10-034326.07
2025-10-104318.38
2025-10-174338.40
2025-10-244326.00
2025-10-310.83
2025-11-070.99
2025-11-140.99
2025-11-214290.86
2025-11-284287.02
2025-12-054280.39
2025-12-134269.24
2025-12-204267.67
2025-12-274272.00
2026-01-034277.22
2026-01-104275.49
2026-01-174283.07
2026-01-244282.66
2026-01-314300.03
2026-02-074287.76
2026-02-144289.45
2026-02-214289.72
2026-02-284290.78
2026-03-074290.21
2026-03-144312.96
2026-03-214286.95
2026-03-284295.41
2026-04-044298.21
2026-04-114316.36
2026-04-184290.76
2026-04-254303.46
2026-05-024295.36
2026-05-094294.56
2026-05-174359.52
2026-05-254319.92
2026-06-014301.71
2026-06-104303.73
2026-06-174302.25
2026-06-244308.73
2026-07-014307.63
2026-07-084309.69
2026-07-154316.59
2026-07-224328.07
2026-07-294326.97
2026-08-054325.87
2026-08-124327.93
2026-08-204330.62
2026-08-274338.82
2026-09-034326.83
2026-09-104336.42
2026-09-174333.13
2026-09-244326.16

High

4359.52

Low

0.83354

Average

4062.77

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.