Skip to content

AED to SAR exchange rate API

UAE Dirham to Saudi Riyal · quoted 2026-09-25

1.0210

▼ +0.26% over 1Y

1 AED = 1.0210 SAR · 1 SAR = 0.97945 AED · Get this rate via the API

1 AED buys 1.0210 SAR as of 2026-09-25, so 1 SAR buys 0.97945 AED. Over the last year, AED/SAR traded between 1.0209 and 1.0247, averaged 1.0227 and fell 0.26%. The API holds daily AED/SAR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/SAR over 1Y

AED/SAR over 1Y: show the values
PointAED/SAR
2025-09-251.0236
2025-10-021.0236
2025-10-091.0237
2025-10-161.0236
2025-10-231.0236
2025-10-301.0236
2025-11-061.0237
2025-11-131.0236
2025-11-201.0236
2025-11-271.0239
2025-12-041.0243
2025-12-111.0243
2025-12-181.0238
2025-12-251.0225
2026-01-011.0228
2026-01-081.0235
2026-01-151.0236
2026-01-221.0235
2026-01-291.0236
2026-02-051.0235
2026-02-121.0236
2026-02-191.0237
2026-02-261.0237
2026-03-051.0245
2026-03-121.0241
2026-03-191.0247
2026-03-261.0240
2026-04-021.0246
2026-04-091.0242
2026-04-161.0239
2026-04-231.0237
2026-04-301.0236
2026-05-071.0236
2026-05-151.0221
2026-05-231.0211
2026-05-301.0211
2026-06-061.0211
2026-06-151.0209
2026-06-221.0210
2026-06-291.0210
2026-07-061.0210
2026-07-131.0210
2026-07-201.0210
2026-07-271.0210
2026-08-031.0210
2026-08-101.0210
2026-08-171.0210
2026-08-251.0210
2026-09-011.0210
2026-09-081.0210
2026-09-151.0210
2026-09-221.0210

High

1.0247

Low

1.0209

Average

1.0227

For developers

Get this rate via the API

One GET request returns the AED/SAR 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=SAR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=SAR");
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=SAR").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/SAR API questions

How do I get the AED/SAR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=SAR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/SAR rate in rates.SAR.

How far back does AED/SAR historical data go?

Daily AED/SAR 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/SAR 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.