Skip to content

AED to SGD exchange rate API

UAE Dirham to Singapore Dollar · quoted 2026-09-25

0.34812

▲ +0.70% over 30D

1 AED = 0.34812 SGD · 1 SGD = 2.8726 AED · Get this rate via the API

1 AED buys 0.34812 SGD as of 2026-09-25, so 1 SGD buys 2.8726 AED. Over the last 30 days, AED/SGD traded between 0.34397 and 0.34847, averaged 0.34631 and rose 0.70%. The API holds daily AED/SGD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/SGD over 30D

AED/SGD over 30D: show the values
PointAED/SGD
2026-08-260.34571
2026-08-270.34611
2026-08-280.34613
2026-08-290.34713
2026-08-300.34693
2026-08-310.34650
2026-09-010.34670
2026-09-020.34663
2026-09-030.34516
2026-09-040.34493
2026-09-050.34544
2026-09-060.34501
2026-09-070.34474
2026-09-080.34462
2026-09-090.34397
2026-09-100.34480
2026-09-110.34518
2026-09-120.34495
2026-09-130.34488
2026-09-140.34591
2026-09-150.34644
2026-09-160.34666
2026-09-170.34722
2026-09-180.34807
2026-09-190.34743
2026-09-200.34746
2026-09-210.34707
2026-09-220.34705
2026-09-230.34804
2026-09-240.34847
2026-09-250.34837

High

0.34847

Low

0.34397

Average

0.34631

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/SGD API questions

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

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

How far back does AED/SGD historical data go?

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