Aibotics, Inc. (AIBT) Cash from Investing Activities (2019 - 2021)
Aibotics' (AIBT) quarterly Cash from Investing Activities came in at $249.0 in Q4 2021, up 108.31% quarter-over-quarter from -$2995.0 in Q3 2021.
Aibotics, Inc. (AIBT) Cash from Investing Activities (2019 - 2021) Analysis & Trends
Aibotics (AIBT) has reported Cash from Investing Activities for 3 consecutive years, with $249.0 the latest figure, recorded in Q4 2021.
- For the quarter ending Q4 2021, Cash from Investing Activities changed N/A year-over-year to $249.0; the trailing twelve-month figure through Sep 2022 stood at $249.0 (up 129.61% YoY), and the FY2021 full-year result was -$2746.0, changed N/A from the prior year.
- Cash from Investing Activities improved to $249.0 in Q4 2021 per AIBT's latest filing, from -$2995.0 in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $3154.0 in Q2 2020 and bottomed at -$4500.0 in Q1 2019.
- Historically, Cash from Investing Activities has averaged -$416.22 across 3 years, with a median of $249.0 in 2021.
- The widest YoY moves for Cash from Investing Activities: up 215.4% in 2020, down 200.0% in 2020.
- Over 3 years, Cash from Investing Activities stood at $1500.0 in 2019, then slumped by 166.67% to -$1000.0 in 2020, then surged by 124.9% to $249.0 in 2021.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered $249.0, -$2995.0, and -$1000.0 for Q4 2021, Q3 2021, and Q3 2020 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 249.00 |
| Sep 30, 2021 | -2,995.00 |
| Sep 30, 2020 | -1,000.00 |
| Jun 30, 2020 | 3,154.00 |
| Mar 31, 2020 | -2,154.00 |
| Dec 31, 2019 | 1,500.00 |
| Sep 30, 2019 | 1,000.00 |
| Jun 30, 2019 | 1,000.00 |
| Mar 31, 2019 | -4,500.00 |
Aibotics, Inc. Cash from Investing Activities 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=cash-from-investing-activities&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();