Skip to content

FJD to SLL exchange rate API

Fiji Dollar to Leone · quoted 2026-09-24

10229.29

▲ +10.27% over 6M

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 6 months, FJD/SLL traded between 9276.94 and 10783.55, averaged 10138.40 and rose 10.27%. 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 6M

FJD/SLL over 6M: show the values
PointFJD/SLL
2026-03-289276.94
2026-04-0410165.34
2026-04-159488.38
2026-04-229505.31
2026-04-299505.70
2026-05-069538.96
2026-05-1410426.97
2026-05-2110346.27
2026-05-2910361.90
2026-06-0510366.60
2026-06-1410210.92
2026-06-2110178.23
2026-06-2810067.65
2026-07-0510116.56
2026-07-1210164.84
2026-07-1910188.58
2026-07-2610783.55
2026-08-0210319.55
2026-08-0910284.54
2026-08-1610304.04
2026-08-2410387.54
2026-08-3110345.73
2026-09-0710378.18
2026-09-1410355.87
2026-09-2110300.88

High

10783.55

Low

9276.94

Average

10138.40

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.