Skip to content

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

SCR/DJF over 1Y: show the values
PointSCR/DJF
2025-09-2512.2324
2025-10-0212.0986
2025-10-0912.1074
2025-10-1612.1593
2025-10-2312.8623
2025-10-3012.5248
2025-11-0612.5122
2025-11-1312.0477
2025-11-2012.4872
2025-11-2712.0627
2025-12-0412.3819
2025-12-1211.8259
2025-12-1912.9582
2025-12-2611.9830
2026-01-0211.7358
2026-01-0914.0863
2026-01-1611.7963
2026-01-2312.2491
2026-01-3012.4163
2026-02-0612.4094
2026-02-1312.3637
2026-02-2011.7679
2026-02-2713.0405
2026-03-0611.9007
2026-03-1311.9347
2026-03-2011.7930
2026-03-2712.3112
2026-04-0312.4257
2026-04-1011.7090
2026-04-1712.9433
2026-04-2412.9325
2026-05-0112.1518
2026-05-0812.8989
2026-05-1613.1247
2026-05-2411.9753
2026-05-3112.0863
2026-06-0912.8261
2026-06-1612.4362
2026-06-2312.5219
2026-06-3012.3145
2026-07-0712.1809
2026-07-1412.4714
2026-07-2112.5370
2026-07-2812.6853
2026-08-0412.2833
2026-08-1112.5911
2026-08-1812.2379
2026-08-2612.5457
2026-09-0212.3176
2026-09-0912.4534
2026-09-1612.4442
2026-09-2312.2591

High

14.0863

Low

11.7090

Average

12.3766

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=DJF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=DJF");
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=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&currencies=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.