Aibotics, Inc. (AIBT) Change in Inventory (2018 - 2026)
Aibotics' (AIBT) quarterly Change in Inventory came in at $40525.0 in Q1 2026, up 7815.04% quarter-over-quarter from $512.0 in Q3 2019.
Aibotics, Inc. (AIBT) Change in Inventory (2018 - 2026) Analysis & Trends
Aibotics (AIBT) has reported Change in Inventory for 3 consecutive years, with $40525.0 the latest figure, recorded in Q1 2026.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 40,525.00 |
| Sep 30, 2019 | 512.00 |
| Sep 30, 2018 | -3,353.00 |
Aibotics, Inc. Change in 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=change-in-inventory&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-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=change-in-inventory&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();