Aibotics, Inc. (AIBT) Change in Account Payables (2018 - 2020)
Aibotics' (AIBT) quarterly Change in Account Payables came in at $1.0 in Q4 2020, down 100.0% on a YoY basis from $93569.0 in Q1 2020, and up 100.0% quarter-over-quarter from -$54819.0 in Q3 2020.
Aibotics, Inc. (AIBT) Change in Account Payables (2018 - 2020) Analysis & Trends
Aibotics (AIBT) has reported Change in Account Payables for 3 consecutive years, with $1.0 the latest figure, recorded in Q4 2020.
- For the quarter ending Q4 2020, Change in Account Payables fell 100.0% year-over-year to $1.0; the trailing twelve-month figure through Dec 2020 stood at -$54818.0 (down 203.96% YoY), and the FY2020 full-year result was -$54818.0, down 203.96% from the prior year.
- Change in Account Payables climbed to $1.0 in Q4 2020 per AIBT's latest filing, from -$54819.0 in the prior quarter.
- Across five years, Change in Account Payables topped out at $93569.0 in Q4 2019 and bottomed at -$278923.0 in Q3 2018.
- Historically, Change in Account Payables has averaged -$31237.9 across 3 years, with a median of -$23336.0 in 2019.
- The sharpest annual moves came in 2019 and 2020: Change in Account Payables jumped 398.3% in 2019, then slumped 1039.97% in 2020.
- Over 3 years, Change in Account Payables stood at -$31367.0 in 2018, then surged by 398.3% to $93569.0 in 2019, then sank by 100.0% to $1.0 in 2020.
- According to Business Quant data, Change in Account Payables over the past three periods registered $1.0, -$54819.0, and $54574.0 for Q4 2020, Q3 2020, and Q2 2020 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 1.00 |
| Sep 30, 2020 | -54,819.00 |
| Jun 30, 2020 | 54,574.00 |
| Mar 31, 2020 | -54,574.00 |
| Dec 31, 2019 | 93,569.00 |
| Sep 30, 2019 | 5,832.00 |
| Jun 30, 2019 | -29,344.00 |
| Mar 31, 2019 | -17,328.00 |
| Dec 31, 2018 | -31,367.00 |
| Sep 30, 2018 | -278,923.00 |
Aibotics, Inc. Change in Account Payables 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=change-in-account-payables&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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=change-in-account-payables&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();