Aibotics, Inc. (AIBT) Change in Receivables (2018 - 2019)
Aibotics' (AIBT) quarterly Change in Receivables came in at -$765362.0 in Q3 2019, down 164.15% on a YoY basis from $1.2 million in Q3 2018, and down 164.15% quarter-over-quarter from -$289749.0 in Q3 2018.
Aibotics, Inc. (AIBT) Change in Receivables (2018 - 2019) Analysis & Trends
Aibotics (AIBT) has reported Change in Receivables for 2 consecutive years, with -$765362.0 the latest figure, recorded in Q3 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2019 | -765,362.00 |
| Sep 30, 2018 | -289,749.00 |
Aibotics, Inc. Change in 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=change-in-receivables&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-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=change-in-receivables&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();