Skip to content

JOD to SCR exchange rate API

Jordanian Dinar to Seychelles Rupee · quoted 2026-09-25

20.2160

▼ +1.92% over YTD

1 JOD = 20.2160 SCR · 1 SCR = 0.04947 JOD · Get this rate via the API

1 JOD buys 20.2160 SCR as of 2026-09-25, so 1 SCR buys 0.04947 JOD. Over the year to date, JOD/SCR traded between 19.1371 and 21.1956, averaged 20.3284 and fell 1.92%. The API holds daily JOD/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

JOD/SCR over YTD

JOD/SCR over YTD: show the values
PointJOD/SCR
2025-12-3120.6109
2026-01-0719.7750
2026-01-1420.4775
2026-01-2119.9903
2026-01-2820.6705
2026-02-0421.0722
2026-02-1121.1170
2026-02-1820.3233
2026-02-2521.1956
2026-03-0419.3490
2026-03-1119.1371
2026-03-1820.1069
2026-03-2520.5005
2026-04-0120.9543
2026-04-0819.7088
2026-04-1519.9044
2026-04-2220.7612
2026-04-2919.2734
2026-05-0619.4954
2026-05-1420.1563
2026-05-2120.2732
2026-05-2920.0909
2026-06-0519.7335
2026-06-1420.5353
2026-06-2120.7011
2026-06-2821.0040
2026-07-0520.3864
2026-07-1220.8615
2026-07-1920.5898
2026-07-2620.4556
2026-08-0220.7886
2026-08-0920.7500
2026-08-1620.6876
2026-08-2420.4961
2026-08-3120.2458
2026-09-0720.0377
2026-09-1419.9993
2026-09-2120.3744

High

21.1956

Low

19.1371

Average

20.3284

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD&currencies=SCR").json()

Replace YOUR_API_KEY with the key from your dashboard.

JOD/SCR API questions

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

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

How far back does JOD/SCR historical data go?

Daily JOD/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 JOD/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.