Skip to content

FJD to LKR exchange rate API

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

147.4129

▲ +11.98% over 1Y

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 year, FJD/LKR traded between 131.0613 and 154.8673, averaged 142.5267 and rose 11.98%. 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 1Y

FJD/LKR over 1Y: show the values
PointFJD/LKR
2025-09-25131.6382
2025-10-02131.0613
2025-10-09133.4220
2025-10-16132.8570
2025-10-23132.4827
2025-10-30133.6543
2025-11-06133.0330
2025-11-13133.3468
2025-11-20134.0244
2025-11-27134.6740
2025-12-04135.5233
2025-12-11135.9983
2025-12-18135.7412
2025-12-25136.2136
2026-01-01136.2650
2026-01-08136.6233
2026-01-15136.1568
2026-01-22137.2250
2026-01-29140.0543
2026-02-05139.7680
2026-02-12140.9451
2026-02-19140.4728
2026-02-26140.7661
2026-03-05140.7248
2026-03-12141.1133
2026-03-19141.0583
2026-03-26141.4678
2026-04-02140.9312
2026-04-09141.7749
2026-04-16143.2007
2026-04-23143.8995
2026-04-30145.3778
2026-05-07146.6242
2026-05-14148.5596
2026-05-21154.8673
2026-05-28149.5117
2026-06-04152.4575
2026-06-11149.3675
2026-06-18149.8722
2026-06-25150.3692
2026-07-02149.9904
2026-07-09149.8100
2026-07-16150.7804
2026-07-23150.5869
2026-07-30150.7170
2026-08-06151.0659
2026-08-13150.3089
2026-08-20149.4838
2026-08-27149.1100
2026-09-03148.5162
2026-09-10148.8431
2026-09-17149.0847
2026-09-24147.6083

High

154.8673

Low

131.0613

Average

142.5267

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.