Glimpse Group, Inc. (GGRP) Selling, General & Administrative (2020 - 2025)
Analysis
Glimpse Group, Inc. (GGRP) Selling, General & Administrative (2020 - 2025) Analysis & Trends
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 843,821.00 |
| Sep 30, 2025 | 979,234.00 |
| Jun 30, 2025 | 688,419.00 |
| Mar 31, 2025 | 1.17 Mn |
| Dec 31, 2024 | 845,381.00 |
| Sep 30, 2024 | 939,712.00 |
| Jun 30, 2024 | 916,861.00 |
| Mar 31, 2024 | 1.23 Mn |
| Dec 31, 2023 | 1.05 Mn |
| Sep 30, 2023 | 1.10 Mn |
| Jun 30, 2023 | 1.26 Mn |
| Mar 31, 2023 | 1.14 Mn |
| Dec 31, 2022 | 1.26 Mn |
| Sep 30, 2022 | 1.38 Mn |
| Jun 30, 2022 | 1.43 Mn |
| Mar 31, 2022 | 1.13 Mn |
| Dec 31, 2021 | 1.13 Mn |
| Sep 30, 2021 | 779,729.00 |
| Jun 30, 2021 | 866,845.00 |
| Mar 31, 2021 | 635,356.00 |
API Access
Glimpse Group, Inc. Selling, General & Administrative 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=selling-general-and-administrative&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();