KYD to KMF exchange rate API
Cayman Islands Dollar to Comoro Franc · quoted 2026-09-25
520.3341
▲ +2.99% over 1Y
1 KYD = 520.3341 KMF · 1 KMF = 0.001922 KYD · Get this rate via the API
1 KYD buys 520.3341 KMF as of 2026-09-25, so 1 KMF buys 0.001922 KYD. Over the last year, KYD/KMF traded between 496.9965 and 520.3341, averaged 509.7751 and rose 2.99%. The API holds daily KYD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
KYD/KMF over 1Y: show the values
| Point | KYD/KMF |
|---|---|
| 2025-09-25 | 505.2333 |
| 2025-10-02 | 504.0617 |
| 2025-10-09 | 508.2688 |
| 2025-10-16 | 508.2415 |
| 2025-10-23 | 510.3700 |
| 2025-10-30 | 509.1052 |
| 2025-11-06 | 514.7391 |
| 2025-11-13 | 511.1845 |
| 2025-11-20 | 514.6471 |
| 2025-11-27 | 509.4584 |
| 2025-12-04 | 507.4703 |
| 2025-12-12 | 504.1231 |
| 2025-12-19 | 504.5373 |
| 2025-12-26 | 501.9193 |
| 2026-01-02 | 504.1791 |
| 2026-01-09 | 507.5940 |
| 2026-01-16 | 510.7694 |
| 2026-01-23 | 505.2313 |
| 2026-01-30 | 496.9965 |
| 2026-02-06 | 501.6935 |
| 2026-02-13 | 498.2089 |
| 2026-02-20 | 504.0190 |
| 2026-02-27 | 501.3438 |
| 2026-03-06 | 509.2901 |
| 2026-03-13 | 513.2728 |
| 2026-03-20 | 512.5496 |
| 2026-03-27 | 514.2507 |
| 2026-04-03 | 513.1334 |
| 2026-04-10 | 505.8317 |
| 2026-04-17 | 502.8048 |
| 2026-04-24 | 506.3109 |
| 2026-05-01 | 503.8729 |
| 2026-05-08 | 501.1612 |
| 2026-05-16 | 508.4980 |
| 2026-05-24 | 516.7077 |
| 2026-05-31 | 514.2552 |
| 2026-06-09 | 512.7354 |
| 2026-06-16 | 512.0747 |
| 2026-06-23 | 519.5080 |
| 2026-06-30 | 519.0331 |
| 2026-07-07 | 517.2522 |
| 2026-07-14 | 520.1852 |
| 2026-07-21 | 518.0575 |
| 2026-07-28 | 519.7260 |
| 2026-08-04 | 514.1997 |
| 2026-08-11 | 512.1993 |
| 2026-08-18 | 510.9339 |
| 2026-08-26 | 507.0108 |
| 2026-09-02 | 510.9405 |
| 2026-09-09 | 508.5747 |
| 2026-09-16 | 512.4792 |
| 2026-09-23 | 517.5023 |
High
520.3341
Low
496.9965
Average
509.7751
Get this rate via the API
One GET request returns the KYD/KMF 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=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=KMF").json()Replace YOUR_API_KEY with the key from your dashboard.
KYD/KMF API questions
How do I get the KYD/KMF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD¤cies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest KYD/KMF rate in rates.KMF.
How far back does KYD/KMF historical data go?
Daily KYD/KMF 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/KMF 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.