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: show the values
| Point | USD/LRD |
|---|---|
| 2025-09-25 | 180.3987 |
| 2025-10-02 | 181.6125 |
| 2025-10-09 | 180.8343 |
| 2025-10-16 | 182.6878 |
| 2025-10-23 | 182.8135 |
| 2025-10-30 | 183.3253 |
| 2025-11-06 | 183.3485 |
| 2025-11-13 | 182.9943 |
| 2025-11-20 | 180.7144 |
| 2025-11-27 | 177.7966 |
| 2025-12-04 | 177.5212 |
| 2025-12-12 | 176.4758 |
| 2025-12-19 | 177.5219 |
| 2025-12-26 | 177.5942 |
| 2026-01-02 | 178.4333 |
| 2026-01-09 | 179.3850 |
| 2026-01-16 | 180.4726 |
| 2026-01-23 | 185.1580 |
| 2026-01-30 | 185.3219 |
| 2026-02-06 | 185.9964 |
| 2026-02-13 | 186.7437 |
| 2026-02-20 | 185.5687 |
| 2026-02-27 | 183.7039 |
| 2026-03-06 | 182.4569 |
| 2026-03-13 | 183.6120 |
| 2026-03-20 | 183.0367 |
| 2026-03-27 | 183.3860 |
| 2026-04-03 | 183.1758 |
| 2026-04-10 | 184.2502 |
| 2026-04-17 | 183.9906 |
| 2026-04-24 | 184.2749 |
| 2026-05-01 | 183.8500 |
| 2026-05-08 | 184.1072 |
| 2026-05-16 | 183.3779 |
| 2026-05-24 | 183.1312 |
| 2026-05-31 | 182.9098 |
| 2026-06-09 | 182.4914 |
| 2026-06-16 | 182.2039 |
| 2026-06-23 | 182.1994 |
| 2026-06-30 | 182.6141 |
| 2026-07-07 | 181.1790 |
| 2026-07-14 | 181.9241 |
| 2026-07-21 | 181.2084 |
| 2026-07-28 | 181.3186 |
| 2026-08-04 | 180.6352 |
| 2026-08-11 | 180.5418 |
| 2026-08-18 | 181.5402 |
| 2026-08-26 | 181.4370 |
| 2026-09-02 | 180.7565 |
| 2026-09-09 | 179.2339 |
| 2026-09-16 | 174.5896 |
| 2026-09-23 | 173.2272 |
High
186.7437
Low
171.9900
Average
181.5297
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.