FJD to SZL exchange rate API
Fiji Dollar to Lilangeni · quoted 2026-09-25
7.3179
▼ +4.66% over 1Y
1 FJD = 7.3179 SZL · 1 SZL = 0.13665 FJD · Get this rate via the API
1 FJD buys 7.3179 SZL as of 2026-09-25, so 1 SZL buys 0.13665 FJD. Over the last year, FJD/SZL traded between 7.1550 and 7.6758, averaged 7.3995 and fell 4.66%. The API holds daily FJD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/SZL over 1Y: show the values
| Point | FJD/SZL |
|---|---|
| 2025-09-25 | 7.6758 |
| 2025-10-02 | 7.5958 |
| 2025-10-09 | 7.5513 |
| 2025-10-16 | 7.5744 |
| 2025-10-23 | 7.5972 |
| 2025-10-30 | 7.5310 |
| 2025-11-06 | 7.5843 |
| 2025-11-13 | 7.4702 |
| 2025-11-20 | 7.4687 |
| 2025-11-27 | 7.4783 |
| 2025-12-04 | 7.4828 |
| 2025-12-12 | 7.4239 |
| 2025-12-19 | 7.3331 |
| 2025-12-26 | 7.3265 |
| 2026-01-02 | 7.2591 |
| 2026-01-09 | 7.2590 |
| 2026-01-16 | 7.1743 |
| 2026-01-23 | 7.1550 |
| 2026-01-30 | 7.1924 |
| 2026-02-06 | 7.3049 |
| 2026-02-13 | 7.2409 |
| 2026-02-20 | 7.3315 |
| 2026-02-27 | 7.2272 |
| 2026-03-06 | 7.4620 |
| 2026-03-13 | 7.5917 |
| 2026-03-20 | 7.5668 |
| 2026-03-27 | 7.6124 |
| 2026-04-03 | 7.5141 |
| 2026-04-10 | 7.3473 |
| 2026-04-17 | 7.4112 |
| 2026-04-24 | 7.5181 |
| 2026-05-01 | 7.5829 |
| 2026-05-08 | 7.4547 |
| 2026-05-16 | 7.5737 |
| 2026-05-24 | 7.4261 |
| 2026-05-31 | 7.3319 |
| 2026-06-09 | 7.4342 |
| 2026-06-16 | 7.3029 |
| 2026-06-23 | 7.3383 |
| 2026-06-30 | 7.3139 |
| 2026-07-07 | 7.2361 |
| 2026-07-14 | 7.3569 |
| 2026-07-21 | 7.3904 |
| 2026-07-28 | 7.5028 |
| 2026-08-04 | 7.4235 |
| 2026-08-11 | 7.2822 |
| 2026-08-18 | 7.3158 |
| 2026-08-26 | 7.2203 |
| 2026-09-02 | 7.2951 |
| 2026-09-09 | 7.2432 |
| 2026-09-16 | 7.3105 |
| 2026-09-23 | 7.2594 |
High
7.6758
Low
7.1550
Average
7.3995
Get this rate via the API
One GET request returns the FJD/SZL 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=FJD¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/SZL API questions
How do I get the FJD/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/SZL rate in rates.SZL.
How far back does FJD/SZL historical data go?
Daily FJD/SZL 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 FJD/SZL 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.