Glimpse Group, Inc. (GGRP) Long-Term Investments (2021 - 2023)
Glimpse (GGRP) posted Long-Term Investments of $247511.0 for Q1 2023, up 4.62% on a QoQ basis from $236576.0 in Q4 2022, and up 2.21% year-over-year from $242160.0 in Q1 2022.
Glimpse Group, Inc. (GGRP) Long-Term Investments (2021 - 2023) Analysis & Trends
Glimpse has reported Long-Term Investments for 3 years, with the latest figure at $247511.0 in Q1 2023.
- On a quarterly basis, Long-Term Investments rose 2.21% year-over-year to $247511.0 in Q1 2023; TTM through Mar 2023 was $247511.0, a 2.21% increase from a year earlier, with the FY2022 full-year figure at $239314.0, changed N/A from the prior year.
- Long-Term Investments was $247511.0 for Q1 2023 at Glimpse, up from $236576.0 in the prior quarter.
- The five-year high for Long-Term Investments was $247511.0 in Q1 2023, with the low at $236576.0 in Q4 2022.
- Average Long-Term Investments over 3 years is $242599.0, with a median of $242381.5 recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Long-Term Investments declined 4.39% in 2022, then advanced 2.21% in 2023.
- Over 3 years, Long-Term Investments stood at $247430.0 in 2021, then dropped by 4.39% to $236576.0 in 2022, then increased by 4.62% to $247511.0 in 2023.
- The last three Long-Term Investments figures came in at $247511.0 (Q1 2023), $236576.0 (Q4 2022), and $242603.0 (Q3 2022), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | 247,511.00 |
| Dec 31, 2022 | 236,576.00 |
| Sep 30, 2022 | 242,603.00 |
| Jun 30, 2022 | 239,314.00 |
| Mar 31, 2022 | 242,160.00 |
| Dec 31, 2021 | 247,430.00 |
Glimpse Group, Inc. Long-Term Investments 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=long-term-investments&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();