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: show the values
| Point | JOD/SCR |
|---|---|
| 2025-09-25 | 20.5177 |
| 2025-10-02 | 20.7554 |
| 2025-10-09 | 20.7404 |
| 2025-10-16 | 20.6436 |
| 2025-10-23 | 19.5233 |
| 2025-10-30 | 20.0410 |
| 2025-11-06 | 20.0827 |
| 2025-11-13 | 20.8398 |
| 2025-11-20 | 20.0995 |
| 2025-11-27 | 20.8046 |
| 2025-12-04 | 20.2696 |
| 2025-12-12 | 21.2162 |
| 2025-12-19 | 19.3793 |
| 2025-12-26 | 20.9506 |
| 2026-01-02 | 21.3893 |
| 2026-01-09 | 17.8362 |
| 2026-01-16 | 21.3156 |
| 2026-01-23 | 20.5237 |
| 2026-01-30 | 20.2299 |
| 2026-02-06 | 20.2440 |
| 2026-02-13 | 20.2795 |
| 2026-02-20 | 21.3405 |
| 2026-02-27 | 19.2654 |
| 2026-03-06 | 21.0980 |
| 2026-03-13 | 21.0668 |
| 2026-03-20 | 21.2306 |
| 2026-03-27 | 20.3879 |
| 2026-04-03 | 20.2373 |
| 2026-04-10 | 21.4075 |
| 2026-04-17 | 19.4047 |
| 2026-04-24 | 19.3828 |
| 2026-05-01 | 20.6271 |
| 2026-05-08 | 19.5344 |
| 2026-05-16 | 19.1863 |
| 2026-05-24 | 21.0139 |
| 2026-05-31 | 20.8376 |
| 2026-06-09 | 19.5549 |
| 2026-06-16 | 20.1501 |
| 2026-06-23 | 20.0726 |
| 2026-06-30 | 20.3828 |
| 2026-07-07 | 20.6040 |
| 2026-07-14 | 20.1732 |
| 2026-07-21 | 20.0309 |
| 2026-07-28 | 19.7798 |
| 2026-08-04 | 20.4578 |
| 2026-08-11 | 19.9508 |
| 2026-08-18 | 20.5256 |
| 2026-08-26 | 20.0111 |
| 2026-09-02 | 20.3944 |
| 2026-09-09 | 20.1516 |
| 2026-09-16 | 20.1815 |
| 2026-09-23 | 20.5041 |
High
21.4075
Low
17.8362
Average
20.3178
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.