Aibotics, Inc. (AIBT) Cash & Equivalents Growth (1y) (2019 - 2026)
Analysis
Aibotics, Inc. (AIBT) Cash & Equivalents Growth (1y) (2019 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.23% |
| Mar 31, 2026 | 84.29% |
| Dec 31, 2025 | 38.27% |
| Sep 30, 2025 | 23.54% |
| Jun 30, 2025 | -13.48% |
| Mar 31, 2025 | -57.69% |
| Dec 31, 2024 | -33.69% |
| Sep 30, 2024 | -36.16% |
| Jun 30, 2024 | -17.41% |
| Mar 31, 2024 | 3.75% |
| Dec 31, 2023 | -27.67% |
| Sep 30, 2023 | -27.70% |
| Jun 30, 2023 | -56.82% |
| Mar 31, 2023 | -75.92% |
| Dec 31, 2022 | -69.55% |
| Sep 30, 2022 | -53.72% |
| Jun 30, 2022 | 52.71% |
| Mar 31, 2022 | 1,338.67% |
| Dec 31, 2021 | 1,044.52% |
| Sep 30, 2021 | 703.33% |
API Access
Aibotics, Inc. Cash & Equivalents Growth (1y) 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=cash-and-equivalents-growth-1y&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-growth-1y", "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=cash-and-equivalents-growth-1y&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();