Skip to content

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

FJD/LYD over 1Y: show the values
PointFJD/LYD
2025-09-252.3812
2025-10-022.3921
2025-10-092.3893
2025-10-162.3803
2025-10-232.3660
2025-10-302.3854
2025-11-062.3808
2025-11-132.3859
2025-11-202.3619
2025-11-272.3835
2025-12-042.3908
2025-12-122.3859
2025-12-192.3741
2025-12-262.3822
2026-01-022.3777
2026-01-092.3844
2026-01-162.3867
2026-01-232.7885
2026-01-302.8495
2026-02-062.8508
2026-02-132.8663
2026-02-202.8723
2026-02-272.8710
2026-03-062.8677
2026-03-132.9037
2026-03-202.8726
2026-03-272.8423
2026-04-032.8312
2026-04-102.8593
2026-04-172.8542
2026-04-242.8673
2026-05-012.8926
2026-05-082.8909
2026-05-162.8675
2026-05-242.8672
2026-05-312.8666
2026-06-092.8697
2026-06-162.8740
2026-06-232.8733
2026-06-302.8521
2026-07-072.8555
2026-07-142.8714
2026-07-212.8732
2026-07-282.8614
2026-08-042.8695
2026-08-112.8690
2026-08-182.8636
2026-08-262.8659
2026-09-022.8639
2026-09-092.8615
2026-09-162.8561
2026-09-232.8621

High

2.9037

Low

2.3619

Average

2.7087

For developers

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

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