Aibotics, Inc. (AIBT) Other Non-Current Assets (2018 - 2020)
Aibotics' (AIBT) quarterly Other Non-Current Assets came in at $34806.0 in Q4 2020, down 96.32% on a YoY basis from $946715.0 in Q1 2020, and down 90.95% quarter-over-quarter from $384807.0 in Q3 2020.
Aibotics, Inc. (AIBT) Other Non-Current Assets (2018 - 2020) Analysis & Trends
Aibotics (AIBT) has reported Other Non-Current Assets for 3 consecutive years, with $34806.0 the latest figure, recorded in Q4 2020.
- For the quarter ending Q4 2020, Other Non-Current Assets fell 96.32% year-over-year to $34806.0; the trailing twelve-month figure through Dec 2020 stood at $34806.0 (down 96.32% YoY), and the FY2020 full-year result was $34806.0, down 96.32% from the prior year.
- Other Non-Current Assets declined to $34806.0 in Q4 2020 per AIBT's latest filing, from $384807.0 in the prior quarter.
- Across five years, Other Non-Current Assets topped out at $1.4 million in Q4 2018 and bottomed at $34806.0 in Q4 2020.
- Historically, Other Non-Current Assets has averaged $634363.2 across 3 years, with a median of $500000.0 in 2020.
- The sharpest annual moves came in 2019 and 2020: Other Non-Current Assets sank 34.25% in 2019, then slumped 96.32% in 2020.
- Over 3 years, Other Non-Current Assets stood at $1.4 million in 2018, then tumbled by 34.25% to $946715.0 in 2019, then plunged by 96.32% to $34806.0 in 2020.
- According to Business Quant data, Other Non-Current Assets over the past three periods registered $34806.0, $384807.0, and $500000.0 for Q4 2020, Q3 2020, and Q2 2020 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | 34,806.00 |
| Sep 30, 2020 | 384,807.00 |
| Jun 30, 2020 | 500,000.00 |
| Mar 31, 2020 | 500,000.00 |
| Dec 31, 2019 | 946,715.00 |
| Dec 31, 2018 | 1.44 Mn |
Aibotics, Inc. Other Non-Current Assets 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-current-assets&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-current-assets&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();