Skip to content

TND to LVL exchange rate API

Tunisian Dinar to Latvian Lats · quoted 2026-09-25

0.20899

▲ +0.83% over YTD

1 TND = 0.20899 LVL · 1 LVL = 4.7848 TND · Get this rate via the API

1 TND buys 0.20899 LVL as of 2026-09-25, so 1 LVL buys 4.7848 TND. Over the year to date, TND/LVL traded between 0.20714 and 0.21102, averaged 0.20828 and rose 0.83%. The API holds daily TND/LVL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/LVL over YTD

TND/LVL over YTD: show the values
PointTND/LVL
2025-12-310.20727
2026-01-070.20792
2026-01-140.20840
2026-01-210.20804
2026-01-280.20728
2026-02-040.20817
2026-02-110.20771
2026-02-180.20826
2026-02-250.20801
2026-03-040.20892
2026-03-110.20738
2026-03-180.20773
2026-03-250.20832
2026-04-010.20766
2026-04-080.20714
2026-04-150.20821
2026-04-220.21102
2026-04-290.20976
2026-05-060.20934
2026-05-140.20761
2026-05-210.20810
2026-05-290.20836
2026-06-050.20796
2026-06-140.20782
2026-06-210.20788
2026-06-280.20843
2026-07-050.20836
2026-07-120.20838
2026-07-190.20825
2026-07-260.20833
2026-08-020.20777
2026-08-090.20810
2026-08-160.20843
2026-08-240.20820
2026-08-310.21039
2026-09-070.20752
2026-09-140.20971
2026-09-210.20792

High

0.21102

Low

0.20714

Average

0.20828

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/LVL API questions

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

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

How far back does TND/LVL historical data go?

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