Aibotics, Inc. (AIBT) Tax Provisions (2018 - 2025)
Aibotics' (AIBT) quarterly Tax Provisions came in at -$456689.0 in Q4 2025, down 23.48% on a YoY basis from -$596827.1 in Q4 2024, and down 23.48% quarter-over-quarter from -$369847.0 in Q4 2024.
Aibotics, Inc. (AIBT) Tax Provisions (2018 - 2025) Analysis & Trends
Aibotics (AIBT) has reported Tax Provisions for 6 consecutive years, with -$456689.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Tax Provisions fell 23.48% year-over-year to -$456689.0; the trailing twelve-month figure through Jun 2026 stood at -$456689.0 (down 23.48% YoY), and the FY2025 full-year result was -$456689.0, down 23.48% from the prior year.
- Tax Provisions eased to -$456689.0 in Q4 2025 per AIBT's latest filing, from -$369847.0 in the prior quarter.
- Across five years, Tax Provisions topped out at -$248083.0 in Q4 2023 and bottomed at -$1.1 million in Q4 2021.
- Historically, Tax Provisions has averaged -$540425.0 across 5 years, with a median of -$456689.0 in 2025.
- The sharpest annual moves came in 2023 and 2024: Tax Provisions jumped 54.77% in 2023, then plunged 49.08% in 2024.
- Over 5 years, Tax Provisions stood at -$1.1 million in 2021, then soared by 49.17% to -$548492.0 in 2022, then surged by 54.77% to -$248083.0 in 2023, then slumped by 49.08% to -$369847.0 in 2024, then slipped by 23.48% to -$456689.0 in 2025.
- According to Business Quant data, Tax Provisions over the past three periods registered -$456689.0, -$369847.0, and -$248083.0 for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -456,689.00 |
| Dec 31, 2024 | -369,847.00 |
| Dec 31, 2023 | -248,083.00 |
| Dec 31, 2022 | -548,492.00 |
| Dec 31, 2021 | -1.08 Mn |
| Dec 31, 2018 | -6,620.00 |
| Sep 30, 2018 | 6,620.00 |
Aibotics, Inc. Tax Provisions 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=tax-provisions&ticker=AIBT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=AIBT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();