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: show the values
| Point | TND/LRD |
|---|---|
| 2025-09-25 | 62.0664 |
| 2025-10-02 | 62.6007 |
| 2025-10-09 | 61.7586 |
| 2025-10-16 | 62.5059 |
| 2025-10-23 | 62.2286 |
| 2025-10-30 | 62.5959 |
| 2025-11-06 | 61.9855 |
| 2025-11-13 | 62.1037 |
| 2025-11-20 | 61.0755 |
| 2025-11-27 | 60.3844 |
| 2025-12-04 | 60.6706 |
| 2025-12-12 | 60.4584 |
| 2025-12-19 | 60.9428 |
| 2025-12-26 | 61.4877 |
| 2026-01-02 | 61.8802 |
| 2026-01-09 | 61.8393 |
| 2026-01-16 | 62.3244 |
| 2026-01-23 | 64.4319 |
| 2026-01-30 | 65.2200 |
| 2026-02-06 | 64.9258 |
| 2026-02-13 | 65.5464 |
| 2026-02-20 | 64.5883 |
| 2026-02-27 | 64.1113 |
| 2026-03-06 | 62.8199 |
| 2026-03-13 | 62.6254 |
| 2026-03-20 | 62.7932 |
| 2026-03-27 | 62.6491 |
| 2026-04-03 | 62.4642 |
| 2026-04-10 | 63.8926 |
| 2026-04-17 | 63.7639 |
| 2026-04-24 | 63.9289 |
| 2026-05-01 | 63.7922 |
| 2026-05-08 | 63.2635 |
| 2026-05-16 | 63.0863 |
| 2026-05-24 | 62.8433 |
| 2026-05-31 | 62.9785 |
| 2026-06-09 | 62.4229 |
| 2026-06-16 | 62.4647 |
| 2026-06-23 | 61.9578 |
| 2026-06-30 | 61.9255 |
| 2026-07-07 | 61.4600 |
| 2026-07-14 | 61.6113 |
| 2026-07-21 | 61.4864 |
| 2026-07-28 | 61.1618 |
| 2026-08-04 | 61.7305 |
| 2026-08-11 | 61.7064 |
| 2026-08-18 | 62.2345 |
| 2026-08-26 | 62.5663 |
| 2026-09-02 | 61.9203 |
| 2026-09-09 | 61.8279 |
| 2026-09-16 | 59.8789 |
| 2026-09-23 | 58.7134 |
High
65.5464
Low
58.5766
Average
62.3071
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.