Skip to content

SCR to CDF exchange rate API

Seychelles Rupee to Congolese Franc · quoted 2026-09-24

162.7172

▼ +12.29% over 1Y

1 SCR = 162.7172 CDF · 1 CDF = 0.006146 SCR · Get this rate via the API

1 SCR buys 162.7172 CDF as of 2026-09-24, so 1 CDF buys 0.006146 SCR. Over the last year, SCR/CDF traded between 145.5001 and 185.5151, averaged 161.1559 and fell 12.29%. The API holds daily SCR/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/CDF over 1Y

SCR/CDF over 1Y: show the values
PointSCR/CDF
2025-09-24185.5151
2025-10-01178.0326
2025-10-08169.9224
2025-10-15164.9830
2025-10-22151.8068
2025-10-29158.6596
2025-11-05145.5001
2025-11-12154.4412
2025-11-19160.8991
2025-11-26160.1822
2025-12-03159.1674
2025-12-11161.3214
2025-12-18157.3671
2025-12-25157.5405
2026-01-01150.7240
2026-01-08165.2892
2026-01-15159.2449
2026-01-22152.5861
2026-01-29160.9392
2026-02-05155.4511
2026-02-12162.0534
2026-02-19169.0570
2026-02-26154.1916
2026-03-05156.5075
2026-03-12153.5542
2026-03-19152.2415
2026-03-26166.5657
2026-04-02159.0455
2026-04-09161.9567
2026-04-16160.3004
2026-04-23168.7470
2026-04-30168.4466
2026-05-07166.1079
2026-05-15164.1443
2026-05-23164.4240
2026-05-30157.8867
2026-06-06170.9708
2026-06-15160.9213
2026-06-22160.5457
2026-06-29159.3371
2026-07-06161.4609
2026-07-13156.9616
2026-07-20164.7253
2026-07-27163.5366
2026-08-03159.0301
2026-08-10157.6183
2026-08-17161.2239
2026-08-25160.1113
2026-09-01161.8135
2026-09-08161.9986
2026-09-15163.1786
2026-09-22160.3095

High

185.5151

Low

145.5001

Average

161.1559

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/CDF API questions

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

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

How far back does SCR/CDF historical data go?

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