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: show the values
| Point | KYD/MNT |
|---|---|
| 2025-09-26 | 4332.75 |
| 2025-10-03 | 4326.07 |
| 2025-10-10 | 4318.38 |
| 2025-10-17 | 4338.40 |
| 2025-10-24 | 4326.00 |
| 2025-10-31 | 0.83 |
| 2025-11-07 | 0.99 |
| 2025-11-14 | 0.99 |
| 2025-11-21 | 4290.86 |
| 2025-11-28 | 4287.02 |
| 2025-12-05 | 4280.39 |
| 2025-12-13 | 4269.24 |
| 2025-12-20 | 4267.67 |
| 2025-12-27 | 4272.00 |
| 2026-01-03 | 4277.22 |
| 2026-01-10 | 4275.49 |
| 2026-01-17 | 4283.07 |
| 2026-01-24 | 4282.66 |
| 2026-01-31 | 4300.03 |
| 2026-02-07 | 4287.76 |
| 2026-02-14 | 4289.45 |
| 2026-02-21 | 4289.72 |
| 2026-02-28 | 4290.78 |
| 2026-03-07 | 4290.21 |
| 2026-03-14 | 4312.96 |
| 2026-03-21 | 4286.95 |
| 2026-03-28 | 4295.41 |
| 2026-04-04 | 4298.21 |
| 2026-04-11 | 4316.36 |
| 2026-04-18 | 4290.76 |
| 2026-04-25 | 4303.46 |
| 2026-05-02 | 4295.36 |
| 2026-05-09 | 4294.56 |
| 2026-05-17 | 4359.52 |
| 2026-05-25 | 4319.92 |
| 2026-06-01 | 4301.71 |
| 2026-06-10 | 4303.73 |
| 2026-06-17 | 4302.25 |
| 2026-06-24 | 4308.73 |
| 2026-07-01 | 4307.63 |
| 2026-07-08 | 4309.69 |
| 2026-07-15 | 4316.59 |
| 2026-07-22 | 4328.07 |
| 2026-07-29 | 4326.97 |
| 2026-08-05 | 4325.87 |
| 2026-08-12 | 4327.93 |
| 2026-08-20 | 4330.62 |
| 2026-08-27 | 4338.82 |
| 2026-09-03 | 4326.83 |
| 2026-09-10 | 4336.42 |
| 2026-09-17 | 4333.13 |
| 2026-09-24 | 4326.16 |
High
4359.52
Low
0.83354
Average
4062.77
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=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¤cies=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.