Skip to content

FJD to SLL exchange rate API

Fiji Dollar to Leone · quoted 2026-09-24

10229.29

▲ +1.32% over 1Y

1 FJD = 10229.29 SLL · 1 SLL = 0.000098 FJD · Get this rate via the API

1 FJD buys 10229.29 SLL as of 2026-09-24, so 1 SLL buys 0.000098 FJD. Over the last year, FJD/SLL traded between 9398.15 and 11158.76, averaged 10165.32 and rose 1.32%. The API holds daily FJD/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/SLL over 1Y

FJD/SLL over 1Y: show the values
PointFJD/SLL
2025-09-2410096.40
2025-10-0110067.87
2025-10-0810010.20
2025-10-159912.38
2025-10-229872.96
2025-10-299970.80
2025-11-059876.85
2025-11-129903.12
2025-11-199964.73
2025-11-269975.57
2025-12-0310040.83
2025-12-1110093.30
2025-12-1810042.61
2025-12-2510088.70
2026-01-0110038.68
2026-01-0810059.71
2026-01-1510084.53
2026-01-2210098.58
2026-01-2910333.60
2026-02-0510362.05
2026-02-129529.53
2026-02-1910393.31
2026-02-2610411.63
2026-03-0510337.59
2026-03-1210363.94
2026-03-1910315.89
2026-03-2610279.82
2026-04-0210250.95
2026-04-139398.15
2026-04-209489.83
2026-04-279464.82
2026-05-049526.25
2026-05-119550.66
2026-05-1910413.79
2026-05-2710379.52
2026-06-0311158.76
2026-06-1210298.51
2026-06-1911107.04
2026-06-2610200.40
2026-07-0310187.70
2026-07-1010260.04
2026-07-1710229.64
2026-07-2410539.16
2026-07-3110238.32
2026-08-0710274.59
2026-08-1410300.46
2026-08-2210595.51
2026-08-2910668.57
2026-09-0510592.65
2026-09-1210366.31
2026-09-1910350.60

High

11158.76

Low

9398.15

Average

10165.32

For developers

Get this rate via the API

One GET request returns the FJD/SLL 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=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SLL");
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=SLL").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/SLL API questions

How do I get the FJD/SLL exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/SLL rate in rates.SLL.

How far back does FJD/SLL historical data go?

Daily FJD/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 FJD/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.