Skip to content

FJD to LRD exchange rate API

Fiji Dollar to Liberian Dollar · quoted 2026-09-25

76.6171

▼ +4.14% over 1Y

1 FJD = 76.6171 LRD · 1 LRD = 0.01305 FJD · Get this rate via the API

1 FJD buys 76.6171 LRD as of 2026-09-25, so 1 LRD buys 0.01305 FJD. Over the last year, FJD/LRD traded between 76.6171 and 84.7458, averaged 81.0314 and fell 4.14%. The API holds daily FJD/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/LRD over 1Y

FJD/LRD over 1Y: show the values
PointFJD/LRD
2025-09-2579.9274
2025-10-0280.1602
2025-10-0979.5558
2025-10-1679.9343
2025-10-2379.6782
2025-10-3080.3913
2025-11-0679.9278
2025-11-1379.9196
2025-11-2078.4619
2025-11-2777.6170
2025-12-0477.8843
2025-12-1277.6212
2025-12-1977.7786
2025-12-2678.1695
2026-01-0278.2932
2026-01-0978.7909
2026-01-1679.2035
2026-01-2382.2238
2026-01-3083.9476
2026-02-0683.6438
2026-02-1384.7458
2026-02-2084.1166
2026-02-2783.3906
2026-03-0682.1131
2026-03-1383.2547
2026-03-2082.6624
2026-03-2781.7381
2026-04-0381.2731
2026-04-1082.8994
2026-04-1783.0951
2026-04-2483.2079
2026-05-0183.6817
2026-05-0883.8715
2026-05-1683.1987
2026-05-2482.5415
2026-05-3182.5820
2026-06-0982.2678
2026-06-1682.0800
2026-06-2381.4515
2026-06-3081.1584
2026-07-0780.7692
2026-07-1481.2356
2026-07-2181.1635
2026-07-2881.0652
2026-08-0481.2088
2026-08-1181.2138
2026-08-1881.7752
2026-08-2682.2008
2026-09-0281.5216
2026-09-0981.1370
2026-09-1678.6538
2026-09-2377.6446

High

84.7458

Low

76.6171

Average

81.0314

For developers

Get this rate via the API

One GET request returns the FJD/LRD 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=LRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=LRD");
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=LRD").json()

Replace YOUR_API_KEY with the key from your dashboard.

FJD/LRD API questions

How do I get the FJD/LRD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD&currencies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FJD/LRD rate in rates.LRD.

How far back does FJD/LRD historical data go?

Daily FJD/LRD 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/LRD 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.