3 E Network Technology (MASK) Liabilities and Shareholders Equity (2024 - 2025)
3 E Network Technology's (MASK) quarterly Liabilities and Shareholders Equity came in at $13.4 million in Q4 2025, up 149.01% on a YoY basis from $5.4 million in Q4 2024, and up 42.83% quarter-over-quarter from $9.4 million in Q2 2025.
3 E Network Technology (MASK) Liabilities and Shareholders Equity (2024 - 2025) Analysis & Trends
3 E Network Technology (MASK) has reported Liabilities and Shareholders Equity for 2 consecutive years, with $13.4 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Liabilities and Shareholders Equity rose 149.01% year-over-year to $13.4 million; the trailing twelve-month figure through Dec 2025 stood at $31.9 million (changed N/A YoY), and the FY2025 full-year result was $9.4 million, up 142.33% from the prior year.
- Liabilities and Shareholders Equity climbed to $13.4 million in Q4 2025 per MASK's latest filing, from $9.4 million in the prior quarter.
- Across five years, Liabilities and Shareholders Equity topped out at $13.4 million in Q4 2025 and bottomed at $3.9 million in Q2 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Liabilities and Shareholders Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 10.14 Bn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 648.37 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | 5.31 Bn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | 293.70 Mn |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | 701.14 Mn |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | 13.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 13.36 Mn |
| Jun 30, 2025 | 9.36 Mn |
| Dec 31, 2024 | 5.37 Mn |
| Jun 30, 2024 | 3.86 Mn |
3 E Network Technology Liabilities and Shareholders Equity 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=liabilities-and-shareholders-equity&ticker=MASK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-and-shareholders-equity", "ticker": "MASK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=liabilities-and-shareholders-equity&ticker=MASK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();