Glimpse Group, Inc. (GGRP) Interest Expenses (2020 - 2021)
Glimpse (GGRP) posted Interest Expenses of $103000.0 for Q2 2021, up 6337.5% on a QoQ basis from $1600.0 in Q1 2021.
Analysis
Glimpse Group, Inc. (GGRP) Interest Expenses (2020 - 2021) Analysis & Trends
Glimpse has reported Interest Expenses for 2 years, with the latest figure at $103000.0 in Q2 2021.
- On a quarterly basis, Interest Expenses changed N/A year-over-year to $103000.0 in Q2 2021; TTM through Jun 2021 was $201474.0, a N/A change from a year earlier, with the FY2021 full-year figure at $180641.0, up 121.77% from the prior year.
- Interest Expenses was $103000.0 for Q2 2021 at Glimpse, up from $1600.0 in the prior quarter.
- The five-year high for Interest Expenses was $103000.0 in Q2 2021, with the low at $1600.0 in Q1 2021.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | 103,000.00 |
| Mar 31, 2021 | 1,600.00 |
| Dec 31, 2020 | 48,437.00 |
| Sep 30, 2020 | 48,437.00 |
API Access
Glimpse Group, Inc. Interest Expenses 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-expenses&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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-expenses&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();