Skip to content

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

FJD/LSL over 1Y: show the values
PointFJD/LSL
2025-09-247.6448
2025-10-017.6310
2025-10-087.5828
2025-10-157.5785
2025-10-227.5756
2025-10-297.5382
2025-11-057.6443
2025-11-127.4910
2025-11-197.4881
2025-11-267.4856
2025-12-037.4876
2025-12-117.4492
2025-12-187.3541
2025-12-257.3329
2026-01-017.2683
2026-01-087.2455
2026-01-157.2034
2026-01-227.1875
2026-01-297.1074
2026-02-057.2490
2026-02-127.2329
2026-02-197.2618
2026-02-267.1987
2026-03-057.3962
2026-03-127.5265
2026-03-197.6516
2026-03-267.6451
2026-04-027.5670
2026-04-097.4554
2026-04-167.4089
2026-04-237.4711
2026-04-307.6577
2026-05-077.5302
2026-05-157.5331
2026-05-237.4343
2026-05-307.3345
2026-06-067.4611
2026-06-157.2618
2026-06-227.3585
2026-06-297.2983
2026-07-067.2344
2026-07-137.3120
2026-07-207.3929
2026-07-277.4740
2026-08-037.4063
2026-08-107.2771
2026-08-177.2831
2026-08-257.2497
2026-09-017.2809
2026-09-087.2445
2026-09-157.3384
2026-09-227.2779

High

7.6577

Low

7.1074

Average

7.4022

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=LSL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=LSL");
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=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&currencies=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.