Skip to content

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

LYD/FJD over 1Y: show the values
PointLYD/FJD
2025-09-250.41996
2025-10-020.41805
2025-10-090.41854
2025-10-160.42011
2025-10-230.42266
2025-10-300.41921
2025-11-060.42003
2025-11-130.41913
2025-11-200.42339
2025-11-270.41954
2025-12-040.41827
2025-12-120.41913
2025-12-190.42121
2025-12-260.41978
2026-01-020.42058
2026-01-090.41939
2026-01-160.41898
2026-01-230.35861
2026-01-300.35094
2026-02-060.35078
2026-02-130.34888
2026-02-200.34816
2026-02-270.34831
2026-03-060.34871
2026-03-130.34438
2026-03-200.34812
2026-03-270.35182
2026-04-030.35320
2026-04-100.34974
2026-04-170.35037
2026-04-240.34876
2026-05-010.34571
2026-05-080.34591
2026-05-160.34874
2026-05-240.34877
2026-05-310.34885
2026-06-090.34847
2026-06-160.34794
2026-06-230.34803
2026-06-300.35062
2026-07-070.35020
2026-07-140.34826
2026-07-210.34804
2026-07-280.34948
2026-08-040.34849
2026-08-110.34855
2026-08-180.34921
2026-08-260.34893
2026-09-020.34918
2026-09-090.34947
2026-09-160.35013
2026-09-230.34940

High

0.42339

Low

0.34438

Average

0.37193

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD&currencies=FJD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD&currencies=FJD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LYD&currencies=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&currencies=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.