Glimpse Group, Inc. (GGRP) Change in Receivables (2020 - 2025)
Glimpse (GGRP) posted Change in Receivables of -$95222.0 for Q4 2025, up 48.09% on a QoQ basis from -$183441.0 in Q3 2025, and down 118.3% year-over-year from $520386.0 in Q4 2024.
Glimpse Group, Inc. (GGRP) Change in Receivables (2020 - 2025) Analysis & Trends
Glimpse has reported Change in Receivables for 6 years, with the latest figure at -$95222.0 in Q4 2025.
- On a quarterly basis, Change in Receivables fell 118.3% year-over-year to -$95222.0 in Q4 2025; TTM through Dec 2025 was -$829991.0, a 667.86% decrease from a year earlier, with the FY2025 full-year figure at $117519.0, up 116.08% from the prior year.
- Change in Receivables was -$95222.0 for Q4 2025 at Glimpse, up from -$183441.0 in the prior quarter.
- The five-year high for Change in Receivables was $730618.0 in Q4 2022, with the low at -$739761.0 in Q1 2025.
- Average Change in Receivables over 5 years is -$25316.8, with a median of -$81406.5 recorded in 2021.
- The sharpest annual moves came in 2022 and 2024: Change in Receivables slumped 1256.2% in 2022, then soared 1100.29% in 2024.
- Over 5 years, Change in Receivables stood at $687856.0 in 2021, then gained by 6.22% to $730618.0 in 2022, then slumped by 94.07% to $43355.0 in 2023, then jumped by 1100.29% to $520386.0 in 2024, then sank by 118.3% to -$95222.0 in 2025.
- The last three Change in Receivables figures came in at -$95222.0 (Q4 2025), -$183441.0 (Q3 2025), and $188433.0 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -95,222.00 |
| Sep 30, 2025 | -183,441.00 |
| Jun 30, 2025 | 188,433.00 |
| Mar 31, 2025 | -739,761.00 |
| Dec 31, 2024 | 520,386.00 |
| Sep 30, 2024 | 148,461.00 |
| Jun 30, 2024 | -252,140.00 |
| Mar 31, 2024 | -270,546.00 |
| Dec 31, 2023 | 43,355.00 |
| Sep 30, 2023 | -251,407.00 |
| Jun 30, 2023 | -180,533.00 |
| Mar 31, 2023 | -324,715.00 |
| Dec 31, 2022 | 730,618.00 |
| Sep 30, 2022 | -357,563.00 |
| Jun 30, 2022 | -33,506.00 |
| Mar 31, 2022 | -332,909.00 |
| Dec 31, 2021 | 687,856.00 |
| Sep 30, 2021 | -26,365.00 |
| Jun 30, 2021 | 290,255.00 |
| Mar 31, 2021 | -67,591.00 |
Glimpse Group, Inc. Change in Receivables 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=change-in-receivables&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();