Skip to content

LKR to FJD exchange rate API

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

0.006811

▼ +10.75% over 1Y

1 LKR = 0.006811 FJD · 1 FJD = 146.8213 LKR · Get this rate via the API

1 LKR buys 0.006811 FJD as of 2026-09-26, so 1 FJD buys 146.8213 LKR. Over the last year, LKR/FJD traded between 0.006551 and 0.007631, averaged 0.007034 and fell 10.75%. The API holds daily LKR/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/FJD over 1Y

LKR/FJD over 1Y: show the values
PointLKR/FJD
2025-09-260.007631
2025-10-030.007628
2025-10-100.007460
2025-10-170.007532
2025-10-240.007516
2025-10-310.007506
2025-11-070.007534
2025-11-140.007470
2025-11-210.007461
2025-11-280.007411
2025-12-050.007376
2025-12-120.007344
2025-12-190.007368
2025-12-260.007332
2026-01-020.007351
2026-01-090.007345
2026-01-160.007343
2026-01-230.007252
2026-01-300.007119
2026-02-060.007168
2026-02-130.007107
2026-02-200.007112
2026-02-270.007105
2026-03-060.007126
2026-03-130.007072
2026-03-200.007090
2026-03-270.007119
2026-04-030.007140
2026-04-100.007029
2026-04-170.006991
2026-04-240.006951
2026-05-010.006862
2026-05-080.006809
2026-05-150.006700
2026-05-220.006599
2026-05-290.006691
2026-06-050.006551
2026-06-120.006625
2026-06-190.006662
2026-06-260.006647
2026-07-030.006673
2026-07-100.006633
2026-07-170.006632
2026-07-240.006659
2026-07-310.006643
2026-08-070.006621
2026-08-140.006660
2026-08-210.006703
2026-08-280.006714
2026-09-040.006718
2026-09-110.006732
2026-09-180.006709
2026-09-250.006786

High

0.007631

Low

0.006551

Average

0.007034

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=FJD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/FJD API questions

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

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

How far back does LKR/FJD historical data go?

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