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