Aibotics, Inc. (AIBT) Free Cash Flow (2018 - 2026)
Aibotics' (AIBT) quarterly Free Cash Flow came in at -$47022.0 in Q2 2026, up 71.43% on a YoY basis from -$27430.0 in Q2 2025, and down 29.69% quarter-over-quarter from -$36258.0 in Q1 2026.
Aibotics, Inc. (AIBT) Free Cash Flow (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Free Cash Flow for 9 consecutive years, with -$47022.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Free Cash Flow rose 71.43% year-over-year to -$47022.0; the trailing twelve-month figure through Jun 2026 stood at -$348602.0 (down 21.16% YoY), and the FY2025 full-year result was -$458240.0, down 76.9% from the prior year.
- Free Cash Flow slipped to -$47022.0 in Q2 2026 per AIBT's latest filing, from -$36258.0 in the prior quarter.
- Across five years, Free Cash Flow topped out at -$17261.0 in Q4 2024 and bottomed at -$346382.0 in Q3 2022.
- Historically, Free Cash Flow has averaged -$86885.7 across 5 years, with a median of -$62597.0 in 2022.
- The sharpest annual moves came in 2022 and 2023: Free Cash Flow tumbled 2302.54% in 2022, then jumped 93.67% in 2023.
- Over 5 years, Free Cash Flow stood at -$52526.0 in 2022, then gained by 27.94% to -$37851.0 in 2023, then soared by 54.4% to -$17261.0 in 2024, then plunged by 401.73% to -$86604.0 in 2025, then surged by 45.7% to -$47022.0 in 2026.
- According to Business Quant data, Free Cash Flow over the past three periods registered -$47022.0, -$36258.0, and -$86604.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -47,022.00 |
| Mar 31, 2026 | -36,258.00 |
| Dec 31, 2025 | -86,604.00 |
| Sep 30, 2025 | -178,718.00 |
| Jun 30, 2025 | -164,558.00 |
| Mar 31, 2025 | -28,360.00 |
| Dec 31, 2024 | -17,261.00 |
| Sep 30, 2024 | -77,547.00 |
| Jun 30, 2024 | -90,520.00 |
| Mar 31, 2024 | -73,709.00 |
| Dec 31, 2023 | -37,851.00 |
| Sep 30, 2023 | -21,909.00 |
| Jun 30, 2023 | -18,133.00 |
| Mar 31, 2023 | -28,872.00 |
| Dec 31, 2022 | -52,526.00 |
| Sep 30, 2022 | -346,382.00 |
| Jun 30, 2022 | -72,668.00 |
| Mar 31, 2022 | -185,044.00 |
| Dec 31, 2021 | -89,876.00 |
| Sep 30, 2021 | -48,544.00 |
Aibotics, Inc. Free Cash Flow 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=free-cash-flow&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();