Aibotics, Inc. (AIBT) Other Non Operating Income (2018 - 2019)
Aibotics' (AIBT) quarterly Other Non Operating Income came in at $22251.0 in Q4 2019, up 1074.21% on a YoY basis from $1895.0 in Q4 2018, and up 507.95% quarter-over-quarter from $3660.0 in Q3 2019.
Aibotics, Inc. (AIBT) Other Non Operating Income (2018 - 2019) Analysis & Trends
Aibotics (AIBT) has reported Other Non Operating Income for 2 consecutive years, with $22251.0 the latest figure, recorded in Q4 2019.
- For the quarter ending Q4 2019, Other Non Operating Income rose 1074.21% year-over-year to $22251.0; the trailing twelve-month figure through Dec 2019 stood at $46705.0 (changed N/A YoY), and the FY2019 full-year result was $22251.0, changed N/A from the prior year.
- Other Non Operating Income rose to $22251.0 in Q4 2019 per AIBT's latest filing, from $3660.0 in the prior quarter.
- Across five years, Other Non Operating Income topped out at $23078.0 in Q2 2019 and bottomed at -$2284.0 in Q4 2018.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 22,251.00 |
| Sep 30, 2019 | 3,660.00 |
| Jun 30, 2019 | 23,078.00 |
| Dec 31, 2018 | -2,284.00 |
| Sep 30, 2018 | 2,610.00 |
| Jun 30, 2018 | 964.00 |
Aibotics, Inc. Other Non Operating Income 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=other-non-operating-income&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();