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: show the values
| Point | LKR/FJD |
|---|---|
| 2025-09-26 | 0.007631 |
| 2025-10-03 | 0.007628 |
| 2025-10-10 | 0.007460 |
| 2025-10-17 | 0.007532 |
| 2025-10-24 | 0.007516 |
| 2025-10-31 | 0.007506 |
| 2025-11-07 | 0.007534 |
| 2025-11-14 | 0.007470 |
| 2025-11-21 | 0.007461 |
| 2025-11-28 | 0.007411 |
| 2025-12-05 | 0.007376 |
| 2025-12-12 | 0.007344 |
| 2025-12-19 | 0.007368 |
| 2025-12-26 | 0.007332 |
| 2026-01-02 | 0.007351 |
| 2026-01-09 | 0.007345 |
| 2026-01-16 | 0.007343 |
| 2026-01-23 | 0.007252 |
| 2026-01-30 | 0.007119 |
| 2026-02-06 | 0.007168 |
| 2026-02-13 | 0.007107 |
| 2026-02-20 | 0.007112 |
| 2026-02-27 | 0.007105 |
| 2026-03-06 | 0.007126 |
| 2026-03-13 | 0.007072 |
| 2026-03-20 | 0.007090 |
| 2026-03-27 | 0.007119 |
| 2026-04-03 | 0.007140 |
| 2026-04-10 | 0.007029 |
| 2026-04-17 | 0.006991 |
| 2026-04-24 | 0.006951 |
| 2026-05-01 | 0.006862 |
| 2026-05-08 | 0.006809 |
| 2026-05-15 | 0.006700 |
| 2026-05-22 | 0.006599 |
| 2026-05-29 | 0.006691 |
| 2026-06-05 | 0.006551 |
| 2026-06-12 | 0.006625 |
| 2026-06-19 | 0.006662 |
| 2026-06-26 | 0.006647 |
| 2026-07-03 | 0.006673 |
| 2026-07-10 | 0.006633 |
| 2026-07-17 | 0.006632 |
| 2026-07-24 | 0.006659 |
| 2026-07-31 | 0.006643 |
| 2026-08-07 | 0.006621 |
| 2026-08-14 | 0.006660 |
| 2026-08-21 | 0.006703 |
| 2026-08-28 | 0.006714 |
| 2026-09-04 | 0.006718 |
| 2026-09-11 | 0.006732 |
| 2026-09-18 | 0.006709 |
| 2026-09-25 | 0.006786 |
High
0.007631
Low
0.006551
Average
0.007034
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.