Aibotics, Inc. (AIBT) Profit After Tax (2018 - 2026)
Aibotics' (AIBT) quarterly Profit After Tax 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) Profit After Tax (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Profit After Tax for 9 consecutive years, with -$536968.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax fell 10.45% year-over-year to -$536968.0; the trailing twelve-month figure through Jun 2026 stood at -$2.1 million (down 3.16% YoY), and the FY2025 full-year result was -$2.2 million, down 19.88% from the prior year.
- Profit After Tax eased to -$536968.0 in Q2 2026 per AIBT's latest filing, from -$418105.0 in the prior quarter.
- Across five years, Profit After Tax topped out at -$278682.0 in Q2 2023 and bottomed at -$1.3 million in Q1 2022.
- Historically, Profit After Tax has averaged -$489573.1 across 5 years, with a median of -$465409.5 in 2024.
- The widest YoY moves for Profit After Tax: up 87.74% in 2022, down 15733.86% in 2022.
- Over 5 years, Profit After Tax stood at -$603586.0 in 2022, then soared by 51.79% to -$290961.0 in 2023, then tumbled by 68.93% to -$491514.0 in 2024, then retreated by 23.76% to -$608284.0 in 2025, then climbed by 11.72% to -$536968.0 in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered -$536968.0, -$418105.0, and -$608284.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 | -608,284.00 |
| Sep 30, 2025 | -529,921.00 |
| Jun 30, 2025 | -486,149.00 |
| Mar 31, 2025 | -591,397.00 |
| Dec 31, 2024 | -491,514.00 |
| Sep 30, 2024 | -460,144.00 |
| Jun 30, 2024 | -470,675.00 |
| Mar 31, 2024 | -425,942.00 |
| Dec 31, 2023 | -290,961.00 |
| Sep 30, 2023 | -308,700.00 |
| Jun 30, 2023 | -278,682.00 |
| Mar 31, 2023 | -303,004.00 |
| Dec 31, 2022 | -603,586.00 |
| Sep 30, 2022 | -292,633.00 |
| Jun 30, 2022 | -410,940.00 |
| Mar 31, 2022 | -1.30 Mn |
| Dec 31, 2021 | -2.64 Mn |
| Sep 30, 2021 | -2.39 Mn |
Aibotics, Inc. Profit After Tax 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=profit-after-tax&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();