Glimpse Group, Inc. (GGRP) Other Non Operating Income (2021 - 2022)
Glimpse (GGRP) posted Other Non Operating Income of $623828.0 for Q1 2022, up 13.65% on a QoQ basis from $548885.0 in Q1 2021, and up 13.65% year-over-year from $548885.0 in Q1 2021.
Glimpse Group, Inc. (GGRP) Other Non Operating Income (2021 - 2022) Analysis & Trends
Glimpse has reported Other Non Operating Income for 2 years, with the latest figure at $623828.0 in Q1 2022.
- On a quarterly basis, Other Non Operating Income rose 13.65% year-over-year to $623828.0 in Q1 2022; TTM through Jun 2022 was $1.2 million, a N/A change from a year earlier, with the FY2022 full-year figure at $623828.0, up 13.65% from the prior year.
- Other Non Operating Income was $623828.0 for Q1 2022 at Glimpse, up from $548885.0 in the prior quarter.
- The five-year high for Other Non Operating Income was $623828.0 in Q1 2022, with the low at $548885.0 in Q1 2021.
Peer Comparison
Glimpse Group, Inc. Other Non Operating Income 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=other-non-operating-income&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();