Aibotics, Inc. (AIBT) Treasury Shares (2022)
Aibotics' (AIBT) quarterly Treasury Shares came in at $5000.0 in Q3 2022, little changed quarter-over-quarter from $5000.0 in Q2 2022.
Aibotics, Inc. (AIBT) Treasury Shares (2022) Analysis & Trends
Aibotics (AIBT) has reported Treasury Shares for 1 consecutive years, with $5000.0 the latest figure, recorded in Q3 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | 5,000.00 |
| Sep 30, 2022 | 5,000.00 |
| Jun 30, 2022 | 5,000.00 |
| Jun 30, 2022 | 5,000.00 |
| Mar 31, 2022 | 8,000.00 |
| Mar 31, 2022 | 8,000.00 |
Aibotics, Inc. Treasury Shares 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=treasury-shares&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();