AED to SLL exchange rate API
UAE Dirham to Leone · quoted 2026-09-24
6243.74
▲ +0.30% over 30D
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 30 days, AED/SLL traded between 5709.12 and 6707.55, averaged 6276.62 and rose 0.30%. 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 30D: show the values
| Point | AED/SLL |
|---|---|
| 2026-08-25 | 6225.14 |
| 2026-08-26 | 6225.28 |
| 2026-08-27 | 6233.31 |
| 2026-08-28 | 6237.41 |
| 2026-08-29 | 6387.39 |
| 2026-08-30 | 6243.95 |
| 2026-08-31 | 6233.29 |
| 2026-09-01 | 6240.09 |
| 2026-09-02 | 6239.40 |
| 2026-09-03 | 6241.56 |
| 2026-09-04 | 6691.06 |
| 2026-09-05 | 6354.59 |
| 2026-09-06 | 6241.14 |
| 2026-09-07 | 6240.20 |
| 2026-09-08 | 6240.13 |
| 2026-09-09 | 6242.83 |
| 2026-09-10 | 6240.14 |
| 2026-09-11 | 6245.97 |
| 2026-09-12 | 6246.42 |
| 2026-09-13 | 6245.63 |
| 2026-09-14 | 6245.56 |
| 2026-09-15 | 6243.06 |
| 2026-09-16 | 6707.36 |
| 2026-09-17 | 6245.62 |
| 2026-09-18 | 5709.12 |
| 2026-09-19 | 6245.11 |
| 2026-09-20 | 6244.67 |
| 2026-09-21 | 6244.32 |
| 2026-09-22 | 6707.55 |
| 2026-09-23 | 6244.30 |
High
6707.55
Low
5709.12
Average
6276.62
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.