Glimpse Group, Inc. (GGRP) Long-Term Deferred Tax (2020 - 2021)
Glimpse (GGRP) posted Long-Term Deferred Tax of $4.9 million for Q3 2021, up 8.9% on a QoQ basis from $4.5 million in Q2 2021, and up 44.7% year-over-year from $3.4 million in Q3 2020.
Glimpse Group, Inc. (GGRP) Long-Term Deferred Tax (2020 - 2021) Analysis & Trends
Glimpse has reported Long-Term Deferred Tax for 2 years, with the latest figure at $4.9 million in Q3 2021.
- On a quarterly basis, Long-Term Deferred Tax rose 44.7% year-over-year to $4.9 million in Q3 2021; TTM through Sep 2021 was $4.9 million, a 44.7% increase from a year earlier, with the FY2021 full-year figure at $4.5 million, up 41.15% from the prior year.
- Long-Term Deferred Tax was $4.9 million for Q3 2021 at Glimpse, up from $4.5 million in the prior quarter.
- The five-year high for Long-Term Deferred Tax was $4.9 million in Q3 2021, with the low at $3.2 million in Q2 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 4.86 Mn |
| Jun 30, 2021 | 4.46 Mn |
| Sep 30, 2020 | 3.36 Mn |
| Jun 30, 2020 | 3.16 Mn |
Glimpse Group, Inc. Long-Term Deferred Tax 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-deferred-tax&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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-deferred-tax&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();