Skip to content

SGD to AED exchange rate API

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

2.8733

▲ +0.57% over YTD

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 year to date, SGD/AED traded between 2.8293 and 2.9110, averaged 2.8731 and rose 0.57%. 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 YTD

SGD/AED over YTD: show the values
PointSGD/AED
2025-12-312.8571
2026-01-072.8663
2026-01-142.8516
2026-01-212.8659
2026-01-282.9110
2026-02-042.8891
2026-02-112.9088
2026-02-182.9061
2026-02-252.9037
2026-03-042.8824
2026-03-112.8825
2026-03-182.8669
2026-03-252.8713
2026-04-012.8656
2026-04-082.8858
2026-04-152.8863
2026-04-222.8836
2026-04-292.8756
2026-05-062.8962
2026-05-132.8872
2026-05-202.8688
2026-05-272.8746
2026-06-032.8650
2026-06-102.8510
2026-06-172.8620
2026-06-242.8293
2026-07-012.8322
2026-07-082.8384
2026-07-152.8424
2026-07-222.8446
2026-07-292.8415
2026-08-052.8662
2026-08-122.8717
2026-08-192.8781
2026-08-262.8926
2026-09-022.8849
2026-09-092.9073
2026-09-162.8846
2026-09-232.8733

High

2.9110

Low

2.8293

Average

2.8731

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.