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: show the values
| Point | KYD/MNT |
|---|---|
| 2026-08-27 | 4338.82 |
| 2026-08-28 | 4330.94 |
| 2026-08-29 | 4321.23 |
| 2026-08-30 | 4381.29 |
| 2026-08-31 | 4329.02 |
| 2026-09-01 | 4326.81 |
| 2026-09-02 | 4326.42 |
| 2026-09-03 | 4326.83 |
| 2026-09-04 | 4340.82 |
| 2026-09-05 | 4319.48 |
| 2026-09-06 | 4385.00 |
| 2026-09-07 | 4327.57 |
| 2026-09-08 | 4329.66 |
| 2026-09-09 | 4326.08 |
| 2026-09-10 | 4336.42 |
| 2026-09-11 | 4327.01 |
| 2026-09-12 | 4323.61 |
| 2026-09-13 | 4379.11 |
| 2026-09-14 | 4327.23 |
| 2026-09-15 | 4327.10 |
| 2026-09-16 | 4327.42 |
| 2026-09-17 | 4333.13 |
| 2026-09-18 | 4319.54 |
| 2026-09-19 | 4322.31 |
| 2026-09-20 | 4379.24 |
| 2026-09-21 | 4332.55 |
| 2026-09-22 | 4340.08 |
| 2026-09-23 | 4324.18 |
| 2026-09-24 | 4326.16 |
| 2026-09-25 | 4326.60 |
| 2026-09-26 | 4324.05 |
High
4385.00
Low
4319.48
Average
4334.68
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.