Aibotics, Inc. (AIBT) Receivables (2019)
Aibotics' (AIBT) quarterly Receivables came in at $1000.0 in Q4 2019, down 99.85% quarter-over-quarter from $665790.0 in Q3 2019.
Aibotics, Inc. (AIBT) Receivables (2019) Analysis & Trends
Aibotics (AIBT) has reported Receivables for 1 consecutive years, with $1000.0 the latest figure, recorded in Q4 2019.
- For the quarter ending Q4 2019, Receivables changed N/A year-over-year to $1000.0; the trailing twelve-month figure through Dec 2019 stood at $1000.0 (changed N/A YoY), and the FY2019 full-year result was $1000.0, changed N/A from the prior year.
- Receivables fell to $1000.0 in Q4 2019 per AIBT's latest filing, from $665790.0 in the prior quarter.
- Across five years, Receivables topped out at $1.4 million in Q2 2019 and bottomed at $1000.0 in Q4 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | 1,000.00 |
| Sep 30, 2019 | 665,790.00 |
| Jun 30, 2019 | 1.43 Mn |
Aibotics, Inc. Receivables 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=receivables&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables", "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=receivables&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();