Skip to content

AED to SLL exchange rate API

UAE Dirham to Leone · quoted 2026-09-24

6243.74

▲ +0.63% over 1Y

1 AED = 6243.74 SLL · 1 SLL = 0.000160 AED · Get this rate via the API

1 AED buys 6243.74 SLL as of 2026-09-24, so 1 SLL buys 0.000160 AED. Over the last year, AED/SLL traded between 5708.86 and 6735.86, averaged 6195.66 and rose 0.63%. The API holds daily AED/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/SLL over 1Y

AED/SLL over 1Y: show the values
PointAED/SLL
2025-09-246204.74
2025-10-016202.01
2025-10-086201.30
2025-10-156178.88
2025-10-226177.61
2025-10-296176.25
2025-11-056173.71
2025-11-126178.92
2025-11-196233.59
2025-11-266235.11
2025-12-036243.13
2025-12-116254.25
2025-12-186240.38
2025-12-256242.31
2026-01-016215.16
2026-01-086221.18
2026-01-156252.49
2026-01-226219.79
2026-01-296230.75
2026-02-056261.63
2026-02-125709.04
2026-02-196247.05
2026-02-266242.95
2026-03-056227.82
2026-03-126231.75
2026-03-196212.68
2026-03-266226.42
2026-04-026256.43
2026-04-135708.86
2026-04-205708.94
2026-04-275708.96
2026-05-045708.93
2026-05-115709.02
2026-05-196236.04
2026-05-276219.74
2026-06-036696.29
2026-06-126221.12
2026-06-196735.86
2026-06-266221.03
2026-07-036218.34
2026-07-106230.69
2026-07-176222.49
2026-07-246437.38
2026-07-316229.46
2026-08-076227.88
2026-08-146236.19
2026-08-226322.66
2026-08-296387.39
2026-09-056354.59
2026-09-126246.42
2026-09-196245.11

High

6735.86

Low

5708.86

Average

6195.66

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AED/SLL API questions

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

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

How far back does AED/SLL historical data go?

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