LYD to FJD exchange rate API
Libyan Dinar to Fiji Dollar · quoted 2026-09-25
0.35103
▼ +16.41% over 1Y
1 LYD = 0.35103 FJD · 1 FJD = 2.8487 LYD · Get this rate via the API
1 LYD buys 0.35103 FJD as of 2026-09-25, so 1 FJD buys 2.8487 LYD. Over the last year, LYD/FJD traded between 0.34438 and 0.42339, averaged 0.37193 and fell 16.41%. The API holds daily LYD/FJD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LYD/FJD over 1Y: show the values
| Point | LYD/FJD |
|---|---|
| 2025-09-25 | 0.41996 |
| 2025-10-02 | 0.41805 |
| 2025-10-09 | 0.41854 |
| 2025-10-16 | 0.42011 |
| 2025-10-23 | 0.42266 |
| 2025-10-30 | 0.41921 |
| 2025-11-06 | 0.42003 |
| 2025-11-13 | 0.41913 |
| 2025-11-20 | 0.42339 |
| 2025-11-27 | 0.41954 |
| 2025-12-04 | 0.41827 |
| 2025-12-12 | 0.41913 |
| 2025-12-19 | 0.42121 |
| 2025-12-26 | 0.41978 |
| 2026-01-02 | 0.42058 |
| 2026-01-09 | 0.41939 |
| 2026-01-16 | 0.41898 |
| 2026-01-23 | 0.35861 |
| 2026-01-30 | 0.35094 |
| 2026-02-06 | 0.35078 |
| 2026-02-13 | 0.34888 |
| 2026-02-20 | 0.34816 |
| 2026-02-27 | 0.34831 |
| 2026-03-06 | 0.34871 |
| 2026-03-13 | 0.34438 |
| 2026-03-20 | 0.34812 |
| 2026-03-27 | 0.35182 |
| 2026-04-03 | 0.35320 |
| 2026-04-10 | 0.34974 |
| 2026-04-17 | 0.35037 |
| 2026-04-24 | 0.34876 |
| 2026-05-01 | 0.34571 |
| 2026-05-08 | 0.34591 |
| 2026-05-16 | 0.34874 |
| 2026-05-24 | 0.34877 |
| 2026-05-31 | 0.34885 |
| 2026-06-09 | 0.34847 |
| 2026-06-16 | 0.34794 |
| 2026-06-23 | 0.34803 |
| 2026-06-30 | 0.35062 |
| 2026-07-07 | 0.35020 |
| 2026-07-14 | 0.34826 |
| 2026-07-21 | 0.34804 |
| 2026-07-28 | 0.34948 |
| 2026-08-04 | 0.34849 |
| 2026-08-11 | 0.34855 |
| 2026-08-18 | 0.34921 |
| 2026-08-26 | 0.34893 |
| 2026-09-02 | 0.34918 |
| 2026-09-09 | 0.34947 |
| 2026-09-16 | 0.35013 |
| 2026-09-23 | 0.34940 |
High
0.42339
Low
0.34438
Average
0.37193
Get this rate via the API
One GET request returns the LYD/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=LYD¤cies=FJD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=FJD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=FJD").json()Replace YOUR_API_KEY with the key from your dashboard.
LYD/FJD API questions
How do I get the LYD/FJD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD¤cies=FJD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LYD/FJD rate in rates.FJD.
How far back does LYD/FJD historical data go?
Daily LYD/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 LYD/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.