3 E Network Technology (MASK) Other Accumulated Expenses (2024 - 2025)
3 E Network Technology's (MASK) quarterly Other Accumulated Expenses came in at $62200.0 in Q4 2025, down 1.27% on a YoY basis from $63000.0 in Q4 2024, and down 96.3% quarter-over-quarter from $1.7 million in Q2 2025.
3 E Network Technology (MASK) Other Accumulated Expenses (2024 - 2025) Analysis & Trends
3 E Network Technology (MASK) has reported Other Accumulated Expenses for 2 consecutive years, with $62200.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Other Accumulated Expenses fell 1.27% year-over-year to $62200.0; the trailing twelve-month figure through Dec 2025 stood at $62200.0 (down 1.27% YoY), and the FY2025 full-year result was $1.7 million, changed N/A from the prior year.
- Other Accumulated Expenses retreated to $62200.0 in Q4 2025 per MASK's latest filing, from $1.7 million in the prior quarter.
- Across five years, Other Accumulated Expenses topped out at $1.7 million in Q2 2025 and bottomed at $62200.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 62,200.00 |
| Jun 30, 2025 | 1.68 Mn |
| Dec 31, 2024 | 63,000.00 |
3 E Network Technology Other Accumulated Expenses 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-accumulated-expenses&ticker=MASK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-accumulated-expenses", "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=other-accumulated-expenses&ticker=MASK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();