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