Skip to content

MYR to KMF exchange rate API

Malaysian Ringgit to Comoro Franc · quoted 2026-09-27

105.7218

▲ +6.19% over 1Y

1 MYR = 105.7218 KMF · 1 KMF = 0.009459 MYR · Get this rate via the API

1 MYR buys 105.7218 KMF as of 2026-09-27, so 1 KMF buys 0.009459 MYR. Over the last year, MYR/KMF traded between 99.5568 and 108.7257, averaged 104.4089 and rose 6.19%. The API holds daily MYR/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MYR/KMF over 1Y

MYR/KMF over 1Y: show the values
PointMYR/KMF
2025-09-2799.5568
2025-10-0499.5612
2025-10-11100.3813
2025-10-1899.8334
2025-10-25100.2114
2025-11-01101.6591
2025-11-08101.8259
2025-11-15102.4610
2025-11-22102.5125
2025-11-29102.7028
2025-12-06102.7883
2025-12-14102.0474
2025-12-21102.7738
2025-12-28102.9137
2026-01-04103.1538
2026-01-11103.4778
2026-01-18104.1587
2026-01-25103.5487
2026-02-01104.8581
2026-02-08105.2342
2026-02-15105.8681
2026-02-22106.7852
2026-03-01106.7610
2026-03-08107.0803
2026-03-15108.7257
2026-03-22107.6344
2026-03-29106.0898
2026-04-05105.7502
2026-04-12105.7397
2026-04-19105.5722
2026-04-26105.7431
2026-05-03105.4921
2026-05-10106.4218
2026-05-18106.6134
2026-05-26106.6472
2026-06-02106.6233
2026-06-11104.7553
2026-06-18103.6801
2026-06-25105.0857
2026-07-02106.1272
2026-07-09105.6020
2026-07-16105.3583
2026-07-23105.2812
2026-07-30105.2012
2026-08-06104.1303
2026-08-13104.4619
2026-08-21104.2036
2026-08-28104.9264
2026-09-04104.6491
2026-09-11104.1787
2026-09-18104.8880
2026-09-25106.2103

High

108.7257

Low

99.5568

Average

104.4089

For developers

Get this rate via the API

One GET request returns the MYR/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=MYR&currencies=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&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=MYR&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

MYR/KMF API questions

How do I get the MYR/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MYR/KMF rate in rates.KMF.

How far back does MYR/KMF historical data go?

Daily MYR/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 MYR/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.