Aibotics, Inc. (AIBT) Price to Book (2018 - 2025)
Aibotics' (AIBT) quarterly Price to Book came in at 0.04 in Q2 2025, up 76.83% on a YoY basis from 0.02 in Q2 2024, and down 29803.13% quarter-over-quarter from 0.0 in Q1 2025.
Aibotics, Inc. (AIBT) Price to Book (2018 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Price to Book for 8 consecutive years, with 0.04 the latest figure, recorded in Q2 2025.
- For the quarter ending Q2 2025, Price to Book rose 76.83% year-over-year to 0.04; the trailing twelve-month figure through Jun 2025 stood at 0.04 (up 76.83% YoY), and the FY2024 full-year result was 0.09, up 40.25% from the prior year.
- Price to Book eased to 0.04 in Q2 2025 per AIBT's latest filing, from 0.0 in the prior quarter.
- Across five years, Price to Book topped out at 601.43 in Q4 2021 and bottomed at 1958.16 in Q1 2021.
- Historically, Price to Book has averaged 70.62 across 5 years, with a median of 0.16 in 2023.
- The widest YoY moves for Price to Book: up 218.15% in 2021, down 119.38% in 2021.
- Over 5 years, Price to Book stood at 601.43 in 2021, then slumped by 100.5% to 3.0 in 2022, then jumped by 95.1% to 0.15 in 2023, then surged by 40.25% to 0.09 in 2024, then jumped by 59.67% to 0.04 in 2025.
- According to Business Quant data, Price to Book over the past three periods registered 0.04, 0.0, and 0.09 for Q2 2025, Q1 2025, and Q4 2024 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -0.04 |
| Mar 31, 2025 | 0.00 |
| Dec 31, 2024 | -0.09 |
| Sep 30, 2024 | -0.13 |
| Jun 30, 2024 | -0.15 |
| Mar 31, 2024 | -0.73 |
| Dec 31, 2023 | -0.15 |
| Sep 30, 2023 | -0.17 |
| Jun 30, 2023 | -0.31 |
| Mar 31, 2023 | -0.75 |
| Dec 31, 2022 | -3.00 |
| Sep 30, 2022 | -11.29 |
| Jun 30, 2022 | -48.09 |
| Mar 31, 2022 | 250.20 |
| Dec 31, 2021 | 601.43 |
| Sep 30, 2021 | 95.31 |
| Jun 30, 2021 | -195.01 |
| Mar 31, 2021 | -1,958.16 |
| Dec 31, 2020 | -636.37 |
| Sep 30, 2020 | -80.67 |
Aibotics, Inc. Price to Book 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-book&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "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-book&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();