Aibotics, Inc. (AIBT) Revenue (2018 - 2025)
Aibotics' (AIBT) quarterly Revenue came in at $2183.0 in Q1 2025, down 99.94% quarter-over-quarter from $3.6 million in Q3 2019.
Aibotics, Inc. (AIBT) Revenue (2018 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Revenue for 3 consecutive years, with $2183.0 the latest figure, recorded in Q1 2025.
- For the quarter ending Q1 2025, Revenue 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.
- Revenue slipped to $2183.0 in Q1 2025 per AIBT's latest filing, from $3.6 million in the prior quarter.
- Across five years, Revenue 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 | 3.56 Mn |
| Jun 30, 2019 | 3.91 Mn |
| Dec 31, 2018 | -9.75 Mn |
| Sep 30, 2018 | 3.35 Mn |
| Jun 30, 2018 | 3.41 Mn |
Aibotics, Inc. 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=revenue&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=revenue&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();