TND to LRD exchange rate API
Tunisian Dinar to Liberian Dollar · quoted 2026-09-25
58.5766
▼ +6.38% over 30D
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 30 days, TND/LRD traded between 58.5766 and 62.7077, averaged 60.5259 and fell 6.38%. 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 30D: show the values
| Point | TND/LRD |
|---|---|
| 2026-08-26 | 62.5663 |
| 2026-08-27 | 62.5356 |
| 2026-08-28 | 62.3604 |
| 2026-08-29 | 62.0037 |
| 2026-08-30 | 61.9673 |
| 2026-08-31 | 62.7077 |
| 2026-09-01 | 62.0335 |
| 2026-09-02 | 61.9203 |
| 2026-09-03 | 61.0669 |
| 2026-09-04 | 61.0752 |
| 2026-09-05 | 61.4764 |
| 2026-09-06 | 61.4654 |
| 2026-09-07 | 59.9895 |
| 2026-09-08 | 60.3050 |
| 2026-09-09 | 61.8279 |
| 2026-09-10 | 60.1492 |
| 2026-09-11 | 60.0408 |
| 2026-09-12 | 60.2032 |
| 2026-09-13 | 60.3000 |
| 2026-09-14 | 60.2513 |
| 2026-09-15 | 59.4862 |
| 2026-09-16 | 59.8789 |
| 2026-09-17 | 59.4722 |
| 2026-09-18 | 59.9149 |
| 2026-09-19 | 58.8621 |
| 2026-09-20 | 59.0835 |
| 2026-09-21 | 58.6874 |
| 2026-09-22 | 58.8041 |
| 2026-09-23 | 58.7134 |
| 2026-09-24 | 58.5766 |
High
62.7077
Low
58.5766
Average
60.5259
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=LRD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=LRD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.