Skip to content

TND to LRD exchange rate API

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

58.5766

▼ +5.27% over YTD

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 year to date, TND/LRD traded between 58.5766 and 65.6769, averaged 62.5783 and fell 5.27%. 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 YTD

TND/LRD over YTD: show the values
PointTND/LRD
2025-12-3161.8371
2026-01-0761.6836
2026-01-1462.1386
2026-01-2163.9038
2026-01-2865.4326
2026-02-0465.0071
2026-02-1165.6769
2026-02-1865.1958
2026-02-2564.0681
2026-03-0463.2871
2026-03-1162.7994
2026-03-1862.2680
2026-03-2563.2841
2026-04-0162.7810
2026-04-0863.4995
2026-04-1563.4875
2026-04-2264.2858
2026-04-2963.7190
2026-05-0663.3726
2026-05-1463.3746
2026-05-2163.0342
2026-05-2962.7306
2026-06-0562.8173
2026-06-1462.5984
2026-06-2161.9426
2026-06-2861.4869
2026-07-0561.6619
2026-07-1261.4687
2026-07-1961.4014
2026-07-2661.0977
2026-08-0261.7550
2026-08-0962.1372
2026-08-1662.2860
2026-08-2462.8208
2026-08-3162.7077
2026-09-0759.9895
2026-09-1460.2513
2026-09-2158.6874

High

65.6769

Low

58.5766

Average

62.5783

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.