Aibotics, Inc. (AIBT) Intangibles (2024 - 2025)
Aibotics' (AIBT) quarterly Intangibles came in at $775547.0 in Q3 2025, down 17.8% quarter-over-quarter from $943431.0 in Q2 2025.
Aibotics, Inc. (AIBT) Intangibles (2024 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Intangibles for 2 consecutive years, with $775547.0 the latest figure, recorded in Q3 2025.
- For the quarter ending Q3 2025, Intangibles changed N/A year-over-year to $775547.0; the trailing twelve-month figure through Sep 2025 stood at $775547.0 (changed N/A YoY), and the FY2024 full-year result was $1.3 million, changed N/A from the prior year.
- Intangibles declined to $775547.0 in Q3 2025 per AIBT's latest filing, from $943431.0 in the prior quarter.
- Across five years, Intangibles topped out at $1.3 million in Q4 2024 and bottomed at $775547.0 in Q3 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 775,547.00 |
| Jun 30, 2025 | 943,431.00 |
| Dec 31, 2024 | 1.27 Mn |
Aibotics, Inc. Intangibles 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=intangibles&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();