Skip to content

SCR to KMF exchange rate API

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

30.4574

▲ +6.22% over YTD

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 year to date, SCR/KMF traded between 27.5910 and 31.2028, averaged 29.3980 and rose 6.22%. 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 YTD

SCR/KMF over YTD: show the values
PointSCR/KMF
2025-12-3128.6736
2026-01-0729.9879
2026-01-1429.1142
2026-01-2129.5956
2026-01-2827.9920
2026-02-0427.8471
2026-02-1127.5910
2026-02-1828.8236
2026-02-2527.7739
2026-03-0430.9189
2026-03-1131.2028
2026-03-1829.9167
2026-03-2529.1624
2026-04-0128.6290
2026-04-0830.1668
2026-04-1529.6197
2026-04-2228.5326
2026-04-2930.8085
2026-05-0630.4246
2026-05-1429.3877
2026-05-2129.4539
2026-05-2929.6739
2026-06-0530.2740
2026-06-1429.1938
2026-06-2129.2072
2026-06-2829.0069
2026-07-0529.7488
2026-07-1229.1340
2026-07-1929.4639
2026-07-2629.8264
2026-08-0228.9406
2026-08-0928.9268
2026-08-1628.9926
2026-08-2428.9906
2026-08-3129.5688
2026-09-0729.8262
2026-09-1429.9935
2026-09-2129.6729

High

31.2028

Low

27.5910

Average

29.3980

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.