Glimpse Group, Inc. (GGRP) Operating Expenses (2020 - 2025)
Glimpse (GGRP) posted Operating Expenses of $2.1 million for Q4 2025, down 12.52% on a QoQ basis from $2.3 million in Q3 2025, and up 1.65% year-over-year from $2.0 million in Q4 2024.
Glimpse Group, Inc. (GGRP) Operating Expenses (2020 - 2025) Analysis & Trends
Glimpse has reported Operating Expenses for 6 years, with the latest figure at $2.1 million in Q4 2025.
- On a quarterly basis, Operating Expenses rose 1.65% year-over-year to $2.1 million in Q4 2025; TTM through Dec 2025 was $9.3 million, a 29.27% decrease from a year earlier, with the FY2025 full-year figure at $9.9 million, down 20.97% from the prior year.
- Operating Expenses was $2.1 million for Q4 2025 at Glimpse, down from $2.3 million in the prior quarter.
- The five-year high for Operating Expenses was $21.3 million in Q2 2023, with the low at $843626.0 in Q4 2022.
- Average Operating Expenses over 5 years is $4.1 million, with a median of $2.8 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Operating Expenses soared 613.21% in 2023, then plunged 75.46% in 2024.
- Over 5 years, Operating Expenses stood at $3.1 million in 2021, then plunged by 72.37% to $843626.0 in 2022, then soared by 164.74% to $2.2 million in 2023, then slipped by 9.64% to $2.0 million in 2024, then increased by 1.65% to $2.1 million in 2025.
- The last three Operating Expenses figures came in at $2.1 million (Q4 2025), $2.3 million (Q3 2025), and $2.3 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.05 Mn |
| Sep 30, 2025 | 2.34 Mn |
| Jun 30, 2025 | 2.28 Mn |
| Mar 31, 2025 | 2.60 Mn |
| Dec 31, 2024 | 2.02 Mn |
| Sep 30, 2024 | 2.96 Mn |
| Jun 30, 2024 | 5.22 Mn |
| Mar 31, 2024 | 2.93 Mn |
| Dec 31, 2023 | 2.23 Mn |
| Sep 30, 2023 | 2.09 Mn |
| Jun 30, 2023 | 21.28 Mn |
| Mar 31, 2023 | 7.73 Mn |
| Dec 31, 2022 | 843,626.00 |
| Sep 30, 2022 | 8.17 Mn |
| Jun 30, 2022 | 2.98 Mn |
| Mar 31, 2022 | 4.06 Mn |
| Dec 31, 2021 | 3.05 Mn |
| Sep 30, 2021 | 2.27 Mn |
| Jun 30, 2021 | 3.56 Mn |
| Mar 31, 2021 | 1.58 Mn |
Glimpse Group, Inc. Operating Expenses 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-expenses&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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-expenses&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();