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: show the values
| Point | AED/SLL |
|---|---|
| 2025-09-24 | 6204.74 |
| 2025-10-01 | 6202.01 |
| 2025-10-08 | 6201.30 |
| 2025-10-15 | 6178.88 |
| 2025-10-22 | 6177.61 |
| 2025-10-29 | 6176.25 |
| 2025-11-05 | 6173.71 |
| 2025-11-12 | 6178.92 |
| 2025-11-19 | 6233.59 |
| 2025-11-26 | 6235.11 |
| 2025-12-03 | 6243.13 |
| 2025-12-11 | 6254.25 |
| 2025-12-18 | 6240.38 |
| 2025-12-25 | 6242.31 |
| 2026-01-01 | 6215.16 |
| 2026-01-08 | 6221.18 |
| 2026-01-15 | 6252.49 |
| 2026-01-22 | 6219.79 |
| 2026-01-29 | 6230.75 |
| 2026-02-05 | 6261.63 |
| 2026-02-12 | 5709.04 |
| 2026-02-19 | 6247.05 |
| 2026-02-26 | 6242.95 |
| 2026-03-05 | 6227.82 |
| 2026-03-12 | 6231.75 |
| 2026-03-19 | 6212.68 |
| 2026-03-26 | 6226.42 |
| 2026-04-02 | 6256.43 |
| 2026-04-13 | 5708.86 |
| 2026-04-20 | 5708.94 |
| 2026-04-27 | 5708.96 |
| 2026-05-04 | 5708.93 |
| 2026-05-11 | 5709.02 |
| 2026-05-19 | 6236.04 |
| 2026-05-27 | 6219.74 |
| 2026-06-03 | 6696.29 |
| 2026-06-12 | 6221.12 |
| 2026-06-19 | 6735.86 |
| 2026-06-26 | 6221.03 |
| 2026-07-03 | 6218.34 |
| 2026-07-10 | 6230.69 |
| 2026-07-17 | 6222.49 |
| 2026-07-24 | 6437.38 |
| 2026-07-31 | 6229.46 |
| 2026-08-07 | 6227.88 |
| 2026-08-14 | 6236.19 |
| 2026-08-22 | 6322.66 |
| 2026-08-29 | 6387.39 |
| 2026-09-05 | 6354.59 |
| 2026-09-12 | 6246.42 |
| 2026-09-19 | 6245.11 |
High
6735.86
Low
5708.86
Average
6195.66
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.