Aibotics, Inc. (AIBT) Price to Sales (2018 - 2025)
Aibotics' (AIBT) quarterly Price to Sales came in at 409.44 in Q1 2025, up 68833.87% quarter-over-quarter from 0.59 in Q3 2019.
Aibotics, Inc. (AIBT) Price to Sales (2018 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Price to Sales for 3 consecutive years, with 409.44 the latest figure, recorded in Q1 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 409.44 |
| Sep 30, 2019 | 0.59 |
| Jun 30, 2019 | 0.54 |
| Dec 31, 2018 | -0.32 |
| Sep 30, 2018 | 1.02 |
| Jun 30, 2018 | 1.11 |
Aibotics, Inc. Price to Sales 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=price-to-sales&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-sales", "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=price-to-sales&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();