Aibotics, Inc. (AIBT) Asset Utilization Ratio (2019 - 2025)
Aibotics' (AIBT) quarterly Asset Utilization Ratio came in at 0.0 in Q4 2025, up 16.44% quarter-over-quarter from 0.0 in Q3 2025.
Aibotics, Inc. (AIBT) Asset Utilization Ratio (2019 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Asset Utilization Ratio for 4 consecutive years, with 0.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Asset Utilization Ratio changed N/A year-over-year to 0.0; the trailing twelve-month figure through Dec 2025 stood at 0.0 (changed N/A YoY), and the FY2025 full-year result was 0.0, changed N/A from the prior year.
- Asset Utilization Ratio grew to 0.0 in Q4 2025 per AIBT's latest filing, from 0.0 in the prior quarter.
- Across five years, Asset Utilization Ratio topped out at 1.63 in Q1 2024 and bottomed at 0.0 in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.00 |
| Sep 30, 2025 | 0.00 |
| Jun 30, 2025 | 0.00 |
| Mar 31, 2025 | 0.00 |
| Mar 31, 2024 | 1.63 |
| Dec 31, 2020 | 25.07 |
| Dec 31, 2019 | -1.68 |
| Sep 30, 2019 | 0.58 |
Aibotics, Inc. Asset Utilization Ratio 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=asset-utilization-ratio&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();