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: show the values
| Point | FJD/SLL |
|---|---|
| 2025-09-24 | 10096.40 |
| 2025-10-01 | 10067.87 |
| 2025-10-08 | 10010.20 |
| 2025-10-15 | 9912.38 |
| 2025-10-22 | 9872.96 |
| 2025-10-29 | 9970.80 |
| 2025-11-05 | 9876.85 |
| 2025-11-12 | 9903.12 |
| 2025-11-19 | 9964.73 |
| 2025-11-26 | 9975.57 |
| 2025-12-03 | 10040.83 |
| 2025-12-11 | 10093.30 |
| 2025-12-18 | 10042.61 |
| 2025-12-25 | 10088.70 |
| 2026-01-01 | 10038.68 |
| 2026-01-08 | 10059.71 |
| 2026-01-15 | 10084.53 |
| 2026-01-22 | 10098.58 |
| 2026-01-29 | 10333.60 |
| 2026-02-05 | 10362.05 |
| 2026-02-12 | 9529.53 |
| 2026-02-19 | 10393.31 |
| 2026-02-26 | 10411.63 |
| 2026-03-05 | 10337.59 |
| 2026-03-12 | 10363.94 |
| 2026-03-19 | 10315.89 |
| 2026-03-26 | 10279.82 |
| 2026-04-02 | 10250.95 |
| 2026-04-13 | 9398.15 |
| 2026-04-20 | 9489.83 |
| 2026-04-27 | 9464.82 |
| 2026-05-04 | 9526.25 |
| 2026-05-11 | 9550.66 |
| 2026-05-19 | 10413.79 |
| 2026-05-27 | 10379.52 |
| 2026-06-03 | 11158.76 |
| 2026-06-12 | 10298.51 |
| 2026-06-19 | 11107.04 |
| 2026-06-26 | 10200.40 |
| 2026-07-03 | 10187.70 |
| 2026-07-10 | 10260.04 |
| 2026-07-17 | 10229.64 |
| 2026-07-24 | 10539.16 |
| 2026-07-31 | 10238.32 |
| 2026-08-07 | 10274.59 |
| 2026-08-14 | 10300.46 |
| 2026-08-22 | 10595.51 |
| 2026-08-29 | 10668.57 |
| 2026-09-05 | 10592.65 |
| 2026-09-12 | 10366.31 |
| 2026-09-19 | 10350.60 |
High
11158.76
Low
9398.15
Average
10165.32
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.