Glimpse Group, Inc. (GGRP) FCF Margin (2020 - 2025)
Glimpse (GGRP) posted FCF Margin of 57.5% for Q4 2025, up 38.06% on a QoQ basis from 92.83% in Q3 2025, and down 5160.0% year-over-year from 1.14% in Q4 2024.
Glimpse Group, Inc. (GGRP) FCF Margin (2020 - 2025) Analysis & Trends
Glimpse has reported FCF Margin for 6 years, with the latest figure at 57.5% in Q4 2025.
- On a quarterly basis, FCF Margin fell 5160.0% year-over-year to 57.5% in Q4 2025; TTM through Dec 2025 was 30.65%, a 361.0% decrease from a year earlier, with the FY2025 full-year figure at 3.0%, up 5653.0% from the prior year.
- FCF Margin was 57.5% for Q4 2025 at Glimpse, up from 92.83% in the prior quarter.
- The five-year high for FCF Margin was 4.14% in Q2 2025, with the low at 116.96% in Q4 2022.
- Average FCF Margin over 5 years is 52.38%, with a median of 54.21% recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: FCF Margin tumbled 9019 bps in 2022, then soared 7485 bps in 2024.
- Over 5 years, FCF Margin stood at 26.77% in 2021, then tumbled by 337 bps to 116.96% in 2022, then soared by 31 bps to 80.75% in 2023, then soared by 93 bps to 5.9% in 2024, then slumped by 875 bps to 57.5% in 2025.
- The last three FCF Margin figures came in at 57.5% (Q4 2025), 92.83% (Q3 2025), and 4.14% (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -57.50% |
| Sep 30, 2025 | -92.83% |
| Jun 30, 2025 | -4.14% |
| Mar 31, 2025 | -10.20% |
| Dec 31, 2024 | -5.90% |
| Sep 30, 2024 | -17.82% |
| Jun 30, 2024 | -54.37% |
| Mar 31, 2024 | -49.34% |
| Dec 31, 2023 | -80.75% |
| Sep 30, 2023 | -54.44% |
| Jun 30, 2023 | -54.05% |
| Mar 31, 2023 | -30.58% |
| Dec 31, 2022 | -116.96% |
| Sep 30, 2022 | -80.05% |
| Jun 30, 2022 | -83.38% |
| Mar 31, 2022 | -76.49% |
| Dec 31, 2021 | -26.77% |
| Sep 30, 2021 | -104.78% |
| Jun 30, 2021 | -18.55% |
| Mar 31, 2021 | -28.78% |
Glimpse Group, Inc. FCF 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=fcf-margin&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();