Glimpse Group, Inc. (GGRP) Acquisitions (2022 - 2023)
Glimpse (GGRP) posted Acquisitions of $104505.0 for Q2 2023, up 137.51% on a QoQ basis from $44000.0 in Q1 2023, and down 86.94% year-over-year from $800000.0 in Q2 2022.
Glimpse Group, Inc. (GGRP) Acquisitions (2022 - 2023) Analysis & Trends
Glimpse has reported Acquisitions for 2 years, with the latest figure at $104505.0 in Q2 2023.
- On a quarterly basis, Acquisitions fell 86.94% year-over-year to $104505.0 in Q2 2023; TTM through Jun 2023 was $2.6 million, a N/A change from a year earlier, with the FY2023 full-year figure at $2.6 million, down 43.08% from the prior year.
- Acquisitions was $104505.0 for Q2 2023 at Glimpse, up from $44000.0 in the prior quarter.
- The five-year high for Acquisitions was $3.5 million in Q1 2022, with the low at $44000.0 in Q1 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 104,505.00 |
| Mar 31, 2023 | 44,000.00 |
| Sep 30, 2022 | 2.48 Mn |
| Jun 30, 2022 | 800,000.00 |
| Mar 31, 2022 | 3.52 Mn |
Glimpse Group, Inc. Acquisitions 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=acquisitions&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();