SZL to DJF exchange rate API
Lilangeni to Djibouti Franc · quoted 2026-09-26
10.9269
▲ +6.94% over 1Y
1 SZL = 10.9269 DJF · 1 DJF = 0.09152 SZL · Get this rate via the API
1 SZL buys 10.9269 DJF as of 2026-09-26, so 1 DJF buys 0.09152 SZL. Over the last year, SZL/DJF traded between 10.2177 and 11.2021, averaged 10.7414 and rose 6.94%. The API holds daily SZL/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/DJF over 1Y: show the values
| Point | SZL/DJF |
|---|---|
| 2025-09-26 | 10.2177 |
| 2025-10-03 | 10.2730 |
| 2025-10-10 | 10.3625 |
| 2025-10-17 | 10.2471 |
| 2025-10-24 | 10.2693 |
| 2025-10-31 | 10.3235 |
| 2025-11-07 | 10.2431 |
| 2025-11-14 | 10.4524 |
| 2025-11-21 | 10.3269 |
| 2025-11-28 | 10.3792 |
| 2025-12-05 | 10.4815 |
| 2025-12-13 | 10.5635 |
| 2025-12-20 | 10.6209 |
| 2025-12-27 | 10.6847 |
| 2026-01-03 | 10.8093 |
| 2026-01-10 | 10.8039 |
| 2026-01-17 | 10.8586 |
| 2026-01-24 | 11.0360 |
| 2026-01-31 | 11.1017 |
| 2026-02-07 | 11.1084 |
| 2026-02-14 | 11.1600 |
| 2026-02-21 | 11.1030 |
| 2026-02-28 | 11.2021 |
| 2026-03-07 | 10.7536 |
| 2026-03-14 | 10.5250 |
| 2026-03-21 | 10.4032 |
| 2026-03-28 | 10.3564 |
| 2026-04-04 | 10.5070 |
| 2026-04-11 | 10.8135 |
| 2026-04-18 | 10.9007 |
| 2026-04-25 | 10.7135 |
| 2026-05-02 | 10.6673 |
| 2026-05-09 | 10.8562 |
| 2026-05-17 | 10.7002 |
| 2026-05-25 | 10.8911 |
| 2026-06-01 | 10.9622 |
| 2026-06-10 | 10.7699 |
| 2026-06-17 | 10.9741 |
| 2026-06-24 | 10.7268 |
| 2026-07-01 | 10.8361 |
| 2026-07-08 | 10.9416 |
| 2026-07-15 | 10.8991 |
| 2026-07-22 | 10.8354 |
| 2026-07-29 | 10.6347 |
| 2026-08-05 | 10.8823 |
| 2026-08-12 | 10.9929 |
| 2026-08-20 | 11.0313 |
| 2026-08-27 | 11.1539 |
| 2026-09-03 | 11.0930 |
| 2026-09-10 | 11.0932 |
| 2026-09-17 | 10.9415 |
| 2026-09-24 | 10.8830 |
High
11.2021
Low
10.2177
Average
10.7414
Get this rate via the API
One GET request returns the SZL/DJF 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=SZL¤cies=DJF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=DJF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=DJF").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/DJF API questions
How do I get the SZL/DJF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=DJF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/DJF rate in rates.DJF.
How far back does SZL/DJF historical data go?
Daily SZL/DJF 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 SZL/DJF 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.