Aibotics, Inc. (AIBT) Income from Discontinued Operations (2019 - 2020)
Aibotics' (AIBT) quarterly Income from Discontinued Operations came in at -$84970.0 in Q4 2020, down 266.72% on a YoY basis from $50965.0 in Q1 2020, and down 180.21% quarter-over-quarter from -$30324.0 in Q3 2020.
Aibotics, Inc. (AIBT) Income from Discontinued Operations (2019 - 2020) Analysis & Trends
Aibotics (AIBT) has reported Income from Discontinued Operations for 2 consecutive years, with -$84970.0 the latest figure, recorded in Q4 2020.
- For the quarter ending Q4 2020, Income from Discontinued Operations fell 266.72% year-over-year to -$84970.0; the trailing twelve-month figure through Dec 2020 stood at -$169940.0 (down 165.86% YoY), and the FY2020 full-year result was -$84970.0, down 132.93% from the prior year.
- Income from Discontinued Operations retreated to -$84970.0 in Q4 2020 per AIBT's latest filing, from -$30324.0 in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $94590.0 in Q3 2019 and bottomed at -$84970.0 in Q4 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | -84,970.00 |
| Sep 30, 2020 | -30,324.00 |
| Jun 30, 2020 | -34,321.00 |
| Mar 31, 2020 | -20,325.00 |
| Dec 31, 2019 | 50,965.00 |
| Sep 30, 2019 | 94,590.00 |
| Jun 30, 2019 | 60,920.00 |
| Mar 31, 2019 | 51,550.00 |
Aibotics, Inc. Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();