Glimpse Group, Inc. (GGRP) Profit After Tax (2020 - 2025)
Glimpse (GGRP) posted Profit After Tax of -$1.2 million for Q4 2025, down 18.61% on a QoQ basis from -$1.0 million in Q3 2025, and down 4837.13% year-over-year from $25872.0 in Q4 2024.
Glimpse Group, Inc. (GGRP) Profit After Tax (2020 - 2025) Analysis & Trends
Glimpse has reported Profit After Tax for 6 years, with the latest figure at -$1.2 million in Q4 2025.
- On a quarterly basis, Profit After Tax fell 4837.13% year-over-year to -$1.2 million in Q4 2025; TTM through Dec 2025 was -$3.8 million, a 41.4% increase from a year earlier, with the FY2025 full-year figure at -$2.6 million, up 60.08% from the prior year.
- Profit After Tax was -$1.2 million for Q4 2025 at Glimpse, down from -$1.0 million in the prior quarter.
- The five-year high for Profit After Tax was $1.8 million in Q2 2022, with the low at -$19.3 million in Q2 2023.
- Average Profit After Tax over 5 years is -$2.4 million, with a median of -$1.4 million recorded in 2021.
- The sharpest annual moves came in 2022 and 2025: Profit After Tax jumped 183.05% in 2022, then tumbled 4837.13% in 2025.
- Over 5 years, Profit After Tax stood at -$1.6 million in 2021, then surged by 183.05% to $1.3 million in 2022, then tumbled by 156.43% to -$738367.0 in 2023, then soared by 103.5% to $25872.0 in 2024, then sank by 4837.13% to -$1.2 million in 2025.
- The last three Profit After Tax figures came in at -$1.2 million (Q4 2025), -$1.0 million (Q3 2025), and -$62129.0 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.23 Mn |
| Sep 30, 2025 | -1.03 Mn |
| Jun 30, 2025 | -62,129.00 |
| Mar 31, 2025 | -1.50 Mn |
| Dec 31, 2024 | 25,872.00 |
| Sep 30, 2024 | -1.01 Mn |
| Jun 30, 2024 | -3.99 Mn |
| Mar 31, 2024 | -1.54 Mn |
| Dec 31, 2023 | -738,367.00 |
| Sep 30, 2023 | -119,443.00 |
| Jun 30, 2023 | -19.27 Mn |
| Mar 31, 2023 | -5.22 Mn |
| Dec 31, 2022 | 1.31 Mn |
| Sep 30, 2022 | -5.38 Mn |
| Jun 30, 2022 | 1.78 Mn |
| Mar 31, 2022 | -1.75 Mn |
| Dec 31, 2021 | -1.58 Mn |
| Sep 30, 2021 | -1.66 Mn |
| Jun 30, 2021 | -3.44 Mn |
| Mar 31, 2021 | -1.23 Mn |
Glimpse Group, Inc. Profit After Tax 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=profit-after-tax&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "ticker": "GGRP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=profit-after-tax&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();