Glimpse Group, Inc. (GGRP) Invested Capital (2020 - 2021)
Glimpse (GGRP) posted Invested Capital of -$547950.0 for Q2 2021, down 325.31% on a QoQ basis from $243196.0 in Q2 2020, and down 325.31% year-over-year from $243196.0 in Q2 2020.
Glimpse Group, Inc. (GGRP) Invested Capital (2020 - 2021) Analysis & Trends
Glimpse has reported Invested Capital for 2 years, with the latest figure at -$547950.0 in Q2 2021.
- On a quarterly basis, Invested Capital fell 325.31% year-over-year to -$547950.0 in Q2 2021; TTM through Jun 2021 was -$547950.0, a 325.31% decrease from a year earlier, with the FY2021 full-year figure at -$547950.0, down 325.31% from the prior year.
- Invested Capital was -$547950.0 for Q2 2021 at Glimpse, down from $243196.0 in the prior quarter.
- The five-year high for Invested Capital was $243196.0 in Q2 2020, with the low at -$547950.0 in Q2 2021.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | -547,950.00 |
| Jun 30, 2020 | 243,196.00 |
Glimpse Group, Inc. Invested Capital 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=invested-capital&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();