Glimpse Group, Inc. (GGRP) Convertible Debt (2020 - 2021)
Glimpse (GGRP) posted Convertible Debt of $1.4 million for Q2 2021, up 8.91% on a QoQ basis from $1.3 million in Q1 2021, and up 20.82% year-over-year from $1.2 million in Q2 2020.
Glimpse Group, Inc. (GGRP) Convertible Debt (2020 - 2021) Analysis & Trends
Glimpse has reported Convertible Debt for 2 years, with the latest figure at $1.4 million in Q2 2021.
- On a quarterly basis, Convertible Debt rose 20.82% year-over-year to $1.4 million in Q2 2021; TTM through Jun 2021 was $1.4 million, a 20.82% increase from a year earlier, with the FY2021 full-year figure at $1.4 million, up 20.82% from the prior year.
- Convertible Debt was $1.4 million for Q2 2021 at Glimpse, up from $1.3 million in the prior quarter.
- The five-year high for Convertible Debt was $1.4 million in Q2 2021, with the low at $1.2 million in Q2 2020.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | 1.43 Mn |
| Mar 31, 2021 | 1.31 Mn |
| Jun 30, 2020 | 1.18 Mn |
Glimpse Group, Inc. Convertible Debt 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=convertible-debt&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "convertible-debt", "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=convertible-debt&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();