Skip to content

USD to LRD exchange rate API

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

171.9900

▼ +4.66% over 1Y

1 USD = 171.9900 LRD · 1 LRD = 0.005814 USD · Get this rate via the API

1 USD buys 171.9900 LRD as of 2026-09-25, so 1 LRD buys 0.005814 USD. Over the last year, USD/LRD traded between 171.9900 and 186.7437, averaged 181.5297 and fell 4.66%. The API holds daily USD/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/LRD over 1Y

USD/LRD over 1Y: show the values
PointUSD/LRD
2025-09-25180.3987
2025-10-02181.6125
2025-10-09180.8343
2025-10-16182.6878
2025-10-23182.8135
2025-10-30183.3253
2025-11-06183.3485
2025-11-13182.9943
2025-11-20180.7144
2025-11-27177.7966
2025-12-04177.5212
2025-12-12176.4758
2025-12-19177.5219
2025-12-26177.5942
2026-01-02178.4333
2026-01-09179.3850
2026-01-16180.4726
2026-01-23185.1580
2026-01-30185.3219
2026-02-06185.9964
2026-02-13186.7437
2026-02-20185.5687
2026-02-27183.7039
2026-03-06182.4569
2026-03-13183.6120
2026-03-20183.0367
2026-03-27183.3860
2026-04-03183.1758
2026-04-10184.2502
2026-04-17183.9906
2026-04-24184.2749
2026-05-01183.8500
2026-05-08184.1072
2026-05-16183.3779
2026-05-24183.1312
2026-05-31182.9098
2026-06-09182.4914
2026-06-16182.2039
2026-06-23182.1994
2026-06-30182.6141
2026-07-07181.1790
2026-07-14181.9241
2026-07-21181.2084
2026-07-28181.3186
2026-08-04180.6352
2026-08-11180.5418
2026-08-18181.5402
2026-08-26181.4370
2026-09-02180.7565
2026-09-09179.2339
2026-09-16174.5896
2026-09-23173.2272

High

186.7437

Low

171.9900

Average

181.5297

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/LRD API questions

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

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

How far back does USD/LRD historical data go?

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