FJD to LSL exchange rate API
Fiji Dollar to Loti · quoted 2026-09-24
7.3138
▼ +4.33% over 1Y
1 FJD = 7.3138 LSL · 1 LSL = 0.13673 FJD · Get this rate via the API
1 FJD buys 7.3138 LSL as of 2026-09-24, so 1 LSL buys 0.13673 FJD. Over the last year, FJD/LSL traded between 7.1074 and 7.6577, averaged 7.4022 and fell 4.33%. The API holds daily FJD/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/LSL over 1Y: show the values
| Point | FJD/LSL |
|---|---|
| 2025-09-24 | 7.6448 |
| 2025-10-01 | 7.6310 |
| 2025-10-08 | 7.5828 |
| 2025-10-15 | 7.5785 |
| 2025-10-22 | 7.5756 |
| 2025-10-29 | 7.5382 |
| 2025-11-05 | 7.6443 |
| 2025-11-12 | 7.4910 |
| 2025-11-19 | 7.4881 |
| 2025-11-26 | 7.4856 |
| 2025-12-03 | 7.4876 |
| 2025-12-11 | 7.4492 |
| 2025-12-18 | 7.3541 |
| 2025-12-25 | 7.3329 |
| 2026-01-01 | 7.2683 |
| 2026-01-08 | 7.2455 |
| 2026-01-15 | 7.2034 |
| 2026-01-22 | 7.1875 |
| 2026-01-29 | 7.1074 |
| 2026-02-05 | 7.2490 |
| 2026-02-12 | 7.2329 |
| 2026-02-19 | 7.2618 |
| 2026-02-26 | 7.1987 |
| 2026-03-05 | 7.3962 |
| 2026-03-12 | 7.5265 |
| 2026-03-19 | 7.6516 |
| 2026-03-26 | 7.6451 |
| 2026-04-02 | 7.5670 |
| 2026-04-09 | 7.4554 |
| 2026-04-16 | 7.4089 |
| 2026-04-23 | 7.4711 |
| 2026-04-30 | 7.6577 |
| 2026-05-07 | 7.5302 |
| 2026-05-15 | 7.5331 |
| 2026-05-23 | 7.4343 |
| 2026-05-30 | 7.3345 |
| 2026-06-06 | 7.4611 |
| 2026-06-15 | 7.2618 |
| 2026-06-22 | 7.3585 |
| 2026-06-29 | 7.2983 |
| 2026-07-06 | 7.2344 |
| 2026-07-13 | 7.3120 |
| 2026-07-20 | 7.3929 |
| 2026-07-27 | 7.4740 |
| 2026-08-03 | 7.4063 |
| 2026-08-10 | 7.2771 |
| 2026-08-17 | 7.2831 |
| 2026-08-25 | 7.2497 |
| 2026-09-01 | 7.2809 |
| 2026-09-08 | 7.2445 |
| 2026-09-15 | 7.3384 |
| 2026-09-22 | 7.2779 |
High
7.6577
Low
7.1074
Average
7.4022
Get this rate via the API
One GET request returns the FJD/LSL 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=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=LSL").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/LSL API questions
How do I get the FJD/LSL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=LSL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/LSL rate in rates.LSL.
How far back does FJD/LSL historical data go?
Daily FJD/LSL 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/LSL 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.