Skip to content

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

FJD/SZL over 1Y: show the values
PointFJD/SZL
2025-09-257.6758
2025-10-027.5958
2025-10-097.5513
2025-10-167.5744
2025-10-237.5972
2025-10-307.5310
2025-11-067.5843
2025-11-137.4702
2025-11-207.4687
2025-11-277.4783
2025-12-047.4828
2025-12-127.4239
2025-12-197.3331
2025-12-267.3265
2026-01-027.2591
2026-01-097.2590
2026-01-167.1743
2026-01-237.1550
2026-01-307.1924
2026-02-067.3049
2026-02-137.2409
2026-02-207.3315
2026-02-277.2272
2026-03-067.4620
2026-03-137.5917
2026-03-207.5668
2026-03-277.6124
2026-04-037.5141
2026-04-107.3473
2026-04-177.4112
2026-04-247.5181
2026-05-017.5829
2026-05-087.4547
2026-05-167.5737
2026-05-247.4261
2026-05-317.3319
2026-06-097.4342
2026-06-167.3029
2026-06-237.3383
2026-06-307.3139
2026-07-077.2361
2026-07-147.3569
2026-07-217.3904
2026-07-287.5028
2026-08-047.4235
2026-08-117.2822
2026-08-187.3158
2026-08-267.2203
2026-09-027.2951
2026-09-097.2432
2026-09-167.3105
2026-09-237.2594

High

7.6758

Low

7.1550

Average

7.3995

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SZL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SZL");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=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&currencies=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.