Skip to content

FJD to LKR exchange rate API

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

147.4129

▲ +8.03% over YTD

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 year to date, FJD/LKR traded between 135.9665 and 151.5761, averaged 145.3944 and rose 8.03%. 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 YTD

FJD/LKR over YTD: show the values
PointFJD/LKR
2025-12-31136.4543
2026-01-07136.8598
2026-01-14135.9665
2026-01-21136.9264
2026-01-28139.9083
2026-02-04140.0892
2026-02-11140.7855
2026-02-18140.5606
2026-02-25140.5791
2026-03-04140.4838
2026-03-11141.1521
2026-03-18140.9279
2026-03-25141.0146
2026-04-01141.1162
2026-04-08141.0732
2026-04-15143.1118
2026-04-22143.8825
2026-04-29145.0871
2026-05-06145.9839
2026-05-13147.9302
2026-05-20151.4696
2026-05-27148.5473
2026-06-03151.5761
2026-06-10149.6248
2026-06-17150.5723
2026-06-24150.0603
2026-07-01150.1996
2026-07-08149.4868
2026-07-15150.4524
2026-07-22150.8856
2026-07-29150.1382
2026-08-05151.3456
2026-08-12150.7961
2026-08-19149.5078
2026-08-26149.1184
2026-09-02148.3791
2026-09-09149.0854
2026-09-16149.3470
2026-09-23147.8782

High

151.5761

Low

135.9665

Average

145.3944

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.