Skip to content

AED to SCR exchange rate API

UAE Dirham to Seychelles Rupee · quoted 2026-09-25

3.8655

▼ +2.84% over YTD

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 year to date, AED/SCR traded between 3.6940 and 4.0914, averaged 3.9231 and fell 2.84%. 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 YTD

AED/SCR over YTD: show the values
PointAED/SCR
2025-12-313.9786
2026-01-073.8172
2026-01-143.9528
2026-01-213.8588
2026-01-283.9901
2026-02-044.0676
2026-02-114.0762
2026-02-183.9230
2026-02-254.0914
2026-03-043.7349
2026-03-113.6940
2026-03-183.8811
2026-03-253.9571
2026-04-014.0447
2026-04-083.8042
2026-04-153.8421
2026-04-224.0076
2026-04-293.7204
2026-05-063.7631
2026-05-143.8908
2026-05-213.9133
2026-05-293.8781
2026-06-053.8091
2026-06-143.9641
2026-06-213.9962
2026-06-284.0547
2026-07-053.9350
2026-07-124.0272
2026-07-193.9747
2026-07-263.9486
2026-08-024.0131
2026-08-094.0057
2026-08-163.9937
2026-08-243.9564
2026-08-313.9080
2026-09-073.8679
2026-09-143.8605
2026-09-213.9329

High

4.0914

Low

3.6940

Average

3.9231

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=SCR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=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&currencies=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.