Balance Labs (BLNC) Intangibles (2018 - 2021)
Balance Labs' (BLNC) quarterly Intangibles came in at $2836.0 in Q2 2021, little changed on a YoY basis from $2836.0 in Q2 2020, and little changed quarter-over-quarter from $2836.0 in Q1 2021.
Balance Labs (BLNC) Intangibles (2018 - 2021) Analysis & Trends
Balance Labs (BLNC) has reported Intangibles for 4 consecutive years, with $2836.0 the latest figure, recorded in Q2 2021.
- For the quarter ending Q2 2021, Intangibles changed 0.0% year-over-year to $2836.0; the trailing twelve-month figure through Jun 2021 stood at $2836.0 (changed 0.0% YoY), and the FY2020 full-year result was $2836.0, changed 0.0% from the prior year.
- Intangibles steadied at $2836.0 in Q2 2021 per BLNC's latest filing, from $2836.0 in the prior quarter.
- Across five years, Intangibles topped out at $2836.0 in Q4 2018 and bottomed at $2836.0 in Q4 2018.
- Historically, Intangibles has averaged $2836.0 across 4 years, with a median of $2836.0 in 2018.
- The widest YoY moves for Intangibles: up 0.0% in 2019, down 0.0% in 2019.
- Over 4 years, Intangibles stood at $2836.0 in 2018, then changed by 0.0% to $2836.0 in 2019, then changed by 0.0% to $2836.0 in 2020, then changed by 0.0% to $2836.0 in 2021.
- According to Business Quant data, Intangibles over the past three periods registered $2836.0, $2836.0, and $2836.0 for Q2 2021, Q1 2021, and Q4 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Ameriprise Financial | 47.32 Bn | 36.27 Bn | 4.72 Bn | - |
| 2 | Etoiles Capital | 277.87 Mn | 276.13 Mn | - | - |
| 3 | Balance Labs | 72.62 Mn | 72.49 Mn | - | - |
| 4 | Greenpro Capital | 19.85 Mn | 18.05 Mn | 187,997.00 | 234,055.00 |
| 5 | Aurelion | 9.06 Mn | 9.06 Mn | - | 133.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2021 | 2,836.00 |
| Mar 31, 2021 | 2,836.00 |
| Dec 31, 2020 | 2,836.00 |
| Jun 30, 2020 | 2,836.00 |
| Mar 31, 2020 | 2,836.00 |
| Dec 31, 2019 | 2,836.00 |
| Sep 30, 2019 | 2,836.00 |
| Jun 30, 2019 | 2,836.00 |
| Mar 31, 2019 | 2,836.00 |
| Dec 31, 2018 | 2,836.00 |
Balance Labs Intangibles 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=intangibles&ticker=BLNC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=BLNC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();