FJD to SLL exchange rate API
Fiji Dollar to Leone · quoted 2026-09-24
10229.29
▼ +1.20% over 30D
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 30 days, FJD/SLL traded between 9420.63 and 11121.64, averaged 10398.40 and fell 1.20%. 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 30D: show the values
| Point | FJD/SLL |
|---|---|
| 2026-08-25 | 10353.20 |
| 2026-08-26 | 10359.23 |
| 2026-08-27 | 10368.41 |
| 2026-08-28 | 10376.27 |
| 2026-08-29 | 10668.57 |
| 2026-08-30 | 10367.45 |
| 2026-08-31 | 10345.73 |
| 2026-09-01 | 10355.92 |
| 2026-09-02 | 10335.76 |
| 2026-09-03 | 10350.61 |
| 2026-09-04 | 11121.64 |
| 2026-09-05 | 10592.65 |
| 2026-09-06 | 10346.69 |
| 2026-09-07 | 10378.18 |
| 2026-09-08 | 10382.44 |
| 2026-09-09 | 10380.10 |
| 2026-09-10 | 10359.48 |
| 2026-09-11 | 10345.34 |
| 2026-09-12 | 10366.31 |
| 2026-09-13 | 10324.66 |
| 2026-09-14 | 10355.87 |
| 2026-09-15 | 10339.08 |
| 2026-09-16 | 11098.70 |
| 2026-09-17 | 10280.92 |
| 2026-09-18 | 9420.63 |
| 2026-09-19 | 10350.60 |
| 2026-09-20 | 10346.72 |
| 2026-09-21 | 10300.88 |
| 2026-09-22 | 11033.62 |
| 2026-09-23 | 10280.07 |
| 2026-09-24 | 10233.94 |
High
11121.64
Low
9420.63
Average
10398.40
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.