Skip to content

SCR to KMF exchange rate API

Seychelles Rupee to Comoro Franc · quoted 2026-09-25

30.4574

▲ +5.75% over 1Y

1 SCR = 30.4574 KMF · 1 KMF = 0.03283 SCR · Get this rate via the API

1 SCR buys 30.4574 KMF as of 2026-09-25, so 1 KMF buys 0.03283 SCR. Over the last year, SCR/KMF traded between 27.5779 and 33.3958, averaged 29.4416 and rose 5.75%. The API holds daily SCR/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/KMF over 1Y

SCR/KMF over 1Y: show the values
PointSCR/KMF
2025-09-2528.8011
2025-10-0228.4821
2025-10-0928.7433
2025-10-1628.7934
2025-10-2330.6335
2025-10-3029.8107
2025-11-0630.0230
2025-11-1328.7304
2025-11-2029.9552
2025-11-2728.7242
2025-12-0429.3512
2025-12-1227.8753
2025-12-1930.5324
2025-12-2628.0988
2026-01-0227.5779
2026-01-0933.3958
2026-01-1628.0421
2026-01-2328.7806
2026-01-3028.8061
2026-02-0629.0715
2026-02-1328.8265
2026-02-2027.6579
2026-02-2730.5294
2026-03-0628.3047
2026-03-1328.5958
2026-03-2028.2585
2026-03-2729.4945
2026-04-0329.7241
2026-04-1027.7373
2026-04-1730.4552
2026-04-2430.7085
2026-05-0128.7180
2026-05-0830.2522
2026-05-1631.1109
2026-05-2428.4566
2026-05-3128.5598
2026-06-0930.7547
2026-06-1629.7358
2026-06-2330.2450
2026-06-3029.8647
2026-07-0729.4458
2026-07-1430.1938
2026-07-2130.3584
2026-07-2830.8303
2026-08-0429.4682
2026-08-1130.1240
2026-08-1829.1990
2026-08-2629.7136
2026-09-0229.3839
2026-09-0929.6045
2026-09-1629.7877
2026-09-2329.6173

High

33.3958

Low

27.5779

Average

29.4416

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/KMF API questions

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

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

How far back does SCR/KMF historical data go?

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