TOP to LRD exchange rate API
Pa’anga to Liberian Dollar · quoted 2026-09-25
72.5415
▼ +6.01% over 1Y
1 TOP = 72.5415 LRD · 1 LRD = 0.01379 TOP · Get this rate via the API
1 TOP buys 72.5415 LRD as of 2026-09-25, so 1 LRD buys 0.01379 TOP. Over the last year, TOP/LRD traded between 72.5415 and 79.9285, averaged 76.7986 and fell 6.01%. The API holds daily TOP/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TOP/LRD over 1Y: show the values
| Point | TOP/LRD |
|---|---|
| 2025-09-25 | 77.1833 |
| 2025-10-02 | 76.8311 |
| 2025-10-09 | 76.4390 |
| 2025-10-16 | 77.4478 |
| 2025-10-23 | 77.4981 |
| 2025-10-30 | 77.2060 |
| 2025-11-06 | 77.7374 |
| 2025-11-13 | 77.6733 |
| 2025-11-20 | 75.4716 |
| 2025-11-27 | 74.1347 |
| 2025-12-04 | 74.3015 |
| 2025-12-12 | 73.6356 |
| 2025-12-19 | 74.2719 |
| 2025-12-26 | 75.2725 |
| 2026-01-02 | 74.6242 |
| 2026-01-09 | 74.9246 |
| 2026-01-16 | 76.5677 |
| 2026-01-23 | 78.2791 |
| 2026-01-30 | 79.0824 |
| 2026-02-06 | 79.0975 |
| 2026-02-13 | 79.9285 |
| 2026-02-20 | 79.1892 |
| 2026-02-27 | 78.5398 |
| 2026-03-06 | 77.6763 |
| 2026-03-13 | 78.3262 |
| 2026-03-20 | 77.9857 |
| 2026-03-27 | 78.5990 |
| 2026-04-03 | 77.5782 |
| 2026-04-10 | 78.5126 |
| 2026-04-18 | 76.5042 |
| 2026-04-25 | 76.0851 |
| 2026-05-02 | 76.3677 |
| 2026-05-09 | 76.2135 |
| 2026-05-17 | 77.7958 |
| 2026-05-25 | 78.1284 |
| 2026-06-01 | 78.1036 |
| 2026-06-10 | 77.9016 |
| 2026-06-17 | 78.2534 |
| 2026-06-24 | 77.2147 |
| 2026-07-01 | 76.5129 |
| 2026-07-08 | 77.3630 |
| 2026-07-15 | 76.9890 |
| 2026-07-22 | 76.6638 |
| 2026-07-29 | 77.1109 |
| 2026-08-05 | 76.5972 |
| 2026-08-12 | 76.8694 |
| 2026-08-20 | 77.2741 |
| 2026-08-27 | 77.7301 |
| 2026-09-03 | 76.0871 |
| 2026-09-10 | 74.5820 |
| 2026-09-17 | 74.1010 |
| 2026-09-24 | 73.3236 |
High
79.9285
Low
72.5415
Average
76.7986
Get this rate via the API
One GET request returns the TOP/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=TOP¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LRD").json()Replace YOUR_API_KEY with the key from your dashboard.
TOP/LRD API questions
How do I get the TOP/LRD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=LRD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TOP/LRD rate in rates.LRD.
How far back does TOP/LRD historical data go?
Daily TOP/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 TOP/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.