Aibotics, Inc. (AIBT) Net Shares Issued and Repurchased (2023 - 2024)
Aibotics' (AIBT) quarterly Net Shares Issued and Repurchased came in at $499999.0 in Q4 2024, down 43.04% on a YoY basis from $877758.0 in Q1 2024, and down 43.04% quarter-over-quarter from $877758.0 in Q4 2023.
Aibotics, Inc. (AIBT) Net Shares Issued and Repurchased (2023 - 2024) Analysis & Trends
Aibotics (AIBT) has reported Net Shares Issued and Repurchased for 2 consecutive years, with $499999.0 the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Net Shares Issued and Repurchased fell 43.04% year-over-year to $499999.0; the trailing twelve-month figure through Dec 2024 stood at $499999.0 (down 43.04% YoY), and the FY2024 full-year result was $499999.0, down 43.04% from the prior year.
- Net Shares Issued and Repurchased declined to $499999.0 in Q4 2024 per AIBT's latest filing, from $877758.0 in the prior quarter.
- Across five years, Net Shares Issued and Repurchased topped out at $877758.0 in Q4 2023 and bottomed at $499999.0 in Q4 2024.
Peer Comparison
Aibotics, Inc. Net Shares Issued and Repurchased 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=net-shares-issued-and-repurchased&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-shares-issued-and-repurchased", "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=net-shares-issued-and-repurchased&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();