Glimpse Group, Inc. (GGRP) Interest Coverage Ratio (2020 - 2021)
Glimpse (GGRP) posted Interest Coverage Ratio of 26.76 for Q2 2021, up 96.61% on a QoQ basis from 788.92 in Q1 2021.
Analysis
Glimpse Group, Inc. (GGRP) Interest Coverage Ratio (2020 - 2021) Analysis & Trends
Glimpse has reported Interest Coverage Ratio for 2 years, with the latest figure at 26.76 in Q2 2021.
- On a quarterly basis, Interest Coverage Ratio changed N/A year-over-year to 26.76 in Q2 2021; TTM through Jun 2021 was 29.54, a N/A change from a year earlier, with the FY2021 full-year figure at 32.94, up 45.47% from the prior year.
- Interest Coverage Ratio was 26.76 for Q2 2021 at Glimpse, up from 788.92 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 14.32 in Q4 2020, with the low at 788.92 in Q1 2021.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | -26.76 |
| Mar 31, 2021 | -788.92 |
| Dec 31, 2020 | -14.32 |
| Sep 30, 2020 | -25.59 |
API Access
Glimpse Group, Inc. Interest Coverage 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=interest-coverage-ratio&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();