Balance Labs (BLNC) Other Non-Current Assets (2020 - 2022)
Balance Labs' (BLNC) quarterly Other Non-Current Assets came in at $245533.0 in Q3 2022, down 94.07% on a YoY basis from $4.1 million in Q3 2021, and down 27.54% quarter-over-quarter from $338874.0 in Q2 2022.
Balance Labs (BLNC) Other Non-Current Assets (2020 - 2022) Analysis & Trends
Balance Labs (BLNC) has reported Other Non-Current Assets for 3 consecutive years, with $245533.0 the latest figure, recorded in Q3 2022.
- For the quarter ending Q3 2022, Other Non-Current Assets fell 94.07% year-over-year to $245533.0; the trailing twelve-month figure through Sep 2022 stood at $245533.0 (down 94.07% YoY), and the FY2021 full-year result was $38812.0, down 96.87% from the prior year.
- Other Non-Current Assets retreated to $245533.0 in Q3 2022 per BLNC's latest filing, from $338874.0 in the prior quarter.
- Across five years, Other Non-Current Assets topped out at $4.1 million in Q3 2021 and bottomed at $38812.0 in Q4 2021.
- Historically, Other Non-Current Assets has averaged $1.1 million across 3 years, with a median of $395333.5 in 2022.
- The sharpest annual moves came in 2021 and 2022: Other Non-Current Assets sank 96.87% in 2021, then slumped 94.07% in 2022.
- Over 3 years, Other Non-Current Assets stood at $1.2 million in 2020, then tumbled by 96.87% to $38812.0 in 2021, then surged by 532.62% to $245533.0 in 2022.
- According to Business Quant data, Other Non-Current Assets over the past three periods registered $245533.0, $338874.0, and $451793.0 for Q3 2022, Q2 2022, and Q1 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | 22.56 Bn |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | 785,089.00 |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | - |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | - |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2022 | 245,533.00 |
| Jun 30, 2022 | 338,874.00 |
| Mar 31, 2022 | 451,793.00 |
| Dec 31, 2021 | 38,812.00 |
| Sep 30, 2021 | 4.14 Mn |
| Dec 31, 2020 | 1.24 Mn |
Balance Labs Other Non-Current Assets 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=other-non-current-assets&ticker=BLNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "ticker": "BLNC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-non-current-assets&ticker=BLNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();