Aibotics, Inc. (AIBT) Inventory (2018 - 2026)
Aibotics' (AIBT) quarterly Inventory came in at $40525.0 in Q2 2026, little changed quarter-over-quarter from $40525.0 in Q1 2026.
Aibotics, Inc. (AIBT) Inventory (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Inventory for 3 consecutive years, with $40525.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Inventory changed N/A year-over-year to $40525.0; the trailing twelve-month figure through Jun 2026 stood at $40525.0 (changed N/A YoY), and the FY2018 full-year result was $16593.0, changed N/A from the prior year.
- Inventory steadied at $40525.0 in Q2 2026 per AIBT's latest filing, from $40525.0 in the prior quarter.
- Across five years, Inventory topped out at $40525.0 in Q1 2026 and bottomed at $40525.0 in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 40,525.00 |
| Mar 31, 2026 | 40,525.00 |
| Sep 30, 2019 | 13,393.00 |
| Jun 30, 2019 | 12,881.00 |
| Dec 31, 2018 | 16,593.00 |
Aibotics, Inc. Inventory 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=inventory&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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=inventory&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();