Global AI (GLAI) Tax Provisions (2025)
Global AI's (GLAI) quarterly Tax Provisions came in at -$513722.0 in Q4 2025, down 6944.15% quarter-over-quarter from $7506.0 in Q3 2025.
Global AI (GLAI) Tax Provisions (2025) Analysis & Trends
Global AI (GLAI) has reported Tax Provisions for 1 consecutive years, with -$513722.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Tax Provisions changed N/A year-over-year to -$513722.0; the trailing twelve-month figure through Dec 2025 stood at -$476299.0 (changed N/A YoY), and the FY2025 full-year result was -$476299.0, down 126.56% from the prior year.
- Tax Provisions declined to -$513722.0 in Q4 2025 per GLAI's latest filing, from $7506.0 in the prior quarter.
- Across five years, Tax Provisions topped out at $15560.0 in Q1 2025 and bottomed at -$513722.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Baidu | 30.60 Bn | 8.20 Bn | 1.76 Mn | 147.00 Mn |
| 2 | Life360 | 3.22 Bn | 2.95 Bn | 126.90 Mn | -4.00 Mn |
| 3 | Soundhound Ai | 2.39 Bn | 2.19 Bn | 27.93 Mn | 2.18 Mn |
| 4 | C3.ai | 1.63 Bn | 977.97 Mn | 16.67 Mn | 200,000.00 |
| 5 | BigBear.ai Holdings | 1.35 Bn | 1.03 Bn | 12.05 Mn | 5,000.00 |
| 6 | BlackSky Technology | 880.00 Mn | 645.82 Mn | 27.92 Mn | - |
| 7 | Spectral Capital | 471.83 Mn | 466.30 Mn | 3.28 Mn | 173,000.00 |
| 8 | Spire Global | 463.82 Mn | 372.14 Mn | 6.16 Mn | 263,000.00 |
| 9 | Global AI | 151.80 Mn | 151.76 Mn | 82,446.00 | - |
| 10 | Veritone | 108.99 Mn | 96.56 Mn | 15.46 Mn | -313,000.00 |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -513,722.00 |
| Sep 30, 2025 | 7,506.00 |
| Jun 30, 2025 | 14,357.00 |
| Mar 31, 2025 | 15,560.00 |
Global AI 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=GLAI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "ticker": "GLAI", "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=GLAI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();