Livento Group, Inc. (LIVG) Total Liabilities (2013 - 2026)
Livento (LIVG) posted Total Liabilities of $3.5 million for Q2 2026, down 7.17% on a QoQ basis from $3.8 million in Q1 2026, and up 2.64% year-over-year from $3.4 million in Q2 2025.
Livento Group, Inc. (LIVG) Total Liabilities (2013 - 2026) Analysis & Trends
Livento has reported Total Liabilities for 9 years, with the latest figure at $3.5 million in Q2 2026.
- On a quarterly basis, Total Liabilities rose 2.64% year-over-year to $3.5 million in Q2 2026; TTM through Jun 2026 was $3.5 million, a 2.64% increase from a year earlier, with the FY2025 full-year figure at $3.8 million, down 7.97% from the prior year.
- Total Liabilities was $3.5 million for Q2 2026 at Livento, down from $3.8 million in the prior quarter.
- The five-year high for Total Liabilities was $4.2 million in Q4 2024, with the low at -$20.2 million in Q1 2022.
- Average Total Liabilities over 5 years is $901111.2, with a median of $3.7 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Total Liabilities surged 1154.58% in 2022, then sank 31.67% in 2025.
- Over 5 years, Total Liabilities stood at $3.2 million in 2022, then increased by 18.16% to $3.8 million in 2023, then increased by 8.95% to $4.2 million in 2024, then fell by 7.97% to $3.8 million in 2025, then declined by 8.99% to $3.5 million in 2026.
- The last three Total Liabilities figures came in at $3.5 million (Q2 2026), $3.8 million (Q1 2026), and $3.8 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.50 Mn |
| Mar 31, 2026 | 3.77 Mn |
| Dec 31, 2025 | 3.85 Mn |
| Sep 30, 2025 | 2.80 Mn |
| Jun 30, 2025 | 3.41 Mn |
| Mar 31, 2025 | 3.87 Mn |
| Dec 31, 2024 | 4.18 Mn |
| Sep 30, 2024 | 4.09 Mn |
| Jun 30, 2024 | 4.10 Mn |
| Mar 31, 2024 | 4.01 Mn |
| Dec 31, 2023 | 3.84 Mn |
| Sep 30, 2023 | 4.05 Mn |
| Jun 30, 2023 | 3.68 Mn |
| Mar 31, 2023 | 3.37 Mn |
| Dec 31, 2022 | 3.25 Mn |
| Sep 30, 2022 | 499,439.00 |
| Jun 30, 2022 | -19.88 Mn |
| Mar 31, 2022 | -20.19 Mn |
| Dec 31, 2021 | 258,900.00 |
| Dec 31, 2015 | -99.12 Mn |
Livento Group, Inc. Total 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=total-liabilities&ticker=LIVG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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=total-liabilities&ticker=LIVG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();