Glimpse Group, Inc. (GGRP) Asset Writedowns and Impairment (2023 - 2024)
Glimpse (GGRP) posted Asset Writedowns and Impairment of $2.0 million for Q2 2024, up 24566.65% on a QoQ basis from $8275.0 in Q4 2023, and down 86.28% year-over-year from $14.9 million in Q3 2023.
Glimpse Group, Inc. (GGRP) Asset Writedowns and Impairment (2023 - 2024) Analysis & Trends
Glimpse has reported Asset Writedowns and Impairment for 2 years, with the latest figure at $2.0 million in Q2 2024.
- On a quarterly basis, Asset Writedowns and Impairment fell 86.28% year-over-year to $2.0 million in Q2 2024; TTM through Jun 2024 was $2.9 million, a N/A change from a year earlier, with the FY2024 full-year figure at $2.9 million, down 80.83% from the prior year.
- Asset Writedowns and Impairment was $2.0 million for Q2 2024 at Glimpse, up from $8275.0 in the prior quarter.
- The five-year high for Asset Writedowns and Impairment was $14.9 million in Q2 2023, with the low at $8275.0 in Q4 2023.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2024 | 2.04 Mn |
| Dec 31, 2023 | 8,275.00 |
| Sep 30, 2023 | 892,929.00 |
| Jun 30, 2023 | 14.87 Mn |
Glimpse Group, Inc. Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();