FJD to LKR exchange rate API
Fiji Dollar to Sri Lanka Rupee · quoted 2026-09-25
147.4285
▲ +8.04% over YTD
1 FJD = 147.4285 LKR · 1 LKR = 0.006783 FJD · Get this rate via the API
1 FJD buys 147.4285 LKR as of 2026-09-25, so 1 LKR buys 0.006783 FJD. Over the year to date, FJD/LKR traded between 135.9665 and 151.5761, averaged 145.3948 and rose 8.04%. 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: show the values
| Point | FJD/LKR |
|---|---|
| 2025-12-31 | 136.4543 |
| 2026-01-07 | 136.8598 |
| 2026-01-14 | 135.9665 |
| 2026-01-21 | 136.9264 |
| 2026-01-28 | 139.9083 |
| 2026-02-04 | 140.0892 |
| 2026-02-11 | 140.7855 |
| 2026-02-18 | 140.5606 |
| 2026-02-25 | 140.5791 |
| 2026-03-04 | 140.4838 |
| 2026-03-11 | 141.1521 |
| 2026-03-18 | 140.9279 |
| 2026-03-25 | 141.0146 |
| 2026-04-01 | 141.1162 |
| 2026-04-08 | 141.0732 |
| 2026-04-15 | 143.1118 |
| 2026-04-22 | 143.8825 |
| 2026-04-29 | 145.0871 |
| 2026-05-06 | 145.9839 |
| 2026-05-13 | 147.9302 |
| 2026-05-20 | 151.4696 |
| 2026-05-27 | 148.5473 |
| 2026-06-03 | 151.5761 |
| 2026-06-10 | 149.6248 |
| 2026-06-17 | 150.5723 |
| 2026-06-24 | 150.0603 |
| 2026-07-01 | 150.1996 |
| 2026-07-08 | 149.4868 |
| 2026-07-15 | 150.4524 |
| 2026-07-22 | 150.8856 |
| 2026-07-29 | 150.1382 |
| 2026-08-05 | 151.3456 |
| 2026-08-12 | 150.7961 |
| 2026-08-19 | 149.5078 |
| 2026-08-26 | 149.1184 |
| 2026-09-02 | 148.3791 |
| 2026-09-09 | 149.0854 |
| 2026-09-16 | 149.3470 |
| 2026-09-23 | 147.8782 |
High
151.5761
Low
135.9665
Average
145.3948
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.