Skip to content

SGD to AED exchange rate API

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

2.8733

▲ +0.84% over 1Y

1 SGD = 2.8733 AED · 1 AED = 0.34804 SGD · Get this rate via the API

1 SGD buys 2.8733 AED as of 2026-09-25, so 1 AED buys 0.34804 SGD. Over the last year, SGD/AED traded between 2.8090 and 2.9107, averaged 2.8619 and rose 0.84%. The API holds daily SGD/AED rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SGD/AED over 1Y

SGD/AED over 1Y: show the values
PointSGD/AED
2025-09-252.8494
2025-10-022.8540
2025-10-092.8340
2025-10-162.8337
2025-10-232.8263
2025-10-302.8193
2025-11-062.8162
2025-11-132.8245
2025-11-202.8090
2025-11-272.8295
2025-12-042.8347
2025-12-112.8403
2025-12-182.8450
2025-12-252.8610
2026-01-012.8577
2026-01-082.8597
2026-01-152.8522
2026-01-222.8614
2026-01-292.9057
2026-02-052.8849
2026-02-122.9107
2026-02-192.8941
2026-02-262.9079
2026-03-052.8757
2026-03-122.8801
2026-03-192.8623
2026-03-262.8597
2026-04-022.8537
2026-04-092.8823
2026-04-162.8879
2026-04-232.8791
2026-04-302.8781
2026-05-072.9018
2026-05-142.8844
2026-05-212.8693
2026-05-282.8705
2026-06-042.8639
2026-06-112.8522
2026-06-182.8453
2026-06-252.8304
2026-07-022.8374
2026-07-092.8409
2026-07-162.8493
2026-07-232.8443
2026-07-302.8529
2026-08-062.8648
2026-08-132.8692
2026-08-202.8872
2026-08-272.8892
2026-09-032.8972
2026-09-102.9003
2026-09-172.8800
2026-09-242.8697

High

2.9107

Low

2.8090

Average

2.8619

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=AED").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/AED API questions

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

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

How far back does SGD/AED historical data go?

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