Aibotics, Inc. (AIBT) Non Operating Income (2018 - 2026)
Aibotics' (AIBT) quarterly Non Operating Income came in at -$123305.0 in Q2 2026, up 1.8% on a YoY basis from -$121120.3 in Q2 2025, and down 110.27% quarter-over-quarter from -$58642.0 in Q1 2026.
Aibotics, Inc. (AIBT) Non Operating Income (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Non Operating Income for 9 consecutive years, with -$123305.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income rose 1.8% year-over-year to -$123305.0; the trailing twelve-month figure through Jun 2026 stood at -$365522.0 (down 42.43% YoY), and the FY2025 full-year result was -$371078.0, down 73.84% from the prior year.
- Non Operating Income retreated to -$123305.0 in Q2 2026 per AIBT's latest filing, from -$58642.0 in the prior quarter.
- Across five years, Non Operating Income topped out at $5764.0 in Q4 2024 and bottomed at -$256950.0 in Q4 2022.
- Historically, Non Operating Income has averaged -$122591.1 across 5 years, with a median of -$124437.5 in 2025.
- The sharpest annual moves came in 2022 and 2024: Non Operating Income slumped 33841.08% in 2022, then soared 105.65% in 2024.
- Over 5 years, Non Operating Income stood at -$256950.0 in 2022, then soared by 60.29% to -$102022.0 in 2023, then soared by 105.65% to $5764.0 in 2024, then tumbled by 2425.09% to -$134018.0 in 2025, then gained by 7.99% to -$123305.0 in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$123305.0, -$58642.0, and -$134018.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -123,305.00 |
| Mar 31, 2026 | -58,642.00 |
| Dec 31, 2025 | -134,018.00 |
| Sep 30, 2025 | -49,557.00 |
| Jun 30, 2025 | -125,570.00 |
| Mar 31, 2025 | -61,933.00 |
| Dec 31, 2024 | 5,764.00 |
| Sep 30, 2024 | -74,887.00 |
| Jun 30, 2024 | -79,265.00 |
| Mar 31, 2024 | -65,070.00 |
| Dec 31, 2023 | -102,022.00 |
| Sep 30, 2023 | -143,279.00 |
| Jun 30, 2023 | -161,329.00 |
| Mar 31, 2023 | -157,993.00 |
| Dec 31, 2022 | -256,950.00 |
| Sep 30, 2022 | -185,651.00 |
| Jun 30, 2022 | -250,329.00 |
| Mar 31, 2022 | -182,603.00 |
| Dec 31, 2021 | -116,966.00 |
| Sep 30, 2021 | -31,604.00 |
Aibotics, Inc. Non Operating Income 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=non-operating-income&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();