Glimpse Group, Inc. (GGRP) Revenue (2020 - 2025)
Glimpse (GGRP) posted Revenue of $1.3 million for Q4 2025, down 7.08% on a QoQ basis from $1.4 million in Q3 2025, and down 58.99% year-over-year from $3.2 million in Q4 2024.
Glimpse Group, Inc. (GGRP) Revenue (2020 - 2025) Analysis & Trends
Glimpse has reported Revenue for 6 years, with the latest figure at $1.3 million in Q4 2025.
- On a quarterly basis, Revenue fell 58.99% year-over-year to $1.3 million in Q4 2025; TTM through Dec 2025 was $7.6 million, a 17.46% decrease from a year earlier, with the FY2025 full-year figure at $10.5 million, up 19.58% from the prior year.
- Revenue was $1.3 million for Q4 2025 at Glimpse, down from $1.4 million in the prior quarter.
- The five-year high for Revenue was $5.0 million in Q4 2021, with the low at $914779.0 in Q1 2021.
- Average Revenue over 5 years is $2.3 million, with a median of $2.1 million recorded in 2022.
- The sharpest annual moves came in 2021 and 2025: Revenue surged 296.87% in 2021, then sank 58.99% in 2025.
- Over 5 years, Revenue stood at $5.0 million in 2021, then sank by 40.99% to $3.0 million in 2022, then fell by 29.63% to $2.1 million in 2023, then jumped by 52.61% to $3.2 million in 2024, then tumbled by 58.99% to $1.3 million in 2025.
- The last three Revenue figures came in at $1.3 million (Q4 2025), $1.4 million (Q3 2025), and $3.5 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.30 Mn |
| Sep 30, 2025 | 1.40 Mn |
| Jun 30, 2025 | 3.50 Mn |
| Mar 31, 2025 | 1.42 Mn |
| Dec 31, 2024 | 3.17 Mn |
| Sep 30, 2024 | 2.44 Mn |
| Jun 30, 2024 | 1.73 Mn |
| Mar 31, 2024 | 1.90 Mn |
| Dec 31, 2023 | 2.08 Mn |
| Sep 30, 2023 | 3.10 Mn |
| Jun 30, 2023 | 2.91 Mn |
| Mar 31, 2023 | 3.67 Mn |
| Dec 31, 2022 | 2.95 Mn |
| Sep 30, 2022 | 3.95 Mn |
| Jun 30, 2022 | 1.40 Mn |
| Mar 31, 2022 | 2.05 Mn |
| Dec 31, 2021 | 5.00 Mn |
| Sep 30, 2021 | 1.02 Mn |
| Jun 30, 2021 | 986,944.00 |
| Mar 31, 2021 | 914,779.00 |
Glimpse Group, Inc. Revenue 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=revenue&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();