Skip to content

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

TOP/LRD over 1Y: show the values
PointTOP/LRD
2025-09-2577.1833
2025-10-0276.8311
2025-10-0976.4390
2025-10-1677.4478
2025-10-2377.4981
2025-10-3077.2060
2025-11-0677.7374
2025-11-1377.6733
2025-11-2075.4716
2025-11-2774.1347
2025-12-0474.3015
2025-12-1273.6356
2025-12-1974.2719
2025-12-2675.2725
2026-01-0274.6242
2026-01-0974.9246
2026-01-1676.5677
2026-01-2378.2791
2026-01-3079.0824
2026-02-0679.0975
2026-02-1379.9285
2026-02-2079.1892
2026-02-2778.5398
2026-03-0677.6763
2026-03-1378.3262
2026-03-2077.9857
2026-03-2778.5990
2026-04-0377.5782
2026-04-1078.5126
2026-04-1876.5042
2026-04-2576.0851
2026-05-0276.3677
2026-05-0976.2135
2026-05-1777.7958
2026-05-2578.1284
2026-06-0178.1036
2026-06-1077.9016
2026-06-1778.2534
2026-06-2477.2147
2026-07-0176.5129
2026-07-0877.3630
2026-07-1576.9890
2026-07-2276.6638
2026-07-2977.1109
2026-08-0576.5972
2026-08-1276.8694
2026-08-2077.2741
2026-08-2777.7301
2026-09-0376.0871
2026-09-1074.5820
2026-09-1774.1010
2026-09-2473.3236

High

79.9285

Low

72.5415

Average

76.7986

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&currencies=LRD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP&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=TOP&currencies=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&currencies=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.