Skip to content

TND to LRD exchange rate API

Tunisian Dinar to Liberian Dollar · quoted 2026-09-25

58.5766

▼ +5.62% over 1Y

1 TND = 58.5766 LRD · 1 LRD = 0.01707 TND · Get this rate via the API

1 TND buys 58.5766 LRD as of 2026-09-25, so 1 LRD buys 0.01707 TND. Over the last year, TND/LRD traded between 58.5766 and 65.5464, averaged 62.3071 and fell 5.62%. The API holds daily TND/LRD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/LRD over 1Y

TND/LRD over 1Y: show the values
PointTND/LRD
2025-09-2562.0664
2025-10-0262.6007
2025-10-0961.7586
2025-10-1662.5059
2025-10-2362.2286
2025-10-3062.5959
2025-11-0661.9855
2025-11-1362.1037
2025-11-2061.0755
2025-11-2760.3844
2025-12-0460.6706
2025-12-1260.4584
2025-12-1960.9428
2025-12-2661.4877
2026-01-0261.8802
2026-01-0961.8393
2026-01-1662.3244
2026-01-2364.4319
2026-01-3065.2200
2026-02-0664.9258
2026-02-1365.5464
2026-02-2064.5883
2026-02-2764.1113
2026-03-0662.8199
2026-03-1362.6254
2026-03-2062.7932
2026-03-2762.6491
2026-04-0362.4642
2026-04-1063.8926
2026-04-1763.7639
2026-04-2463.9289
2026-05-0163.7922
2026-05-0863.2635
2026-05-1663.0863
2026-05-2462.8433
2026-05-3162.9785
2026-06-0962.4229
2026-06-1662.4647
2026-06-2361.9578
2026-06-3061.9255
2026-07-0761.4600
2026-07-1461.6113
2026-07-2161.4864
2026-07-2861.1618
2026-08-0461.7305
2026-08-1161.7064
2026-08-1862.2345
2026-08-2662.5663
2026-09-0261.9203
2026-09-0961.8279
2026-09-1659.8789
2026-09-2358.7134

High

65.5464

Low

58.5766

Average

62.3071

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/LRD API questions

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

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

How far back does TND/LRD historical data go?

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