Glimpse Group, Inc. (GGRP) Short-term Investments (2022 - 2023)
Glimpse (GGRP) posted Short-term Investments of $247511.0 for Q1 2023, up 4.62% on a QoQ basis from $236576.0 in Q4 2022.
Analysis
Glimpse Group, Inc. (GGRP) Short-term Investments (2022 - 2023) Analysis & Trends
Glimpse has reported Short-term Investments for 2 years, with the latest figure at $247511.0 in Q1 2023.
- On a quarterly basis, Short-term Investments changed N/A year-over-year to $247511.0 in Q1 2023; TTM through Mar 2023 was $247511.0, a N/A change from a year earlier, with the FY2022 full-year figure at $239314.0, changed N/A from the prior year.
- Short-term Investments was $247511.0 for Q1 2023 at Glimpse, up from $236576.0 in the prior quarter.
- The five-year high for Short-term Investments was $247511.0 in Q1 2023, with the low at $236576.0 in Q4 2022.
Peer Set
Peer Comparison
Historic Data
Download Data
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 |
API Access
Glimpse Group, Inc. Short-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=short-term-investments&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-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=short-term-investments&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();