Glimpse Group, Inc. (GGRP) Shares Outstanding (2020 - 2025)
Glimpse (GGRP) posted Shares Outstanding (Entity) of $21.1 million for Q4 2025, little changed on a QoQ basis from $21.1 million in Q3 2025, and up 3.97% year-over-year from $20.3 million in Q4 2024.
Glimpse Group, Inc. (GGRP) Shares Outstanding (2020 - 2025) Analysis & Trends
Glimpse has reported Shares Outstanding (Entity) for 6 years, with the latest figure at $21.1 million in Q4 2025.
- On a quarterly basis, Shares Outstanding (Entity) rose 3.97% year-over-year to $21.1 million in Q4 2025; TTM through Dec 2025 was $21.1 million, a 3.97% increase from a year earlier, with the FY2025 full-year figure at $21.1 million, up 15.96% from the prior year.
- Shares Outstanding (Entity) was $21.1 million for Q4 2025 at Glimpse, roughly flat from $21.1 million in the prior quarter.
- The five-year high for Shares Outstanding (Entity) was $21.1 million in Q4 2025, with the low at $7.5 million in Q1 2021.
- Average Shares Outstanding (Entity) over 5 years is $15.5 million, with a median of $14.8 million recorded in 2023.
- The sharpest annual moves came in 2021 and 2025: Shares Outstanding (Entity) surged 75.42% in 2021, then increased 3.97% in 2025.
- Over 5 years, Shares Outstanding (Entity) stood at $12.5 million in 2021, then climbed by 11.9% to $14.0 million in 2022, then increased by 19.73% to $16.7 million in 2023, then grew by 21.23% to $20.3 million in 2024, then grew by 3.97% to $21.1 million in 2025.
- The last three Shares Outstanding (Entity) figures came in at $21.1 million (Q4 2025), $21.1 million (Q3 2025), and $21.1 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 21.08 Mn |
| Sep 30, 2025 | 21.06 Mn |
| Jun 30, 2025 | 19.63 Mn |
| Mar 31, 2025 | 21.00 Mn |
| Dec 31, 2024 | 18.36 Mn |
| Sep 30, 2024 | 18.16 Mn |
| Jun 30, 2024 | 16.68 Mn |
| Mar 31, 2024 | 17.20 Mn |
| Dec 31, 2023 | 16.67 Mn |
| Sep 30, 2023 | 14.73 Mn |
| Jun 30, 2023 | 13.93 Mn |
| Mar 31, 2023 | 13.78 Mn |
| Dec 31, 2022 | 13.78 Mn |
| Sep 30, 2022 | 13.32 Mn |
| Jun 30, 2022 | 11.73 Mn |
| Mar 31, 2022 | 12.60 Mn |
| Dec 31, 2021 | 11.64 Mn |
| Sep 30, 2021 | 9.97 Mn |
| Jun 30, 2021 | 7.26 Mn |
| Mar 31, 2021 | 7.39 Mn |
Glimpse Group, Inc. Shares Outstanding 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=shares-outstanding&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();