Glimpse Group, Inc. (GGRP) Non Operating Income (2020 - 2023)
Glimpse (GGRP) posted Non Operating Income of $57601.0 for Q2 2023, down 0.55% on a QoQ basis from $57921.0 in Q1 2023, and up 404.87% year-over-year from $11409.0 in Q2 2022.
Glimpse Group, Inc. (GGRP) Non Operating Income (2020 - 2023) Analysis & Trends
Glimpse has reported Non Operating Income for 4 years, with the latest figure at $57601.0 in Q2 2023.
- On a quarterly basis, Non Operating Income rose 404.87% year-over-year to $57601.0 in Q2 2023; TTM through Jun 2023 was $242401.0, a 35.59% decrease from a year earlier, with the FY2023 full-year figure at $242401.0, down 35.59% from the prior year.
- Non Operating Income was $57601.0 for Q2 2023 at Glimpse, down from $57921.0 in the prior quarter.
- The five-year high for Non Operating Income was $624889.0 in Q1 2022, with the low at -$260107.0 in Q3 2021.
- Average Non Operating Income over 4 years is $39840.5, with a median of $21746.5 recorded in 2021.
- The sharpest annual moves came in 2021 and 2022: Non Operating Income plunged 586.24% in 2021, then surged 57157.46% in 2022.
- Over 4 years, Non Operating Income stood at -$47707.0 in 2020, then surged by 100.28% to $134.0 in 2021, then soared by 57157.46% to $76725.0 in 2022, then fell by 24.93% to $57601.0 in 2023.
- The last three Non Operating Income figures came in at $57601.0 (Q2 2023), $57921.0 (Q1 2023), and $76725.0 (Q4 2022), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2023 | 57,601.00 |
| Mar 31, 2023 | 57,921.00 |
| Dec 31, 2022 | 76,725.00 |
| Sep 30, 2022 | 50,154.00 |
| Jun 30, 2022 | 11,409.00 |
| Mar 31, 2022 | 624,889.00 |
| Dec 31, 2021 | 134.00 |
| Sep 30, 2021 | -260,107.00 |
| Jun 30, 2021 | -87,114.00 |
| Mar 31, 2021 | 32,084.00 |
| Dec 31, 2020 | -47,707.00 |
| Sep 30, 2020 | -37,903.00 |
Glimpse Group, Inc. 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=non-operating-income&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-operating-income&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();