Skip to content

FKP to LRD exchange rate API

Falkland Islands Pound to Liberian Dollar · quoted 2026-09-25

229.0904

▼ +5.59% over 1Y

1 FKP = 229.0904 LRD · 1 LRD = 0.004365 FKP · Get this rate via the API

1 FKP buys 229.0904 LRD as of 2026-09-25, so 1 LRD buys 0.004365 FKP. Over the last year, FKP/LRD traded between 229.0904 and 254.7947, averaged 243.4033 and fell 5.59%. The API holds daily FKP/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/LRD over 1Y

FKP/LRD over 1Y: show the values
PointFKP/LRD
2025-09-25242.6486
2025-10-02244.8591
2025-10-09242.4914
2025-10-16245.5476
2025-10-23243.9387
2025-10-30242.1170
2025-11-06239.5394
2025-11-13240.1397
2025-11-20235.7899
2025-11-27235.7072
2025-12-04236.8142
2025-12-12236.3282
2025-12-19237.6117
2025-12-26239.9719
2026-01-02240.7053
2026-01-09240.8766
2026-01-16241.5300
2026-01-23249.8902
2026-01-30254.7947
2026-02-06252.0010
2026-02-13254.3848
2026-02-20249.3697
2026-02-27247.7310
2026-03-06243.9267
2026-03-13245.2634
2026-03-20245.5162
2026-03-27244.6822
2026-04-03242.2572
2026-04-10247.6223
2026-04-17249.6554
2026-04-24248.8413
2026-05-01248.0116
2026-05-08250.3251
2026-05-16244.3851
2026-05-24246.0229
2026-05-31246.1434
2026-06-09243.5986
2026-06-16244.1326
2026-06-23241.3954
2026-06-30241.6808
2026-07-07242.6068
2026-07-14243.0193
2026-07-21243.4146
2026-07-28241.1489
2026-08-04242.5642
2026-08-11243.9130
2026-08-18245.8933
2026-08-26247.5724
2026-09-02244.0558
2026-09-09242.8007
2026-09-16235.3608
2026-09-23230.6852

High

254.7947

Low

229.0904

Average

243.4033

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/LRD API questions

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

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

How far back does FKP/LRD historical data go?

Daily FKP/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 FKP/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.