Glimpse Group, Inc. (GGRP) Change in Account Payables (2020 - 2025)
Glimpse (GGRP) posted Change in Account Payables of -$68720.0 for Q4 2025, up 5.96% on a QoQ basis from -$73076.0 in Q3 2025, and down 192.35% year-over-year from $74410.0 in Q4 2024.
Glimpse Group, Inc. (GGRP) Change in Account Payables (2020 - 2025) Analysis & Trends
Glimpse has reported Change in Account Payables for 6 years, with the latest figure at -$68720.0 in Q4 2025.
- On a quarterly basis, Change in Account Payables fell 192.35% year-over-year to -$68720.0 in Q4 2025; TTM through Dec 2025 was -$209201.0, a 1142.05% decrease from a year earlier, with the FY2025 full-year figure at $46703.0, up 117.04% from the prior year.
- Change in Account Payables was -$68720.0 for Q4 2025 at Glimpse, up from -$73076.0 in the prior quarter.
- The five-year high for Change in Account Payables was $331246.0 in Q2 2021, with the low at -$525673.0 in Q3 2022.
- Average Change in Account Payables over 5 years is -$30783.6, with a median of -$32254.5 recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Change in Account Payables surged 710.62% in 2022, then plunged 601.66% in 2025.
- Over 5 years, Change in Account Payables stood at $30087.0 in 2021, then jumped by 185.63% to $85936.0 in 2022, then tumbled by 274.78% to -$150196.0 in 2023, then soared by 149.54% to $74410.0 in 2024, then plunged by 192.35% to -$68720.0 in 2025.
- The last three Change in Account Payables figures came in at -$68720.0 (Q4 2025), -$73076.0 (Q3 2025), and $175565.0 (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -68,720.00 |
| Sep 30, 2025 | -73,076.00 |
| Jun 30, 2025 | 175,565.00 |
| Mar 31, 2025 | -242,970.00 |
| Dec 31, 2024 | 74,410.00 |
| Sep 30, 2024 | 39,698.00 |
| Jun 30, 2024 | -59,404.00 |
| Mar 31, 2024 | -34,628.00 |
| Dec 31, 2023 | -150,196.00 |
| Sep 30, 2023 | -29,881.00 |
| Jun 30, 2023 | 106,116.00 |
| Mar 31, 2023 | -86,095.00 |
| Dec 31, 2022 | 85,936.00 |
| Sep 30, 2022 | -525,673.00 |
| Jun 30, 2022 | -51,868.00 |
| Mar 31, 2022 | 158,572.00 |
| Dec 31, 2021 | 30,087.00 |
| Sep 30, 2021 | -268,823.00 |
| Jun 30, 2021 | 331,246.00 |
| Mar 31, 2021 | -25,969.00 |
Glimpse Group, Inc. Change in Account Payables 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-account-payables&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();