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: show the values
| Point | MYR/KMF |
|---|---|
| 2025-09-27 | 99.5568 |
| 2025-10-04 | 99.5612 |
| 2025-10-11 | 100.3813 |
| 2025-10-18 | 99.8334 |
| 2025-10-25 | 100.2114 |
| 2025-11-01 | 101.6591 |
| 2025-11-08 | 101.8259 |
| 2025-11-15 | 102.4610 |
| 2025-11-22 | 102.5125 |
| 2025-11-29 | 102.7028 |
| 2025-12-06 | 102.7883 |
| 2025-12-14 | 102.0474 |
| 2025-12-21 | 102.7738 |
| 2025-12-28 | 102.9137 |
| 2026-01-04 | 103.1538 |
| 2026-01-11 | 103.4778 |
| 2026-01-18 | 104.1587 |
| 2026-01-25 | 103.5487 |
| 2026-02-01 | 104.8581 |
| 2026-02-08 | 105.2342 |
| 2026-02-15 | 105.8681 |
| 2026-02-22 | 106.7852 |
| 2026-03-01 | 106.7610 |
| 2026-03-08 | 107.0803 |
| 2026-03-15 | 108.7257 |
| 2026-03-22 | 107.6344 |
| 2026-03-29 | 106.0898 |
| 2026-04-05 | 105.7502 |
| 2026-04-12 | 105.7397 |
| 2026-04-19 | 105.5722 |
| 2026-04-26 | 105.7431 |
| 2026-05-03 | 105.4921 |
| 2026-05-10 | 106.4218 |
| 2026-05-18 | 106.6134 |
| 2026-05-26 | 106.6472 |
| 2026-06-02 | 106.6233 |
| 2026-06-11 | 104.7553 |
| 2026-06-18 | 103.6801 |
| 2026-06-25 | 105.0857 |
| 2026-07-02 | 106.1272 |
| 2026-07-09 | 105.6020 |
| 2026-07-16 | 105.3583 |
| 2026-07-23 | 105.2812 |
| 2026-07-30 | 105.2012 |
| 2026-08-06 | 104.1303 |
| 2026-08-13 | 104.4619 |
| 2026-08-21 | 104.2036 |
| 2026-08-28 | 104.9264 |
| 2026-09-04 | 104.6491 |
| 2026-09-11 | 104.1787 |
| 2026-09-18 | 104.8880 |
| 2026-09-25 | 106.2103 |
High
108.7257
Low
99.5568
Average
104.4089
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MYR¤cies=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¤cies=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.