Aibotics, Inc. (AIBT) Share-based Compensation (2020 - 2024)
Aibotics' (AIBT) quarterly Share-based Compensation came in at $333333.0 in Q3 2024, down 50.0% on a YoY basis from $666666.0 in Q4 2023, and down 50.0% quarter-over-quarter from $666666.0 in Q2 2024.
Aibotics, Inc. (AIBT) Share-based Compensation (2020 - 2024) Analysis & Trends
Aibotics (AIBT) has reported Share-based Compensation for 5 consecutive years, with $333333.0 the latest figure, recorded in Q3 2024.
- For the quarter ending Q3 2024, Share-based Compensation fell 50.0% year-over-year to $333333.0; the trailing twelve-month figure through Dec 2024 stood at $2.2 million (down 50.82% YoY), and the FY2024 full-year result was $166666.0, down 75.0% from the prior year.
- Share-based Compensation slipped to $333333.0 in Q3 2024 per AIBT's latest filing, from $666666.0 in the prior quarter.
- Across five years, Share-based Compensation topped out at $2.3 million in Q3 2021 and bottomed at $635.0 in Q4 2023.
- Historically, Share-based Compensation has averaged $1.0 million across 5 years, with a median of $1.1 million in 2022.
- The sharpest annual moves came in 2021 and 2023: Share-based Compensation jumped 8968.0% in 2021, then tumbled 99.57% in 2023.
- Over 5 years, Share-based Compensation stood at $25000.0 in 2020, then jumped by 8079.44% to $2.0 million in 2021, then tumbled by 92.74% to $148417.0 in 2022, then sank by 99.57% to $635.0 in 2023, then jumped by 52393.39% to $333333.0 in 2024.
- According to Business Quant data, Share-based Compensation over the past three periods registered $333333.0, $666666.0, and $635.0 for Q3 2024, Q2 2024, and Q4 2023 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2024 | 333,333.00 |
| Jun 30, 2024 | 666,666.00 |
| Dec 31, 2023 | 635.00 |
| Sep 30, 2023 | 666,666.00 |
| Jun 30, 2023 | 1.98 Mn |
| Mar 31, 2023 | 1.54 Mn |
| Dec 31, 2022 | 148,417.00 |
| Sep 30, 2022 | 1.53 Mn |
| Jun 30, 2022 | 1.67 Mn |
| Mar 31, 2022 | 1.68 Mn |
| Dec 31, 2021 | 2.04 Mn |
| Sep 30, 2021 | 2.27 Mn |
| Dec 31, 2020 | 25,000.00 |
| Sep 30, 2020 | 25,000.00 |
Aibotics, Inc. Share-based Compensation 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=share-based-compensation&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();