Glimpse Group, Inc. (GGRP) Cash & Equivalents (QoQ) (2021 - 2025)
Analysis
Glimpse Group, Inc. (GGRP) Cash & Equivalents (QoQ) (2021 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -39.91% |
| Sep 30, 2025 | -18.59% |
| Jun 30, 2025 | -3.19% |
| Mar 31, 2025 | -16.43% |
| Dec 31, 2024 | 497.35% |
| Sep 30, 2024 | -23.51% |
| Jun 30, 2024 | -56.87% |
| Mar 31, 2024 | -17.92% |
| Dec 31, 2023 | 32.88% |
| Sep 30, 2023 | -30.08% |
| Jun 30, 2023 | -7.09% |
| Mar 31, 2023 | -16.06% |
| Dec 31, 2022 | -32.32% |
| Sep 30, 2022 | -34.49% |
| Jun 30, 2022 | -9.94% |
| Mar 31, 2022 | -27.33% |
| Dec 31, 2021 | 97.56% |
| Sep 30, 2021 | 609.26% |
API Access
Glimpse Group, Inc. Cash & Equivalents (QoQ) 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=cash-and-equivalents-qoq&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-and-equivalents-qoq", "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=cash-and-equivalents-qoq&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();