Aibotics, Inc. (AIBT) EPS (Basic) (2018 - 2026)
Aibotics' (AIBT) quarterly EPS (Basic) came in at -$0.04 in Q2 2026, down 10.45% on a YoY basis from -$0.04 in Q2 2025, and down 28.43% quarter-over-quarter from -$0.03 in Q1 2026.
Aibotics, Inc. (AIBT) EPS (Basic) (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported EPS (Basic) for 9 consecutive years, with -$0.04 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 10.45% year-over-year to -$0.04; the trailing twelve-month figure through Jun 2026 stood at -$0.11 (up 1.37% YoY), and the FY2025 full-year result was -$0.0, up 92.86% from the prior year.
- EPS (Basic) retreated to -$0.04 in Q2 2026 per AIBT's latest filing, from -$0.03 in the prior quarter.
- Across five years, EPS (Basic) topped out at -$0.0 in Q4 2023 and bottomed at -$0.09 in Q1 2022.
- Historically, EPS (Basic) has averaged -$0.03 across 5 years, with a median of -$0.03 in 2022.
- The widest YoY moves for EPS (Basic): up 96.69% in 2022, down 14263.06% in 2022.
- Over 5 years, EPS (Basic) stood at -$0.0 in 2022, then rose by 22.17% to -$0.0 in 2023, then plunged by 183.75% to -$0.01 in 2024, then fell by 24.6% to -$0.01 in 2025, then sank by 254.21% to -$0.04 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.04, -$0.03, and -$0.01 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.04 |
| Mar 31, 2026 | -0.03 |
| Dec 31, 2025 | -0.01 |
| Sep 30, 2025 | -0.04 |
| Jun 30, 2025 | -0.03 |
| Mar 31, 2025 | -0.04 |
| Dec 31, 2024 | -0.01 |
| Sep 30, 2024 | -0.03 |
| Jun 30, 2024 | -0.03 |
| Mar 31, 2024 | -0.03 |
| Dec 31, 2023 | 0.00 |
| Sep 30, 2023 | -0.02 |
| Jun 30, 2023 | -0.02 |
| Mar 31, 2023 | -0.02 |
| Dec 31, 2022 | 0.00 |
| Sep 30, 2022 | -0.02 |
| Jun 30, 2022 | -0.03 |
| Mar 31, 2022 | -0.09 |
| Dec 31, 2021 | -0.12 |
| Sep 30, 2021 | -0.17 |
Aibotics, Inc. EPS (Basic) 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=eps-basic&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();