Aibotics, Inc. (AIBT) EV to CFO (2018 - 2025)
Aibotics' (AIBT) quarterly EV to CFO came in at 0.57 in Q2 2025, up 130.7% on a YoY basis from 0.25 in Q2 2024, and up 102.18% quarter-over-quarter from 25.99 in Q1 2025.
Aibotics, Inc. (AIBT) EV to CFO (2018 - 2025) Analysis & Trends
Aibotics (AIBT) has reported EV to CFO for 8 consecutive years, with 0.57 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, EV to CFO rose 130.7% year-over-year to 0.57; the trailing twelve-month figure through Jun 2025 stood at 0.32 (up 143.45% YoY), and the FY2024 full-year result was 0.44, down 147.36% from the prior year.
- EV to CFO advanced to 0.57 in Q2 2025 per AIBT's latest filing, from 25.99 in the prior quarter.
- Across five years, EV to CFO topped out at 0.87 in Q3 2023 and bottomed at 6212.71 in Q1 2021.
- Historically, EV to CFO has averaged 428.71 across 5 years, with a median of 18.87 in 2024.
- The sharpest annual moves came in 2024 and 2025: EV to CFO tumbled 1216.04% in 2024, then jumped 130.7% in 2025.
- Over 5 years, EV to CFO stood at 333.09 in 2021, then jumped by 86.92% to 43.57 in 2022, then jumped by 98.86% to 0.5 in 2023, then sank by 1216.04% to 6.54 in 2024, then surged by 108.66% to 0.57 in 2025.
- According to Business Quant data, EV to CFO over the past three periods registered 0.57, 25.99, and 6.54 for Q2 2025, Q1 2025, and Q4 2024 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | 0.57 |
| Mar 31, 2025 | -25.99 |
| Dec 31, 2024 | -6.54 |
| Sep 30, 2024 | -3.15 |
| Jun 30, 2024 | -1.84 |
| Mar 31, 2024 | -19.23 |
| Dec 31, 2023 | -0.50 |
| Sep 30, 2023 | 0.87 |
| Jun 30, 2023 | -5.96 |
| Mar 31, 2023 | -18.51 |
| Dec 31, 2022 | -43.57 |
| Sep 30, 2022 | -13.44 |
| Jun 30, 2022 | -94.52 |
| Mar 31, 2022 | -216.60 |
| Dec 31, 2021 | -333.09 |
| Sep 30, 2021 | -439.73 |
| Jun 30, 2021 | -282.88 |
| Mar 31, 2021 | -6,212.71 |
| Dec 31, 2020 | -1,423.54 |
| Sep 30, 2020 | -89.08 |
Aibotics, Inc. EV to CFO 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=ev-to-cfo&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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=ev-to-cfo&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();