Aibotics, Inc. (AIBT) Cost of Revenue (2018 - 2019)
Aibotics' (AIBT) quarterly Cost of Revenue came in at $3.4 million in Q3 2019, up 6.5% on a YoY basis from $3.2 million in Q3 2018, and down 9.23% quarter-over-quarter from $3.7 million in Q2 2019.
Aibotics, Inc. (AIBT) Cost of Revenue (2018 - 2019) Analysis & Trends
Aibotics (AIBT) has reported Cost of Revenue for 2 consecutive years, with $3.4 million the latest figure, recorded in Q3 2019.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2019 | 3.40 Mn |
| Jun 30, 2019 | 3.74 Mn |
| Dec 31, 2018 | -9.29 Mn |
| Sep 30, 2018 | 3.19 Mn |
| Jun 30, 2018 | 3.25 Mn |
Aibotics, Inc. Cost of Revenue 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=cost-of-revenue&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cost-of-revenue", "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=cost-of-revenue&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();