FJD to LKR exchange rate API
Fiji Dollar to Sri Lanka Rupee · quoted 2026-09-25
147.4129
▲ +8.42% over 5Y
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 5 years, FJD/LKR traded between 122.9803 and 150.7170, averaged 135.6428 and rose 8.42%. 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 5Y: show the values
| Point | FJD/LKR |
|---|---|
| 2024-08-24 | 135.9657 |
| 2024-10-05 | 132.7250 |
| 2024-11-04 | 127.9859 |
| 2024-12-04 | 125.7818 |
| 2025-01-03 | 122.9803 |
| 2025-02-02 | 126.7881 |
| 2025-03-04 | 124.4132 |
| 2025-04-04 | 125.9689 |
| 2025-05-04 | 129.7503 |
| 2025-06-04 | 131.1399 |
| 2025-07-04 | 131.4352 |
| 2025-08-03 | 130.9766 |
| 2025-09-02 | 131.7759 |
| 2025-10-03 | 131.0836 |
| 2025-11-02 | 132.8781 |
| 2025-12-02 | 135.0384 |
| 2026-01-01 | 136.2650 |
| 2026-01-31 | 141.1665 |
| 2026-03-02 | 139.6413 |
| 2026-04-01 | 141.1162 |
| 2026-05-01 | 145.7230 |
| 2026-05-31 | 149.1271 |
| 2026-06-30 | 149.6723 |
| 2026-07-30 | 150.7170 |
| 2026-08-29 | 149.1853 |
High
150.7170
Low
122.9803
Average
135.6428
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.