3 E Network Technology (MASK) Accounts Payables (2024 - 2025)
3 E Network Technology's (MASK) quarterly Accounts Payables came in at $3000.0 in Q2 2025, down 99.62% quarter-over-quarter from $800000.0 in Q4 2024.
3 E Network Technology (MASK) Accounts Payables (2024 - 2025) Analysis & Trends
3 E Network Technology (MASK) has reported Accounts Payables for 2 consecutive years, with $3000.0 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Accounts Payables changed N/A year-over-year to $3000.0; the trailing twelve-month figure through Jun 2025 stood at $3000.0 (changed N/A YoY), and the FY2025 full-year result was $3000.0, changed N/A from the prior year.
- Accounts Payables retreated to $3000.0 in Q2 2025 per MASK's latest filing, from $800000.0 in the prior quarter.
- Across five years, Accounts Payables topped out at $800000.0 in Q4 2024 and bottomed at $3000.0 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Accounts Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Costar | 11.66 Bn | 10.40 Bn | 728.00 Mn | 44.00 Mn |
| 2 | Appfolio | 7.30 Bn | 7.08 Bn | 178.53 Mn | 4.78 Mn |
| 3 | Zillow | 6.96 Bn | 6.28 Bn | 562.00 Mn | 72.00 Mn |
| 4 | SmartRent | 229.93 Mn | 137.27 Mn | 16.22 Mn | 8.46 Mn |
| 5 | Fangdd Network | 23.51 Mn | -82.57 Mn | - | 55.87 Mn |
| 6 | 3 E Network Technology | 430,612.01 | -468,262.99 | - | - |
3 E Network Technology Accounts Payables 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=accounts-payables&ticker=MASK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-payables", "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=accounts-payables&ticker=MASK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();