Glimpse Group, Inc. (GGRP) Share-based Compensation Growth (1y) (2021 - 2024)
Analysis
Glimpse Group, Inc. (GGRP) Share-based Compensation Growth (1y) (2021 - 2024) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 101.68% |
| Sep 30, 2024 | -101.82% |
| Jun 30, 2024 | 1,566.67% |
| Mar 31, 2024 | 2,227.45% |
| Sep 30, 2023 | 4.84% |
| Mar 31, 2023 | -100.03% |
| Sep 30, 2022 | 3,457.68% |
| Mar 31, 2022 | 5,211.56% |
| Dec 31, 2021 | 251.84% |
| Sep 30, 2021 | -88.40% |
API Access
Glimpse Group, Inc. Share-based Compensation Growth (1y) 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-growth-1y&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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-growth-1y&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();