Skip to content

BALANCE LABS, INC.: filings

Every BALANCE LABS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 filings, each linked to its SEC index.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2026-08-14fiscal Q2 202629860001493152-26-038265
10-Q2026-05-15fiscal Q1 202628550001493152-26-023451
10-K2026-04-10fiscal FY 202531590001493152-26-016088
10-Q2025-11-13fiscal Q3 202528850001493152-25-022345
10-Q2025-08-14fiscal Q2 202528780001641172-25-023738
10-Q2025-05-20fiscal Q1 202530590001641172-25-011637
10-K2025-04-15fiscal FY 202429560001641172-25-004842
10-Q2024-11-19fiscal Q3 202423700001493152-24-046598
10-Q2024-08-12fiscal Q2 202423710001493152-24-031278
10-Q2024-05-10fiscal Q1 202423480001493152-24-018584
10-K2024-04-15fiscal FY 202326510001493152-24-014644
10-Q2023-11-02fiscal Q3 202324680001493152-23-039091
10-Q2023-08-11fiscal Q2 202324710001493152-23-027864
10-Q2023-05-19fiscal Q1 202322440001493152-23-018303
10-K2023-04-17fiscal FY 202232580001493152-23-012585
10-Q2022-11-21fiscal Q3 202232890001493152-22-033074
10-Q2022-08-24fiscal Q2 202230760001493152-22-023933
10-Q2022-05-16fiscal Q1 202228570001493152-22-013738
10-K2022-03-31fiscal FY 202137670001493152-22-008548
10-Q2021-11-19fiscal Q3 202136970001493152-21-029429
10-Q2021-08-16fiscal Q2 202129770001493152-21-020101
10-Q2021-05-21fiscal Q1 202127550001493152-21-012550
10-K/A2021-05-18fiscal FY 202033660001493152-21-012134
10-K2021-03-31fiscal FY 202033660001493152-21-007533
10-Q2020-11-13fiscal Q3 202029760001493152-20-021288
10-Q2020-08-11fiscal Q2 202029740001493152-20-015255
10-Q2020-07-06fiscal Q1 202029580001493152-20-012630
10-K2020-05-28fiscal FY 201930600001493152-20-010051
10-Q2019-11-14fiscal Q3 201929730001493152-19-017424
10-Q2019-08-13fiscal Q2 201930760001493152-19-012168
10-Q2019-05-15fiscal Q1 201932610001493152-19-007335
10-K2019-04-01fiscal FY 201832570001493152-19-004455
10-Q2018-11-08fiscal Q3 201826640001493152-18-015435
10-Q2018-08-08fiscal Q2 201826640001493152-18-011155
10-Q2018-05-24fiscal Q1 201828510001493152-18-007774
10-K2018-04-12fiscal FY 201724450001493152-18-005076
10-Q2017-11-14fiscal Q3 201722510001493152-17-013250
10-Q2017-08-14fiscal Q2 201722500001493152-17-009262
10-Q2017-05-16fiscal Q1 201720380001493152-17-005526
10-K2017-04-17fiscal FY 201623390001493152-17-004013
10-Q2016-11-17fiscal Q3 201622470001493152-16-015216
10-Q2016-08-22fiscal Q2 201620460001493152-16-012759
10-Q2016-05-16fiscal Q1 201618340001493152-16-009952
10-K2016-04-14fiscal FY 201520360001493152-16-008923
10-Q2015-11-16fiscal Q3 201517390001615774-15-003326
10-Q2015-09-11fiscal Q2 201516350001615774-15-002536

Inspect the source

Entity
BALANCE LABS, INC. / CIK 0001632121
Captured
2026-09-21T17:21:12.183Z
SEC response SHA-256
0001f61f0c3a30f0d1993e409a084a9a2cfc9702a70c962dbba951a43dac0dbf

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001632121.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))