FJD to LYD exchange rate API
Fiji Dollar to Libyan Dinar · quoted 2026-09-25
2.8487
▲ +19.63% over 1Y
1 FJD = 2.8487 LYD · 1 LYD = 0.35104 FJD · Get this rate via the API
1 FJD buys 2.8487 LYD as of 2026-09-25, so 1 LYD buys 0.35104 FJD. Over the last year, FJD/LYD traded between 2.3619 and 2.9037, averaged 2.7087 and rose 19.63%. The API holds daily FJD/LYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FJD/LYD over 1Y: show the values
| Point | FJD/LYD |
|---|---|
| 2025-09-25 | 2.3812 |
| 2025-10-02 | 2.3921 |
| 2025-10-09 | 2.3893 |
| 2025-10-16 | 2.3803 |
| 2025-10-23 | 2.3660 |
| 2025-10-30 | 2.3854 |
| 2025-11-06 | 2.3808 |
| 2025-11-13 | 2.3859 |
| 2025-11-20 | 2.3619 |
| 2025-11-27 | 2.3835 |
| 2025-12-04 | 2.3908 |
| 2025-12-12 | 2.3859 |
| 2025-12-19 | 2.3741 |
| 2025-12-26 | 2.3822 |
| 2026-01-02 | 2.3777 |
| 2026-01-09 | 2.3844 |
| 2026-01-16 | 2.3867 |
| 2026-01-23 | 2.7885 |
| 2026-01-30 | 2.8495 |
| 2026-02-06 | 2.8508 |
| 2026-02-13 | 2.8663 |
| 2026-02-20 | 2.8723 |
| 2026-02-27 | 2.8710 |
| 2026-03-06 | 2.8677 |
| 2026-03-13 | 2.9037 |
| 2026-03-20 | 2.8726 |
| 2026-03-27 | 2.8423 |
| 2026-04-03 | 2.8312 |
| 2026-04-10 | 2.8593 |
| 2026-04-17 | 2.8542 |
| 2026-04-24 | 2.8673 |
| 2026-05-01 | 2.8926 |
| 2026-05-08 | 2.8909 |
| 2026-05-16 | 2.8675 |
| 2026-05-24 | 2.8672 |
| 2026-05-31 | 2.8666 |
| 2026-06-09 | 2.8697 |
| 2026-06-16 | 2.8740 |
| 2026-06-23 | 2.8733 |
| 2026-06-30 | 2.8521 |
| 2026-07-07 | 2.8555 |
| 2026-07-14 | 2.8714 |
| 2026-07-21 | 2.8732 |
| 2026-07-28 | 2.8614 |
| 2026-08-04 | 2.8695 |
| 2026-08-11 | 2.8690 |
| 2026-08-18 | 2.8636 |
| 2026-08-26 | 2.8659 |
| 2026-09-02 | 2.8639 |
| 2026-09-09 | 2.8615 |
| 2026-09-16 | 2.8561 |
| 2026-09-23 | 2.8621 |
High
2.9037
Low
2.3619
Average
2.7087
Get this rate via the API
One GET request returns the FJD/LYD 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=LYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=LYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=LYD").json()Replace YOUR_API_KEY with the key from your dashboard.
FJD/LYD API questions
How do I get the FJD/LYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=LYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/LYD rate in rates.LYD.
How far back does FJD/LYD historical data go?
Daily FJD/LYD 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/LYD 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.