Skip to content

FJD to LRD exchange rate API

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

76.6171

▼ +2.51% over YTD

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 year to date, FJD/LRD traded between 76.6171 and 84.6987, averaged 81.6575 and fell 2.51%. 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 YTD

FJD/LRD over YTD: show the values
PointFJD/LRD
2025-12-3178.5860
2026-01-0778.4837
2026-01-1478.9877
2026-01-2181.1955
2026-01-2883.4077
2026-02-0483.8556
2026-02-1184.6987
2026-02-1884.1951
2026-02-2583.2510
2026-03-0482.9576
2026-03-1182.9762
2026-03-1882.4978
2026-03-2582.4213
2026-04-0182.0279
2026-04-0882.4566
2026-04-1583.4565
2026-04-2283.5304
2026-04-2983.2958
2026-05-0683.2985
2026-05-1483.5369
2026-05-2182.9506
2026-05-2982.3491
2026-06-0582.9200
2026-06-1481.8395
2026-06-2181.2972
2026-06-2880.3119
2026-07-0580.5175
2026-07-1280.6569
2026-07-1980.6735
2026-07-2680.6770
2026-08-0281.6197
2026-08-0981.6647
2026-08-1681.6495
2026-08-2482.4607
2026-08-3181.6632
2026-09-0779.2336
2026-09-1478.7996
2026-09-2177.6249

High

84.6987

Low

76.6171

Average

81.6575

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.