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: show the values
| Point | SCR/KMF |
|---|---|
| 2025-12-31 | 28.6736 |
| 2026-01-07 | 29.9879 |
| 2026-01-14 | 29.1142 |
| 2026-01-21 | 29.5956 |
| 2026-01-28 | 27.9920 |
| 2026-02-04 | 27.8471 |
| 2026-02-11 | 27.5910 |
| 2026-02-18 | 28.8236 |
| 2026-02-25 | 27.7739 |
| 2026-03-04 | 30.9189 |
| 2026-03-11 | 31.2028 |
| 2026-03-18 | 29.9167 |
| 2026-03-25 | 29.1624 |
| 2026-04-01 | 28.6290 |
| 2026-04-08 | 30.1668 |
| 2026-04-15 | 29.6197 |
| 2026-04-22 | 28.5326 |
| 2026-04-29 | 30.8085 |
| 2026-05-06 | 30.4246 |
| 2026-05-14 | 29.3877 |
| 2026-05-21 | 29.4539 |
| 2026-05-29 | 29.6739 |
| 2026-06-05 | 30.2740 |
| 2026-06-14 | 29.1938 |
| 2026-06-21 | 29.2072 |
| 2026-06-28 | 29.0069 |
| 2026-07-05 | 29.7488 |
| 2026-07-12 | 29.1340 |
| 2026-07-19 | 29.4639 |
| 2026-07-26 | 29.8264 |
| 2026-08-02 | 28.9406 |
| 2026-08-09 | 28.9268 |
| 2026-08-16 | 28.9926 |
| 2026-08-24 | 28.9906 |
| 2026-08-31 | 29.5688 |
| 2026-09-07 | 29.8262 |
| 2026-09-14 | 29.9935 |
| 2026-09-21 | 29.6729 |
High
31.2028
Low
27.5910
Average
29.3980
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.