Glimpse Group, Inc. (GGRP) Share-based Compensation (2020 - 2024)
Glimpse (GGRP) posted Share-based Compensation of $48897.0 for Q4 2024, up 190.14% on a QoQ basis from -$54246.0 in Q3 2024, and up 101.68% year-over-year from $24244.9 in Q1 2024.
Glimpse Group, Inc. (GGRP) Share-based Compensation (2020 - 2024) Analysis & Trends
Glimpse has reported Share-based Compensation for 5 years, with the latest figure at $48897.0 in Q4 2024.
- On a quarterly basis, Share-based Compensation rose 101.68% year-over-year to $48897.0 in Q4 2024; TTM through Jun 2025 was -$5349.0, a 105.33% decrease from a year earlier, with the FY2025 full-year figure at -$5349.0, down 105.33% from the prior year.
- Share-based Compensation was $48897.0 for Q4 2024 at Glimpse, up from -$54246.0 in the prior quarter.
- The five-year high for Share-based Compensation was $3.0 million in Q3 2023, with the low at -$2.9 million in Q4 2023.
- Average Share-based Compensation over 5 years is $401430.4, with a median of $41708.0 recorded in 2021.
- The sharpest annual moves came in 2022 and 2024: Share-based Compensation jumped 5211.56% in 2022, then slumped 101.82% in 2024.
- Over 5 years, Share-based Compensation stood at -$638813.0 in 2020, then surged by 251.84% to $970000.0 in 2021, then jumped by 193.42% to $2.8 million in 2022, then plunged by 202.27% to -$2.9 million in 2023, then jumped by 101.68% to $48897.0 in 2024.
- The last three Share-based Compensation figures came in at $48897.0 (Q4 2024), -$54246.0 (Q3 2024), and $11900.0 (Q2 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 48,897.00 |
| Sep 30, 2024 | -54,246.00 |
| Jun 30, 2024 | 11,900.00 |
| Mar 31, 2024 | 15,190.00 |
| Dec 31, 2023 | -2.91 Mn |
| Sep 30, 2023 | 2.98 Mn |
| Jun 30, 2023 | 714.00 |
| Mar 31, 2023 | -714.00 |
| Sep 30, 2022 | 2.85 Mn |
| Mar 31, 2022 | 2.30 Mn |
| Dec 31, 2021 | 970,000.00 |
| Sep 30, 2021 | 80,000.00 |
| Jun 30, 2021 | 40,165.00 |
| Mar 31, 2021 | 43,251.00 |
| Dec 31, 2020 | -638,813.00 |
| Sep 30, 2020 | 689,813.00 |
Glimpse Group, Inc. Share-based Compensation 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=share-based-compensation&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();