Aibotics, Inc. (AIBT) Gross Profit (2018 - 2025)
Aibotics' (AIBT) quarterly Gross Profit came in at $2183.0 in Q1 2025, down 98.61% quarter-over-quarter from $157250.0 in Q3 2019.
Aibotics, Inc. (AIBT) Gross Profit (2018 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Gross Profit for 3 consecutive years, with $2183.0 the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Gross Profit changed N/A year-over-year to $2183.0; the trailing twelve-month figure through Dec 2025 stood at $2183.0 (changed N/A YoY), and the FY2025 full-year result was $2183.0, changed N/A from the prior year.
- Gross Profit slipped to $2183.0 in Q1 2025 per AIBT's latest filing, from $157250.0 in the prior quarter.
- Across five years, Gross Profit topped out at $2183.0 in Q1 2025 and bottomed at $2183.0 in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 2,183.00 |
| Sep 30, 2019 | 157,250.00 |
| Jun 30, 2019 | 162,958.00 |
| Dec 31, 2018 | -458,788.00 |
| Sep 30, 2018 | 154,065.00 |
| Jun 30, 2018 | 159,608.00 |
Aibotics, Inc. Gross Profit 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=gross-profit&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();