Aibotics, Inc. (AIBT) Short term Debt (2022 - 2023)
Aibotics' (AIBT) quarterly Short term Debt came in at $1.0 million in Q3 2023, up 432.01% on a YoY basis from $195776.0 in Q3 2022, and up 639.1% quarter-over-quarter from $140923.0 in Q4 2022.
Aibotics, Inc. (AIBT) Short term Debt (2022 - 2023) Analysis & Trends
Aibotics (AIBT) has reported Short term Debt for 2 consecutive years, with $1.0 million the latest figure, recorded in Q3 2023.
- For the quarter ending Q3 2023, Short term Debt rose 432.01% year-over-year to $1.0 million; the trailing twelve-month figure through Sep 2023 stood at $1.0 million (up 432.01% YoY), and the FY2022 full-year result was $140923.0, changed N/A from the prior year.
- Short term Debt improved to $1.0 million in Q3 2023 per AIBT's latest filing, from $140923.0 in the prior quarter.
- Across five years, Short term Debt topped out at $1.0 million in Q3 2023 and bottomed at $140923.0 in Q4 2022.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2023 | 1.04 Mn |
| Dec 31, 2022 | 140,923.00 |
| Sep 30, 2022 | 195,776.00 |
Aibotics, Inc. Short term Debt 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=short-term-debt&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();