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