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: show the values
| Point | JOD/SCR |
|---|---|
| 2025-12-31 | 20.6109 |
| 2026-01-07 | 19.7750 |
| 2026-01-14 | 20.4775 |
| 2026-01-21 | 19.9903 |
| 2026-01-28 | 20.6705 |
| 2026-02-04 | 21.0722 |
| 2026-02-11 | 21.1170 |
| 2026-02-18 | 20.3233 |
| 2026-02-25 | 21.1956 |
| 2026-03-04 | 19.3490 |
| 2026-03-11 | 19.1371 |
| 2026-03-18 | 20.1069 |
| 2026-03-25 | 20.5005 |
| 2026-04-01 | 20.9543 |
| 2026-04-08 | 19.7088 |
| 2026-04-15 | 19.9044 |
| 2026-04-22 | 20.7612 |
| 2026-04-29 | 19.2734 |
| 2026-05-06 | 19.4954 |
| 2026-05-14 | 20.1563 |
| 2026-05-21 | 20.2732 |
| 2026-05-29 | 20.0909 |
| 2026-06-05 | 19.7335 |
| 2026-06-14 | 20.5353 |
| 2026-06-21 | 20.7011 |
| 2026-06-28 | 21.0040 |
| 2026-07-05 | 20.3864 |
| 2026-07-12 | 20.8615 |
| 2026-07-19 | 20.5898 |
| 2026-07-26 | 20.4556 |
| 2026-08-02 | 20.7886 |
| 2026-08-09 | 20.7500 |
| 2026-08-16 | 20.6876 |
| 2026-08-24 | 20.4961 |
| 2026-08-31 | 20.2458 |
| 2026-09-07 | 20.0377 |
| 2026-09-14 | 19.9993 |
| 2026-09-21 | 20.3744 |
High
21.1956
Low
19.1371
Average
20.3284
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=JOD¤cies=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¤cies=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.