Skip to content

JOD to SCR exchange rate API

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

20.2160

▼ +1.47% over 1Y

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 last year, JOD/SCR traded between 17.8362 and 21.4075, averaged 20.3178 and fell 1.47%. 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 1Y

JOD/SCR over 1Y: show the values
PointJOD/SCR
2025-09-2520.5177
2025-10-0220.7554
2025-10-0920.7404
2025-10-1620.6436
2025-10-2319.5233
2025-10-3020.0410
2025-11-0620.0827
2025-11-1320.8398
2025-11-2020.0995
2025-11-2720.8046
2025-12-0420.2696
2025-12-1221.2162
2025-12-1919.3793
2025-12-2620.9506
2026-01-0221.3893
2026-01-0917.8362
2026-01-1621.3156
2026-01-2320.5237
2026-01-3020.2299
2026-02-0620.2440
2026-02-1320.2795
2026-02-2021.3405
2026-02-2719.2654
2026-03-0621.0980
2026-03-1321.0668
2026-03-2021.2306
2026-03-2720.3879
2026-04-0320.2373
2026-04-1021.4075
2026-04-1719.4047
2026-04-2419.3828
2026-05-0120.6271
2026-05-0819.5344
2026-05-1619.1863
2026-05-2421.0139
2026-05-3120.8376
2026-06-0919.5549
2026-06-1620.1501
2026-06-2320.0726
2026-06-3020.3828
2026-07-0720.6040
2026-07-1420.1732
2026-07-2120.0309
2026-07-2819.7798
2026-08-0420.4578
2026-08-1119.9508
2026-08-1820.5256
2026-08-2620.0111
2026-09-0220.3944
2026-09-0920.1516
2026-09-1620.1815
2026-09-2320.5041

High

21.4075

Low

17.8362

Average

20.3178

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.