Glimpse Group, Inc. (GGRP) Share-based Compensation (QoQ) (2020 - 2024)
Analysis
Glimpse Group, Inc. (GGRP) Share-based Compensation (QoQ) (2020 - 2024) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 190.14% |
| Sep 30, 2024 | -555.85% |
| Jun 30, 2024 | -21.66% |
| Mar 31, 2024 | 100.52% |
| Dec 31, 2023 | -197.54% |
| Sep 30, 2023 | 417,827.31% |
| Jun 30, 2023 | 200.00% |
| Mar 31, 2022 | 136.84% |
| Dec 31, 2021 | 1,112.50% |
| Sep 30, 2021 | 99.18% |
| Jun 30, 2021 | -7.14% |
| Mar 31, 2021 | 106.77% |
| Dec 31, 2020 | -192.61% |
API Access
Glimpse Group, Inc. Share-based Compensation (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=share-based-compensation-qoq&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-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=share-based-compensation-qoq&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();