Aibotics, Inc. (AIBT) Income from Continuing Operations (2018 - 2026)
Aibotics' (AIBT) quarterly Income from Continuing Operations came in at -$536968.0 in Q2 2026, down 10.45% on a YoY basis from -$599651.9 in Q2 2025, and down 28.43% quarter-over-quarter from -$418105.0 in Q1 2026.
Aibotics, Inc. (AIBT) Income from Continuing Operations (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Income from Continuing Operations for 9 consecutive years, with -$536968.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations fell 10.45% year-over-year to -$536968.0; the trailing twelve-month figure through Jun 2026 stood at -$1.6 million (up 1.37% YoY), and the FY2025 full-year result was -$1.8 million, down 18.98% from the prior year.
- Income from Continuing Operations eased to -$536968.0 in Q2 2026 per AIBT's latest filing, from -$418105.0 in the prior quarter.
- Across five years, Income from Continuing Operations topped out at -$42878.0 in Q4 2023 and bottomed at -$1.3 million in Q1 2022.
- Historically, Income from Continuing Operations has averaged -$399400.2 across 5 years, with a median of -$414522.5 in 2022.
- The widest YoY moves for Income from Continuing Operations: up 96.46% in 2022, down 15733.86% in 2022.
- Over 5 years, Income from Continuing Operations stood at -$55094.0 in 2022, then gained by 22.17% to -$42878.0 in 2023, then tumbled by 183.75% to -$121667.0 in 2024, then slipped by 24.6% to -$151595.0 in 2025, then sank by 254.21% to -$536968.0 in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered -$536968.0, -$418105.0, and -$151595.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -536,968.00 |
| Mar 31, 2026 | -418,105.00 |
| Dec 31, 2025 | -151,595.00 |
| Sep 30, 2025 | -529,921.00 |
| Jun 30, 2025 | -486,149.00 |
| Mar 31, 2025 | -591,397.00 |
| Dec 31, 2024 | -121,667.00 |
| Sep 30, 2024 | -460,144.00 |
| Jun 30, 2024 | -470,675.00 |
| Mar 31, 2024 | -425,942.00 |
| Dec 31, 2023 | -42,878.00 |
| Sep 30, 2023 | -308,700.00 |
| Jun 30, 2023 | -278,682.00 |
| Mar 31, 2023 | -303,004.00 |
| Dec 31, 2022 | -55,094.00 |
| Sep 30, 2022 | -292,633.00 |
| Jun 30, 2022 | -410,940.00 |
| Mar 31, 2022 | -1.30 Mn |
| Dec 31, 2021 | -1.56 Mn |
| Sep 30, 2021 | -2.39 Mn |
Aibotics, Inc. Income from Continuing Operations 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=income-from-continuing-operations&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();