Livento Group, Inc. (LIVG) Other Non-Current Liabilities (2015 - 2025)
Livento (LIVG) posted Other Non-Current Liabilities of $2.7 million for Q4 2025, down 19.98% on a QoQ basis from $3.4 million in Q1 2025, and down 22.87% year-over-year from $3.5 million in Q4 2024.
Livento Group, Inc. (LIVG) Other Non-Current Liabilities (2015 - 2025) Analysis & Trends
Livento has reported Other Non-Current Liabilities for 5 years, with the latest figure at $2.7 million in Q4 2025.
- On a quarterly basis, Other Non-Current Liabilities fell 22.87% year-over-year to $2.7 million in Q4 2025; TTM through Dec 2025 was $2.7 million, a 22.87% decrease from a year earlier, with the FY2025 full-year figure at $2.7 million, down 22.87% from the prior year.
- Other Non-Current Liabilities was $2.7 million for Q4 2025 at Livento, down from $3.4 million in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $3.5 million in Q1 2024, with the low at $2.7 million in Q4 2025.
- Average Other Non-Current Liabilities over 4 years is $3.3 million, with a median of $3.4 million recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Other Non-Current Liabilities gained 14.1% in 2024, then slipped 22.87% in 2025.
- Over 4 years, Other Non-Current Liabilities stood at $3.0 million in 2022, then advanced by 12.55% to $3.4 million in 2023, then advanced by 2.04% to $3.5 million in 2024, then retreated by 22.87% to $2.7 million in 2025.
- The last three Other Non-Current Liabilities figures came in at $2.7 million (Q4 2025), $3.4 million (Q1 2025), and $3.5 million (Q4 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.70 Mn |
| Mar 31, 2025 | 3.37 Mn |
| Dec 31, 2024 | 3.50 Mn |
| Sep 30, 2024 | 3.50 Mn |
| Jun 30, 2024 | 3.50 Mn |
| Mar 31, 2024 | 3.50 Mn |
| Dec 31, 2023 | 3.43 Mn |
| Sep 30, 2023 | 3.34 Mn |
| Jun 30, 2023 | 3.29 Mn |
| Mar 31, 2023 | 3.07 Mn |
| Dec 31, 2022 | 3.05 Mn |
| Dec 31, 2015 | 100,000.00 |
| Sep 30, 2015 | 100,000.00 |
| Jun 30, 2015 | 100,000.00 |
Livento Group, Inc. Other Non-Current Liabilities API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=other-non-current-liabilities&ticker=LIVG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "ticker": "LIVG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-current-liabilities&ticker=LIVG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();