Glimpse Group, Inc. (GGRP) EBIT Margin (2020 - 2025)
Glimpse (GGRP) posted EBIT Margin of 97.08% for Q4 2025, down 1.56% on a QoQ basis from 95.59% in Q3 2025, and down 9730.0% year-over-year from 1.01% in Q4 2024.
Glimpse Group, Inc. (GGRP) EBIT Margin (2020 - 2025) Analysis & Trends
Glimpse has reported EBIT Margin for 6 years, with the latest figure at 97.08% in Q4 2025.
- On a quarterly basis, EBIT Margin fell 9730.0% year-over-year to 97.08% in Q4 2025; TTM through Dec 2025 was 56.64%, a 1552.0% increase from a year earlier, with the FY2025 full-year figure at 26.05%, up 4910.0% from the prior year.
- EBIT Margin was 97.08% for Q4 2025 at Glimpse, down from 95.59% in the prior quarter.
- The five-year high for EBIT Margin was 41.74% in Q4 2022, with the low at 664.42% in Q2 2023.
- Average EBIT Margin over 5 years is 119.45%, with a median of 96.34% recorded in 2025.
- The sharpest annual moves came in 2023 and 2024: EBIT Margin tumbled 59317 bps in 2023, then surged 43113 bps in 2024.
- Over 5 years, EBIT Margin stood at 31.51% in 2021, then jumped by 232 bps to 41.74% in 2022, then tumbled by 194 bps to 39.13% in 2023, then jumped by 101 bps to 0.22% in 2024, then slumped by 44512 bps to 97.08% in 2025.
- The last three EBIT Margin figures came in at 97.08% (Q4 2025), 95.59% (Q3 2025), and 3.78% (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -97.08% |
| Sep 30, 2025 | -95.59% |
| Jun 30, 2025 | -3.78% |
| Mar 31, 2025 | -111.42% |
| Dec 31, 2024 | 0.22% |
| Sep 30, 2024 | -42.44% |
| Jun 30, 2024 | -233.29% |
| Mar 31, 2024 | -84.58% |
| Dec 31, 2023 | -39.13% |
| Sep 30, 2023 | -5.50% |
| Jun 30, 2023 | -664.42% |
| Mar 31, 2023 | -143.79% |
| Dec 31, 2022 | 41.74% |
| Sep 30, 2022 | -137.51% |
| Jun 30, 2022 | -71.25% |
| Mar 31, 2022 | -115.80% |
| Dec 31, 2021 | -31.51% |
| Sep 30, 2021 | -136.59% |
| Jun 30, 2021 | -279.24% |
| Mar 31, 2021 | -137.99% |
Glimpse Group, Inc. EBIT 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=ebit-margin&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-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=ebit-margin&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();