3 E Network Technology (MASK) Shares Outstanding (Diluted) (2023 - 2025)
Analysis
3 E Network Technology (MASK) Shares Outstanding (Diluted) (2023 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Dil.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 404.40 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 35.46 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | 227.90 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | 192.41 Mn |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | 6.54 Mn |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | 423,901.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 423,901.00 |
| Jun 30, 2025 | 423,901.00 |
| Dec 31, 2024 | 400,000.00 |
| Jun 30, 2024 | 400,000.00 |
| Jun 30, 2023 | 400,000.00 |
API Access
3 E Network Technology Shares Outstanding (Diluted) 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=shares-outstanding-diluted&ticker=MASK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-diluted", "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=shares-outstanding-diluted&ticker=MASK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();