Glimpse Group, Inc. (GGRP) Net Margin (2020 - 2025)
Glimpse (GGRP) posted Net Margin of 94.3% for Q4 2025, down 3.58% on a QoQ basis from 91.04% in Q3 2025, and down 9511.0% year-over-year from 1.0% in Q4 2024.
Glimpse Group, Inc. (GGRP) Net Margin (2020 - 2025) Analysis & Trends
Glimpse has reported Net Margin for 6 years, with the latest figure at 94.3% in Q4 2025.
- On a quarterly basis, Net Margin fell 9511.0% year-over-year to 94.3% in Q4 2025; TTM through Dec 2025 was 53.33%, a 1736.0% increase from a year earlier, with the FY2025 full-year figure at 24.25%, up 4838.0% from the prior year.
- Net Margin was 94.3% for Q4 2025 at Glimpse, down from 91.04% in the prior quarter.
- The five-year high for Net Margin was 44.34% in Q4 2022, with the low at 662.44% in Q2 2023.
- Average Net Margin over 5 years is 118.09%, with a median of 92.67% recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: Net Margin tumbled 59201 bps in 2023, then surged 43119 bps in 2024.
- Over 5 years, Net Margin stood at 31.51% in 2021, then surged by 241 bps to 44.34% in 2022, then plunged by 180 bps to 35.56% in 2023, then surged by 102 bps to 0.82% in 2024, then tumbled by 11650 bps to 94.3% in 2025.
- The last three Net Margin figures came in at 94.3% (Q4 2025), 91.04% (Q3 2025), and 1.78% (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -94.30% |
| Sep 30, 2025 | -91.04% |
| Jun 30, 2025 | -1.78% |
| Mar 31, 2025 | -105.62% |
| Dec 31, 2024 | 0.82% |
| Sep 30, 2024 | -41.59% |
| Jun 30, 2024 | -231.25% |
| Mar 31, 2024 | -81.36% |
| Dec 31, 2023 | -35.56% |
| Sep 30, 2023 | -3.85% |
| Jun 30, 2023 | -662.44% |
| Mar 31, 2023 | -142.21% |
| Dec 31, 2022 | 44.34% |
| Sep 30, 2022 | -136.24% |
| Jun 30, 2022 | -70.43% |
| Mar 31, 2022 | -115.74% |
| Dec 31, 2021 | -31.51% |
| Sep 30, 2021 | -134.67% |
| Jun 30, 2021 | -289.16% |
| Mar 31, 2021 | -138.14% |
Glimpse Group, Inc. Net Margin 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=net-margin&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();