3 E Network Technology (MASK) Current Deferred Revenue (2024)
3 E Network Technology's (MASK) quarterly Current Deferred Revenue came in at $1612.0 in Q4 2024, up 59.76% quarter-over-quarter from $1009.0 in Q2 2024.
3 E Network Technology (MASK) Current Deferred Revenue (2024) Analysis & Trends
3 E Network Technology (MASK) has reported Current Deferred Revenue for 1 consecutive years, with $1612.0 the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Current Deferred Revenue changed N/A year-over-year to $1612.0; the trailing twelve-month figure through Dec 2024 stood at $1612.0 (changed N/A YoY), and the FY2024 full-year result was $1009.0, changed N/A from the prior year.
- Current Deferred Revenue climbed to $1612.0 in Q4 2024 per MASK's latest filing, from $1009.0 in the prior quarter.
- Across five years, Current Deferred Revenue topped out at $1612.0 in Q4 2024 and bottomed at $1009.0 in Q2 2024.
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 | - |
3 E Network Technology Current Deferred Revenue 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=current-deferred-revenue&ticker=MASK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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=current-deferred-revenue&ticker=MASK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();