SCR to DJF exchange rate API
Seychelles Rupee to Djibouti Franc · quoted 2026-09-25
12.5559
▲ +2.64% over 1Y
1 SCR = 12.5559 DJF · 1 DJF = 0.07964 SCR · Get this rate via the API
1 SCR buys 12.5559 DJF as of 2026-09-25, so 1 DJF buys 0.07964 SCR. Over the last year, SCR/DJF traded between 11.7090 and 14.0863, averaged 12.3766 and rose 2.64%. The API holds daily SCR/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/DJF over 1Y: show the values
| Point | SCR/DJF |
|---|---|
| 2025-09-25 | 12.2324 |
| 2025-10-02 | 12.0986 |
| 2025-10-09 | 12.1074 |
| 2025-10-16 | 12.1593 |
| 2025-10-23 | 12.8623 |
| 2025-10-30 | 12.5248 |
| 2025-11-06 | 12.5122 |
| 2025-11-13 | 12.0477 |
| 2025-11-20 | 12.4872 |
| 2025-11-27 | 12.0627 |
| 2025-12-04 | 12.3819 |
| 2025-12-12 | 11.8259 |
| 2025-12-19 | 12.9582 |
| 2025-12-26 | 11.9830 |
| 2026-01-02 | 11.7358 |
| 2026-01-09 | 14.0863 |
| 2026-01-16 | 11.7963 |
| 2026-01-23 | 12.2491 |
| 2026-01-30 | 12.4163 |
| 2026-02-06 | 12.4094 |
| 2026-02-13 | 12.3637 |
| 2026-02-20 | 11.7679 |
| 2026-02-27 | 13.0405 |
| 2026-03-06 | 11.9007 |
| 2026-03-13 | 11.9347 |
| 2026-03-20 | 11.7930 |
| 2026-03-27 | 12.3112 |
| 2026-04-03 | 12.4257 |
| 2026-04-10 | 11.7090 |
| 2026-04-17 | 12.9433 |
| 2026-04-24 | 12.9325 |
| 2026-05-01 | 12.1518 |
| 2026-05-08 | 12.8989 |
| 2026-05-16 | 13.1247 |
| 2026-05-24 | 11.9753 |
| 2026-05-31 | 12.0863 |
| 2026-06-09 | 12.8261 |
| 2026-06-16 | 12.4362 |
| 2026-06-23 | 12.5219 |
| 2026-06-30 | 12.3145 |
| 2026-07-07 | 12.1809 |
| 2026-07-14 | 12.4714 |
| 2026-07-21 | 12.5370 |
| 2026-07-28 | 12.6853 |
| 2026-08-04 | 12.2833 |
| 2026-08-11 | 12.5911 |
| 2026-08-18 | 12.2379 |
| 2026-08-26 | 12.5457 |
| 2026-09-02 | 12.3176 |
| 2026-09-09 | 12.4534 |
| 2026-09-16 | 12.4442 |
| 2026-09-23 | 12.2591 |
High
14.0863
Low
11.7090
Average
12.3766
Get this rate via the API
One GET request returns the SCR/DJF 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=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=DJF").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/DJF API questions
How do I get the SCR/DJF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/DJF rate in rates.DJF.
How far back does SCR/DJF historical data go?
Daily SCR/DJF 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/DJF 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.