Glimpse Group, Inc. (GGRP) Operating Income (2020 - 2025)
Glimpse (GGRP) posted Operating Income of -$1.3 million for Q4 2025, up 5.63% on a QoQ basis from -$1.3 million in Q3 2025, and down 18315.06% year-over-year from N/an in Q4 2024.
Glimpse Group, Inc. (GGRP) Operating Income (2020 - 2025) Analysis & Trends
Glimpse has reported Operating Income for 6 years, with the latest figure at -$1.3 million in Q4 2025.
- On a quarterly basis, Operating Income fell 18315.06% year-over-year to -$1.3 million in Q4 2025; TTM through Dec 2025 was -$4.3 million, a 35.21% increase from a year earlier, with the FY2025 full-year figure at -$2.7 million, up 58.55% from the prior year.
- Operating Income was -$1.3 million for Q4 2025 at Glimpse, up from -$1.3 million in the prior quarter.
- The five-year high for Operating Income was $1.2 million in Q4 2022, with the low at -$19.3 million in Q2 2023.
- Average Operating Income over 5 years is -$2.6 million, with a median of -$1.4 million recorded in 2021.
- The sharpest annual moves came in 2022 and 2025: Operating Income soared 178.17% in 2022, then tumbled 18315.06% in 2025.
- Over 5 years, Operating Income stood at -$1.6 million in 2021, then jumped by 178.17% to $1.2 million in 2022, then plunged by 165.97% to -$812465.0 in 2023, then soared by 100.85% to $6927.0 in 2024, then sank by 18315.06% to -$1.3 million in 2025.
- The last three Operating Income figures came in at -$1.3 million (Q4 2025), -$1.3 million (Q3 2025), and -$132126.0 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.26 Mn |
| Sep 30, 2025 | -1.34 Mn |
| Jun 30, 2025 | -132,126.00 |
| Mar 31, 2025 | -1.58 Mn |
| Dec 31, 2024 | 6,927.00 |
| Sep 30, 2024 | -1.03 Mn |
| Jun 30, 2024 | -4.03 Mn |
| Mar 31, 2024 | -1.60 Mn |
| Dec 31, 2023 | -812,465.00 |
| Sep 30, 2023 | -170,719.00 |
| Jun 30, 2023 | -19.32 Mn |
| Mar 31, 2023 | -5.28 Mn |
| Dec 31, 2022 | 1.23 Mn |
| Sep 30, 2022 | -5.43 Mn |
| Jun 30, 2022 | -993,928.00 |
| Mar 31, 2022 | -2.38 Mn |
| Dec 31, 2021 | -1.58 Mn |
| Sep 30, 2021 | -1.40 Mn |
| Jun 30, 2021 | -2.76 Mn |
| Mar 31, 2021 | -1.26 Mn |
Glimpse Group, Inc. Operating 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=operating-income&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();