Aibotics, Inc. (AIBT) Common Equity (2018 - 2026)
Aibotics' (AIBT) quarterly Common Equity came in at -$4.6 million in Q2 2026, down 9.35% on a YoY basis from -$5.1 million in Q2 2025, and down 7.52% quarter-over-quarter from -$4.3 million in Q1 2026.
Aibotics, Inc. (AIBT) Common Equity (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Common Equity for 9 consecutive years, with -$4.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Common Equity fell 9.35% year-over-year to -$4.6 million; the trailing twelve-month figure through Jun 2026 stood at -$4.6 million (down 9.35% YoY), and the FY2025 full-year result was -$4.0 million, down 16.66% from the prior year.
- Common Equity slipped to -$4.6 million in Q2 2026 per AIBT's latest filing, from -$4.3 million in the prior quarter.
- Across five years, Common Equity topped out at $7.5 billion in Q1 2025 and bottomed at -$4.6 million in Q2 2026.
- Historically, Common Equity has averaged $414.4 million across 5 years, with a median of -$2.2 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Common Equity sank 1813.44% in 2022, then jumped 305692.09% in 2025.
- Over 5 years, Common Equity stood at -$891348.0 in 2022, then tumbled by 127.56% to -$2.0 million in 2023, then plunged by 67.37% to -$3.4 million in 2024, then fell by 16.66% to -$4.0 million in 2025, then decreased by 16.2% to -$4.6 million in 2026.
- According to Business Quant data, Common Equity over the past three periods registered -$4.6 million, -$4.3 million, and -$4.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.60 Mn |
| Mar 31, 2026 | -4.28 Mn |
| Dec 31, 2025 | -3.96 Mn |
| Sep 30, 2025 | -3.89 Mn |
| Jun 30, 2025 | -4.21 Mn |
| Mar 31, 2025 | 7.50 Bn |
| Dec 31, 2024 | -3.39 Mn |
| Sep 30, 2024 | -3.36 Mn |
| Jun 30, 2024 | -2.92 Mn |
| Mar 31, 2024 | -2.45 Mn |
| Dec 31, 2023 | -2.03 Mn |
| Sep 30, 2023 | -1.74 Mn |
| Jun 30, 2023 | -1.43 Mn |
| Mar 31, 2023 | -1.19 Mn |
| Dec 31, 2022 | -891,348.00 |
| Sep 30, 2022 | -451,248.00 |
| Jun 30, 2022 | -159,155.00 |
| Mar 31, 2022 | 166,125.00 |
| Dec 31, 2021 | 52,021.00 |
| Sep 30, 2021 | 233,898.00 |
Aibotics, Inc. Common Equity 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=common-equity&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "ticker": "AIBT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=common-equity&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();