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: show the values
| Point | SCR/CDF |
|---|---|
| 2025-09-24 | 185.5151 |
| 2025-10-01 | 178.0326 |
| 2025-10-08 | 169.9224 |
| 2025-10-15 | 164.9830 |
| 2025-10-22 | 151.8068 |
| 2025-10-29 | 158.6596 |
| 2025-11-05 | 145.5001 |
| 2025-11-12 | 154.4412 |
| 2025-11-19 | 160.8991 |
| 2025-11-26 | 160.1822 |
| 2025-12-03 | 159.1674 |
| 2025-12-11 | 161.3214 |
| 2025-12-18 | 157.3671 |
| 2025-12-25 | 157.5405 |
| 2026-01-01 | 150.7240 |
| 2026-01-08 | 165.2892 |
| 2026-01-15 | 159.2449 |
| 2026-01-22 | 152.5861 |
| 2026-01-29 | 160.9392 |
| 2026-02-05 | 155.4511 |
| 2026-02-12 | 162.0534 |
| 2026-02-19 | 169.0570 |
| 2026-02-26 | 154.1916 |
| 2026-03-05 | 156.5075 |
| 2026-03-12 | 153.5542 |
| 2026-03-19 | 152.2415 |
| 2026-03-26 | 166.5657 |
| 2026-04-02 | 159.0455 |
| 2026-04-09 | 161.9567 |
| 2026-04-16 | 160.3004 |
| 2026-04-23 | 168.7470 |
| 2026-04-30 | 168.4466 |
| 2026-05-07 | 166.1079 |
| 2026-05-15 | 164.1443 |
| 2026-05-23 | 164.4240 |
| 2026-05-30 | 157.8867 |
| 2026-06-06 | 170.9708 |
| 2026-06-15 | 160.9213 |
| 2026-06-22 | 160.5457 |
| 2026-06-29 | 159.3371 |
| 2026-07-06 | 161.4609 |
| 2026-07-13 | 156.9616 |
| 2026-07-20 | 164.7253 |
| 2026-07-27 | 163.5366 |
| 2026-08-03 | 159.0301 |
| 2026-08-10 | 157.6183 |
| 2026-08-17 | 161.2239 |
| 2026-08-25 | 160.1113 |
| 2026-09-01 | 161.8135 |
| 2026-09-08 | 161.9986 |
| 2026-09-15 | 163.1786 |
| 2026-09-22 | 160.3095 |
High
185.5151
Low
145.5001
Average
161.1559
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.