Glimpse Group, Inc. (GGRP) Non Operating Interest Expenses (2020 - 2021)
Glimpse (GGRP) posted Non Operating Interest Expenses of $103000.0 for Q2 2021, up 6337.5% on a QoQ basis from $1600.0 in Q1 2021.
Glimpse Group, Inc. (GGRP) Non Operating Interest Expenses (2020 - 2021) Analysis & Trends
Glimpse has reported Non Operating Interest Expenses for 2 years, with the latest figure at $103000.0 in Q2 2021.
- On a quarterly basis, Non Operating 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.
- Non Operating Interest Expenses was $103000.0 for Q2 2021 at Glimpse, up from $1600.0 in the prior quarter.
- The five-year high for Non Operating Interest Expenses was $103000.0 in Q2 2021, with the low at $1600.0 in Q1 2021.
Peer Comparison
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 |
Glimpse Group, Inc. Non Operating 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=non-operating-interest-expenses&ticker=GGRP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-interest-expenses&ticker=GGRP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();