Skip to content

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

KYD/KMF over 1Y: show the values
PointKYD/KMF
2025-09-25505.2333
2025-10-02504.0617
2025-10-09508.2688
2025-10-16508.2415
2025-10-23510.3700
2025-10-30509.1052
2025-11-06514.7391
2025-11-13511.1845
2025-11-20514.6471
2025-11-27509.4584
2025-12-04507.4703
2025-12-12504.1231
2025-12-19504.5373
2025-12-26501.9193
2026-01-02504.1791
2026-01-09507.5940
2026-01-16510.7694
2026-01-23505.2313
2026-01-30496.9965
2026-02-06501.6935
2026-02-13498.2089
2026-02-20504.0190
2026-02-27501.3438
2026-03-06509.2901
2026-03-13513.2728
2026-03-20512.5496
2026-03-27514.2507
2026-04-03513.1334
2026-04-10505.8317
2026-04-17502.8048
2026-04-24506.3109
2026-05-01503.8729
2026-05-08501.1612
2026-05-16508.4980
2026-05-24516.7077
2026-05-31514.2552
2026-06-09512.7354
2026-06-16512.0747
2026-06-23519.5080
2026-06-30519.0331
2026-07-07517.2522
2026-07-14520.1852
2026-07-21518.0575
2026-07-28519.7260
2026-08-04514.1997
2026-08-11512.1993
2026-08-18510.9339
2026-08-26507.0108
2026-09-02510.9405
2026-09-09508.5747
2026-09-16512.4792
2026-09-23517.5023

High

520.3341

Low

496.9965

Average

509.7751

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KYD&currencies=KMF");
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=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&currencies=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.