3 E Network Technology (MASK) Long-Term Investments (2025)
3 E Network Technology's (MASK) quarterly Long-Term Investments came in at $625505.0 in Q2 2025.
Analysis
3 E Network Technology (MASK) Long-Term Investments (2025) Analysis & Trends
3 E Network Technology (MASK) has reported Long-Term Investments for 1 consecutive years, with $625505.0 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Long-Term Investments changed N/A year-over-year to $625505.0; the trailing twelve-month figure through Jun 2025 stood at $625505.0 (changed N/A YoY), and the FY2025 full-year result was $625505.0, changed N/A from the prior year.
- Long-Term Investments steadied at $625505.0 in Q2 2025 per MASK's latest filing.
- Across five years, Long-Term Investments topped out at $625505.0 in Q2 2025 and bottomed at $625505.0 in Q2 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | - |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 87.67 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 | - | - |
API Access
3 E Network Technology Long-Term Investments 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=long-term-investments&ticker=MASK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=MASK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();