Skip to content

FJD to SLL exchange rate API

Fiji Dollar to Leone · quoted 2026-09-24

10229.29

▲ +1.46% over YTD

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 year to date, FJD/SLL traded between 9344.22 and 11171.68, averaged 10172.80 and rose 1.46%. 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 YTD

FJD/SLL over YTD: show the values
PointFJD/SLL
2025-12-3110081.59
2026-01-0710064.84
2026-01-1410079.29
2026-01-2110153.82
2026-01-2810288.78
2026-02-0410351.31
2026-02-1110383.37
2026-02-1810401.27
2026-02-2510383.14
2026-03-0410356.59
2026-03-1110370.44
2026-03-1810317.29
2026-03-2510222.84
2026-04-0110224.12
2026-04-0810258.00
2026-04-199430.84
2026-04-269453.03
2026-05-039508.96
2026-05-109533.63
2026-05-189495.83
2026-05-2610367.46
2026-06-0211171.68
2026-06-1110234.45
2026-06-1810236.80
2026-06-2510182.89
2026-07-029344.22
2026-07-0910200.07
2026-07-1610230.22
2026-07-2310257.79
2026-07-3010246.02
2026-08-0610292.61
2026-08-1310609.97
2026-08-2110340.13
2026-08-2810376.27
2026-09-0411121.64
2026-09-1110345.34
2026-09-189420.63

High

11171.68

Low

9344.22

Average

10172.80

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.