Aibotics, Inc. (AIBT) Enterprise Value (2018 - 2025)
Aibotics' (AIBT) quarterly Enterprise Value came in at -$93211.1 in Q2 2025, down 155.82% on a YoY basis from $166998.7 in Q2 2024, and down 112.65% quarter-over-quarter from $737070.4 in Q1 2025.
Aibotics, Inc. (AIBT) Enterprise Value (2018 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Enterprise Value for 8 consecutive years, with -$93211.1 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Enterprise Value fell 155.82% year-over-year to -$93211.1; the trailing twelve-month figure through Jun 2025 stood at -$93211.1 (down 155.82% YoY), and the FY2024 full-year result was $112838.8, up 500.15% from the prior year.
- Enterprise Value fell to -$93211.1 in Q2 2025 per AIBT's latest filing, from $737070.4 in the prior quarter.
- Across five years, Enterprise Value topped out at $47.9 million in Q1 2021 and bottomed at -$93211.1 in Q2 2025.
- Historically, Enterprise Value has averaged $10.1 million across 5 years, with a median of $1.1 million in 2024.
- The sharpest annual moves came in 2021 and 2025: Enterprise Value surged 4967.81% in 2021, then tumbled 155.82% in 2025.
- Over 5 years, Enterprise Value stood at $30.0 million in 2021, then tumbled by 92.38% to $2.3 million in 2022, then slumped by 99.18% to $18801.8 in 2023, then soared by 500.15% to $112838.8 in 2024, then tumbled by 182.61% to -$93211.1 in 2025.
- According to Business Quant data, Enterprise Value over the past three periods registered -$93211.1, $737070.4, and $112838.8 for Q2 2025, Q1 2025, and Q4 2024 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -93,211.09 |
| Mar 31, 2025 | 737,070.44 |
| Dec 31, 2024 | 112,838.81 |
| Sep 30, 2024 | 244,545.72 |
| Jun 30, 2024 | 166,998.72 |
| Mar 31, 2024 | 1.42 Mn |
| Dec 31, 2023 | 18,801.81 |
| Sep 30, 2023 | -19,049.19 |
| Jun 30, 2023 | 108,009.72 |
| Mar 31, 2023 | 534,474.40 |
| Dec 31, 2022 | 2.29 Mn |
| Sep 30, 2022 | 4.66 Mn |
| Jun 30, 2022 | 6.87 Mn |
| Mar 31, 2022 | 40.08 Mn |
| Dec 31, 2021 | 30.02 Mn |
| Sep 30, 2021 | 21.35 Mn |
| Jun 30, 2021 | 25.21 Mn |
| Mar 31, 2021 | 47.85 Mn |
| Dec 31, 2020 | 10.23 Mn |
| Sep 30, 2020 | 528,338.01 |
Aibotics, Inc. Enterprise Value 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=enterprise-value&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();