Aibotics, Inc. (AIBT) Gross Margin (2018 - 2025)
Aibotics' (AIBT) quarterly Gross Margin came in at 100.0% in Q1 2025, up 2161.58% quarter-over-quarter from 4.42% in Q3 2019.
Aibotics, Inc. (AIBT) Gross Margin (2018 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Gross Margin for 3 consecutive years, with 100.0% the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Gross Margin changed N/A year-over-year to 100.0%; the trailing twelve-month figure through Dec 2025 stood at 100.0% (changed N/A YoY), and the FY2025 full-year result was 100.0%, changed N/A from the prior year.
- Gross Margin advanced to 100.0% in Q1 2025 per AIBT's latest filing, from 4.42% in the prior quarter.
- Across five years, Gross Margin topped out at 100.0% in Q1 2025 and bottomed at 100.0% in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 100.00% |
| Sep 30, 2019 | 4.42% |
| Jun 30, 2019 | 4.17% |
| Dec 31, 2018 | 4.70% |
| Sep 30, 2018 | 4.60% |
| Jun 30, 2018 | 4.69% |
Aibotics, Inc. Gross Margin 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-margin&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-margin", "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-margin&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();