Glimpse Group, Inc. (GGRP) Consolidated Net Income (2020 - 2025)
Glimpse (GGRP) posted Consolidated Net Income of -$1.2 million for Q4 2025, up 3.75% on a QoQ basis from -$1.3 million in Q3 2025, and down 4837.13% year-over-year from $25872.0 in Q4 2024.
Glimpse Group, Inc. (GGRP) Consolidated Net Income (2020 - 2025) Analysis & Trends
Glimpse has reported Consolidated Net Income for 6 years, with the latest figure at -$1.2 million in Q4 2025.
- On a quarterly basis, Consolidated Net Income fell 4837.13% year-over-year to -$1.2 million in Q4 2025; TTM through Dec 2025 was -$4.1 million, a 37.73% increase from a year earlier, with the FY2025 full-year figure at -$2.6 million, up 60.08% from the prior year.
- Consolidated Net Income was -$1.2 million for Q4 2025 at Glimpse, up from -$1.3 million in the prior quarter.
- The five-year high for Consolidated Net Income was $1.3 million in Q4 2022, with the low at -$19.3 million in Q2 2023.
- Average Consolidated Net Income over 5 years is -$2.5 million, with a median of -$1.3 million recorded in 2021.
- The sharpest annual moves came in 2022 and 2025: Consolidated Net Income jumped 183.05% in 2022, then tumbled 4837.13% in 2025.
- Over 5 years, Consolidated Net Income 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 Consolidated Net Income figures came in at -$1.2 million (Q4 2025), -$1.3 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.27 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 | -982,519.00 |
| Mar 31, 2022 | -2.38 Mn |
| Dec 31, 2021 | -1.58 Mn |
| Sep 30, 2021 | -1.38 Mn |
| Jun 30, 2021 | -2.85 Mn |
| Mar 31, 2021 | -1.26 Mn |
Glimpse Group, Inc. Consolidated Net Income 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=consolidated-net-income&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();