Glimpse Group, Inc. (GGRP) EPS (Basic) (2020 - 2025)
Glimpse (GGRP) posted EPS (Basic) of -$0.06 for Q4 2025, up 3.8% on a QoQ basis from -$0.06 in Q3 2025, and down 4226.97% year-over-year from $0.0 in Q4 2024.
Glimpse Group, Inc. (GGRP) EPS (Basic) (2020 - 2025) Analysis & Trends
Glimpse has reported EPS (Basic) for 6 years, with the latest figure at -$0.06 in Q4 2025.
- On a quarterly basis, EPS (Basic) fell 4226.97% year-over-year to -$0.06 in Q4 2025; TTM through Dec 2025 was -$0.19, a 45.75% increase from a year earlier, with the FY2025 full-year figure at -$0.13, up 66.08% from the prior year.
- EPS (Basic) was -$0.06 for Q4 2025 at Glimpse, up from -$0.06 in the prior quarter.
- The five-year high for EPS (Basic) was $0.09 in Q4 2022, with the low at -$1.38 in Q2 2023.
- Average EPS (Basic) over 5 years is -$0.19, with a median of -$0.09 recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: EPS (Basic) surged 170.14% in 2022, then plunged 4226.97% in 2025.
- Over 5 years, EPS (Basic) stood at -$0.14 in 2021, then soared by 170.14% to $0.09 in 2022, then plunged by 146.65% to -$0.04 in 2023, then jumped by 103.18% to $0.0 in 2024, then sank by 4226.97% to -$0.06 in 2025.
- The last three EPS (Basic) figures came in at -$0.06 (Q4 2025), -$0.06 (Q3 2025), and -$0.0 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -0.06 |
| Sep 30, 2025 | -0.06 |
| Jun 30, 2025 | 0.00 |
| Mar 31, 2025 | -0.07 |
| Dec 31, 2024 | 0.00 |
| Sep 30, 2024 | -0.06 |
| Jun 30, 2024 | -0.24 |
| Mar 31, 2024 | -0.09 |
| Dec 31, 2023 | -0.04 |
| Sep 30, 2023 | -0.01 |
| Jun 30, 2023 | -1.38 |
| Mar 31, 2023 | -0.38 |
| Dec 31, 2022 | 0.09 |
| Sep 30, 2022 | -0.40 |
| Jun 30, 2022 | -0.08 |
| Mar 31, 2022 | -0.19 |
| Dec 31, 2021 | -0.14 |
| Sep 30, 2021 | -0.14 |
| Jun 30, 2021 | -0.39 |
| Mar 31, 2021 | -0.17 |
Glimpse Group, Inc. EPS (Basic) 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=eps-basic&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();