Aibotics, Inc. (AIBT) Retained Earnings (2018 - 2026)
Aibotics' (AIBT) quarterly Retained Earnings came in at -$14.0 million in Q2 2026, down 17.61% on a YoY basis from -$17.0 million in Q2 2025, and down 3.99% quarter-over-quarter from -$13.4 million in Q1 2026.
Aibotics, Inc. (AIBT) Retained Earnings (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Retained Earnings for 9 consecutive years, with -$14.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings fell 17.61% year-over-year to -$14.0 million; the trailing twelve-month figure through Jun 2026 stood at -$14.0 million (down 17.61% YoY), and the FY2025 full-year result was -$13.0 million, down 20.5% from the prior year.
- Retained Earnings declined to -$14.0 million in Q2 2026 per AIBT's latest filing, from -$13.4 million in the prior quarter.
- Across five years, Retained Earnings topped out at $6.6 million in Q1 2022 and bottomed at -$14.0 million in Q2 2026.
- Historically, Retained Earnings has averaged -$9.2 million across 5 years, with a median of -$9.6 million in 2024.
- The widest YoY moves for Retained Earnings: up 17805.33% in 2022, down 4652.98% in 2022.
- Over 5 years, Retained Earnings stood at -$7.8 million in 2022, then retreated by 15.19% to -$9.0 million in 2023, then declined by 20.63% to -$10.8 million in 2024, then declined by 20.5% to -$13.0 million in 2025, then dropped by 7.33% to -$14.0 million in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$14.0 million, -$13.4 million, and -$13.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.98 Mn |
| Mar 31, 2026 | -13.44 Mn |
| Dec 31, 2025 | -13.03 Mn |
| Sep 30, 2025 | -12.42 Mn |
| Jun 30, 2025 | -11.89 Mn |
| Mar 31, 2025 | -11.40 Mn |
| Dec 31, 2024 | -10.81 Mn |
| Sep 30, 2024 | -10.32 Mn |
| Jun 30, 2024 | -9.86 Mn |
| Mar 31, 2024 | -9.39 Mn |
| Dec 31, 2023 | -8.96 Mn |
| Sep 30, 2023 | -8.67 Mn |
| Jun 30, 2023 | -8.36 Mn |
| Mar 31, 2023 | -8.08 Mn |
| Dec 31, 2022 | -7.78 Mn |
| Sep 30, 2022 | -7.18 Mn |
| Jun 30, 2022 | -6.88 Mn |
| Mar 31, 2022 | 6.62 Mn |
| Dec 31, 2021 | 5.21 Mn |
| Sep 30, 2021 | 2.75 Mn |
Aibotics, Inc. Retained Earnings 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=retained-earnings&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();