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: show the values
| Point | FJD/SLL |
|---|---|
| 2025-12-31 | 10081.59 |
| 2026-01-07 | 10064.84 |
| 2026-01-14 | 10079.29 |
| 2026-01-21 | 10153.82 |
| 2026-01-28 | 10288.78 |
| 2026-02-04 | 10351.31 |
| 2026-02-11 | 10383.37 |
| 2026-02-18 | 10401.27 |
| 2026-02-25 | 10383.14 |
| 2026-03-04 | 10356.59 |
| 2026-03-11 | 10370.44 |
| 2026-03-18 | 10317.29 |
| 2026-03-25 | 10222.84 |
| 2026-04-01 | 10224.12 |
| 2026-04-08 | 10258.00 |
| 2026-04-19 | 9430.84 |
| 2026-04-26 | 9453.03 |
| 2026-05-03 | 9508.96 |
| 2026-05-10 | 9533.63 |
| 2026-05-18 | 9495.83 |
| 2026-05-26 | 10367.46 |
| 2026-06-02 | 11171.68 |
| 2026-06-11 | 10234.45 |
| 2026-06-18 | 10236.80 |
| 2026-06-25 | 10182.89 |
| 2026-07-02 | 9344.22 |
| 2026-07-09 | 10200.07 |
| 2026-07-16 | 10230.22 |
| 2026-07-23 | 10257.79 |
| 2026-07-30 | 10246.02 |
| 2026-08-06 | 10292.61 |
| 2026-08-13 | 10609.97 |
| 2026-08-21 | 10340.13 |
| 2026-08-28 | 10376.27 |
| 2026-09-04 | 11121.64 |
| 2026-09-11 | 10345.34 |
| 2026-09-18 | 9420.63 |
High
11171.68
Low
9344.22
Average
10172.80
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.