Aibotics, Inc. (AIBT) Selling, General & Administrative (2018 - 2026)
Analysis
Aibotics, Inc. (AIBT) Selling, General & Administrative (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 413,663.00 |
| Mar 31, 2026 | 359,463.00 |
| Dec 31, 2025 | 474,265.00 |
| Sep 30, 2025 | 480,365.00 |
| Jun 30, 2025 | 360,579.00 |
| Mar 31, 2025 | 531,647.00 |
| Dec 31, 2024 | 497,278.00 |
| Sep 30, 2024 | 385,257.00 |
| Jun 30, 2024 | 391,410.00 |
| Mar 31, 2024 | 360,872.00 |
| Dec 31, 2023 | 188,939.00 |
| Sep 30, 2023 | 165,421.00 |
| Jun 30, 2023 | 117,353.00 |
| Mar 31, 2023 | 145,011.00 |
| Dec 31, 2022 | 346,636.00 |
| Sep 30, 2022 | 106,982.00 |
| Jun 30, 2022 | 160,611.00 |
| Mar 31, 2022 | 1.12 Mn |
| Dec 31, 2021 | 2.52 Mn |
| Sep 30, 2021 | 2.35 Mn |
API Access
Aibotics, Inc. Selling, General & Administrative 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=selling-general-and-administrative&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();