Aibotics, Inc. (AIBT) Invested Capital (2020 - 2026)
Aibotics' (AIBT) quarterly Invested Capital came in at -$3.5 million in Q2 2026, down 21.71% on a YoY basis from -$4.4 million in Q2 2025, and down 12.62% quarter-over-quarter from -$3.1 million in Q1 2026.
Aibotics, Inc. (AIBT) Invested Capital (2020 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Invested Capital for 7 consecutive years, with -$3.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Invested Capital fell 21.71% year-over-year to -$3.5 million; the trailing twelve-month figure through Jun 2026 stood at -$3.5 million (down 21.71% YoY), and the FY2025 full-year result was -$2.8 million, down 23.85% from the prior year.
- Invested Capital eased to -$3.5 million in Q2 2026 per AIBT's latest filing, from -$3.1 million in the prior quarter.
- Across five years, Invested Capital topped out at $7.5 billion in Q1 2025 and bottomed at -$3.5 million in Q2 2026.
- Historically, Invested Capital has averaged $415.3 million across 5 years, with a median of -$1.1 million in 2023.
- The sharpest annual moves came in 2023 and 2025: Invested Capital tumbled 1065.56% in 2023, then surged 553992.48% in 2025.
- Over 5 years, Invested Capital stood at -$609502.0 in 2022, then tumbled by 53.84% to -$937659.0 in 2023, then plunged by 144.73% to -$2.3 million in 2024, then retreated by 23.85% to -$2.8 million in 2025, then slipped by 22.33% to -$3.5 million in 2026.
- According to Business Quant data, Invested Capital over the past three periods registered -$3.5 million, -$3.1 million, and -$2.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -3.48 Mn |
| Mar 31, 2026 | -3.09 Mn |
| Dec 31, 2025 | -2.84 Mn |
| Sep 30, 2025 | -2.57 Mn |
| Jun 30, 2025 | -2.86 Mn |
| Mar 31, 2025 | 7.50 Bn |
| Dec 31, 2024 | -2.29 Mn |
| Sep 30, 2024 | -2.26 Mn |
| Jun 30, 2024 | -1.82 Mn |
| Mar 31, 2024 | -1.35 Mn |
| Dec 31, 2023 | -937,659.00 |
| Sep 30, 2023 | -695,793.00 |
| Jun 30, 2023 | -500,757.00 |
| Mar 31, 2023 | -403,583.00 |
| Dec 31, 2022 | -609,502.00 |
| Sep 30, 2022 | -59,696.00 |
| Jun 30, 2022 | -159,155.00 |
| Mar 31, 2022 | 791,125.00 |
| Dec 31, 2021 | 552,021.00 |
| Sep 30, 2021 | 858,898.00 |
Aibotics, Inc. Invested Capital 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=invested-capital&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();