Glimpse Group, Inc. (GGRP) Times Interest Earned (2020 - 2021)
Glimpse (GGRP) posted Times Interest Earned of 26.76 for Q2 2021, up 96.61% on a QoQ basis from 788.92 in Q1 2021.
Analysis
Glimpse Group, Inc. (GGRP) Times Interest Earned (2020 - 2021) Analysis & Trends
Glimpse has reported Times Interest Earned for 2 years, with the latest figure at 26.76 in Q2 2021.
- On a quarterly basis, Times Interest Earned 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.
- Times Interest Earned was 26.76 for Q2 2021 at Glimpse, up from 788.92 in the prior quarter.
- The five-year high for Times Interest Earned 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. Times Interest Earned 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=times-interest-earned&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();