Aibotics, Inc. (AIBT) EBITDA (2018 - 2026)
Aibotics' (AIBT) quarterly EBITDA came in at -$413663.0 in Q2 2026, down 14.72% on a YoY basis from -$485075.2 in Q2 2025, and down 15.08% quarter-over-quarter from -$359463.0 in Q1 2026.
Aibotics, Inc. (AIBT) EBITDA (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported EBITDA for 9 consecutive years, with -$413663.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA fell 14.72% year-over-year to -$413663.0; the trailing twelve-month figure through Jun 2026 stood at -$1.7 million (up 2.53% YoY), and the FY2025 full-year result was -$1.8 million, down 12.84% from the prior year.
- EBITDA eased to -$413663.0 in Q2 2026 per AIBT's latest filing, from -$359463.0 in the prior quarter.
- Across five years, EBITDA topped out at -$106982.0 in Q3 2022 and bottomed at -$1.1 million in Q1 2022.
- Historically, EBITDA has averaged -$366982.0 across 5 years, with a median of -$360725.5 in 2024.
- The widest YoY moves for EBITDA: up 95.46% in 2022, down 14469.03% in 2022.
- Over 5 years, EBITDA stood at -$346636.0 in 2022, then jumped by 45.49% to -$188939.0 in 2023, then plunged by 163.19% to -$497278.0 in 2024, then increased by 4.63% to -$474265.0 in 2025, then advanced by 12.78% to -$413663.0 in 2026.
- According to Business Quant data, EBITDA over the past three periods registered -$413663.0, -$359463.0, and -$474265.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -413,663.00 |
| Mar 31, 2026 | -359,463.00 |
| Dec 31, 2025 | -474,265.00 |
| Sep 30, 2025 | -480,365.00 |
| Jun 30, 2025 | -360,579.00 |
| Mar 31, 2025 | -529,464.00 |
| Dec 31, 2024 | -497,278.00 |
| Sep 30, 2024 | -385,257.00 |
| Jun 30, 2024 | -391,410.00 |
| Mar 31, 2024 | -360,872.00 |
| Dec 31, 2023 | -188,939.00 |
| Sep 30, 2023 | -165,421.00 |
| Jun 30, 2023 | -117,353.00 |
| Mar 31, 2023 | -145,011.00 |
| Dec 31, 2022 | -346,636.00 |
| Sep 30, 2022 | -106,982.00 |
| Jun 30, 2022 | -160,611.00 |
| Mar 31, 2022 | -1.12 Mn |
| Dec 31, 2021 | -2.52 Mn |
| Sep 30, 2021 | -2.35 Mn |
Aibotics, Inc. EBITDA 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=ebitda&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();