Glimpse Group, Inc. (GGRP) Debt Ratio (2020 - 2021)
Glimpse (GGRP) posted Debt Ratio of 0.19 for Q2 2021, down 29.53% on a QoQ basis from 0.27 in Q2 2020, and down 29.53% year-over-year from 0.27 in Q2 2020.
Glimpse Group, Inc. (GGRP) Debt Ratio (2020 - 2021) Analysis & Trends
Glimpse has reported Debt Ratio for 2 years, with the latest figure at 0.19 in Q2 2021.
- On a quarterly basis, Debt Ratio fell 29.53% year-over-year to 0.19 in Q2 2021; TTM through Jun 2021 was 0.19, a 29.53% decrease from a year earlier, with the FY2021 full-year figure at 0.19, down 29.53% from the prior year.
- Debt Ratio was 0.19 for Q2 2021 at Glimpse, down from 0.27 in the prior quarter.
- The five-year high for Debt Ratio was 0.27 in Q2 2020, with the low at 0.19 in Q2 2021.
Peer Comparison
Glimpse Group, Inc. Debt Ratio 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=debt-ratio&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();