AED to SCR exchange rate API
UAE Dirham to Seychelles Rupee · quoted 2026-09-25
3.8655
▼ +2.40% over 1Y
1 AED = 3.8655 SCR · 1 SCR = 0.25870 AED · Get this rate via the API
1 AED buys 3.8655 SCR as of 2026-09-25, so 1 SCR buys 0.25870 AED. Over the last year, AED/SCR traded between 3.4430 and 4.1322, averaged 3.9213 and fell 2.40%. The API holds daily AED/SCR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AED/SCR over 1Y: show the values
| Point | AED/SCR |
|---|---|
| 2025-09-25 | 3.9606 |
| 2025-10-02 | 4.0064 |
| 2025-10-09 | 4.0036 |
| 2025-10-16 | 3.9849 |
| 2025-10-23 | 3.7686 |
| 2025-10-30 | 3.8686 |
| 2025-11-06 | 3.8767 |
| 2025-11-13 | 4.0228 |
| 2025-11-20 | 3.8799 |
| 2025-11-27 | 4.0161 |
| 2025-12-04 | 3.9129 |
| 2025-12-12 | 4.0957 |
| 2025-12-19 | 3.7410 |
| 2025-12-26 | 4.0443 |
| 2026-01-02 | 4.1289 |
| 2026-01-09 | 3.4430 |
| 2026-01-16 | 4.1146 |
| 2026-01-23 | 3.9617 |
| 2026-01-30 | 3.9050 |
| 2026-02-06 | 3.9077 |
| 2026-02-13 | 3.9146 |
| 2026-02-20 | 4.1194 |
| 2026-02-27 | 3.7188 |
| 2026-03-06 | 4.0726 |
| 2026-03-13 | 4.0665 |
| 2026-03-20 | 4.0981 |
| 2026-03-27 | 3.9354 |
| 2026-04-03 | 3.9065 |
| 2026-04-10 | 4.1322 |
| 2026-04-17 | 3.7456 |
| 2026-04-24 | 3.7413 |
| 2026-05-01 | 3.9816 |
| 2026-05-08 | 3.7708 |
| 2026-05-16 | 3.7040 |
| 2026-05-24 | 4.0555 |
| 2026-05-31 | 4.0222 |
| 2026-06-09 | 3.7746 |
| 2026-06-16 | 3.8895 |
| 2026-06-23 | 3.8746 |
| 2026-06-30 | 3.9345 |
| 2026-07-07 | 3.9773 |
| 2026-07-14 | 3.8941 |
| 2026-07-21 | 3.8666 |
| 2026-07-28 | 3.8181 |
| 2026-08-04 | 3.9490 |
| 2026-08-11 | 3.8512 |
| 2026-08-18 | 3.9622 |
| 2026-08-26 | 3.8628 |
| 2026-09-02 | 3.9367 |
| 2026-09-09 | 3.8899 |
| 2026-09-16 | 3.8956 |
| 2026-09-23 | 3.9579 |
High
4.1322
Low
3.4430
Average
3.9213
Get this rate via the API
One GET request returns the AED/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=AED¤cies=SCR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SCR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SCR").json()Replace YOUR_API_KEY with the key from your dashboard.
AED/SCR API questions
How do I get the AED/SCR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SCR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/SCR rate in rates.SCR.
How far back does AED/SCR historical data go?
Daily AED/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 AED/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.