Skip to content

FJD to LKR exchange rate API

Fiji Dollar to Sri Lanka Rupee · quoted 2026-09-25

147.4129

▲ +8.42% over 5Y

1 FJD = 147.4129 LKR · 1 LKR = 0.006784 FJD · Get this rate via the API

1 FJD buys 147.4129 LKR as of 2026-09-25, so 1 LKR buys 0.006784 FJD. Over the last 5 years, FJD/LKR traded between 122.9803 and 150.7170, averaged 135.6428 and rose 8.42%. The API holds daily FJD/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/LKR over 5Y

FJD/LKR over 5Y: show the values
PointFJD/LKR
2024-08-24135.9657
2024-10-05132.7250
2024-11-04127.9859
2024-12-04125.7818
2025-01-03122.9803
2025-02-02126.7881
2025-03-04124.4132
2025-04-04125.9689
2025-05-04129.7503
2025-06-04131.1399
2025-07-04131.4352
2025-08-03130.9766
2025-09-02131.7759
2025-10-03131.0836
2025-11-02132.8781
2025-12-02135.0384
2026-01-01136.2650
2026-01-31141.1665
2026-03-02139.6413
2026-04-01141.1162
2026-05-01145.7230
2026-05-31149.1271
2026-06-30149.6723
2026-07-30150.7170
2026-08-29149.1853

High

150.7170

Low

122.9803

Average

135.6428

For developers

Get this rate via the API

One GET request returns the FJD/LKR 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=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=LKR");
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=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/LKR API questions

How do I get the FJD/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/LKR rate in rates.LKR.

How far back does FJD/LKR historical data go?

Daily FJD/LKR 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/LKR 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.