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