CAD to SCR exchange rate API
Canadian Dollar to Seychelles Rupee · quoted 2026-09-25
10.0372
▼ +6.98% over 6M
1 CAD = 10.0372 SCR · 1 SCR = 0.09963 CAD · Get this rate via the API
1 CAD buys 10.0372 SCR as of 2026-09-25, so 1 SCR buys 0.09963 CAD. Over the last 6 months, CAD/SCR traded between 9.3271 and 10.9775, averaged 10.2869 and fell 6.98%. The API holds daily CAD/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/SCR over 6M: show the values
| Point | CAD/SCR |
|---|---|
| 2026-03-29 | 10.7899 |
| 2026-04-05 | 10.6410 |
| 2026-04-12 | 10.9629 |
| 2026-04-19 | 10.9775 |
| 2026-04-26 | 10.8188 |
| 2026-05-03 | 10.1123 |
| 2026-05-10 | 10.8712 |
| 2026-05-18 | 9.8891 |
| 2026-05-26 | 10.3192 |
| 2026-06-02 | 10.1164 |
| 2026-06-11 | 10.0673 |
| 2026-06-18 | 10.3616 |
| 2026-06-25 | 10.2605 |
| 2026-07-02 | 9.3271 |
| 2026-07-09 | 10.2992 |
| 2026-07-16 | 10.0246 |
| 2026-07-23 | 10.0435 |
| 2026-07-30 | 10.2736 |
| 2026-08-06 | 10.1472 |
| 2026-08-13 | 10.1728 |
| 2026-08-21 | 10.2205 |
| 2026-08-28 | 10.1174 |
| 2026-09-04 | 10.3670 |
| 2026-09-11 | 10.3412 |
| 2026-09-18 | 9.9014 |
High
10.9775
Low
9.3271
Average
10.2869
Get this rate via the API
One GET request returns the CAD/SCR 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=CAD¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SCR").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/SCR API questions
How do I get the CAD/SCR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/SCR rate in rates.SCR.
How far back does CAD/SCR historical data go?
Daily CAD/SCR 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 CAD/SCR 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.