Skip to content

BioAdaptives Inc.: filings

Every BioAdaptives Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-19fiscal Q2 2026381140001640334-26-001393
10-Q2026-05-15fiscal Q1 202631660001640334-26-000911
10-K2026-04-14fiscal FY 202539790001640334-26-000718
10-Q2025-11-14fiscal Q3 2025351060001640334-25-002081
10-Q2025-08-14fiscal Q2 2025371060001640334-25-001493
10-Q2025-05-13fiscal Q1 202528600001640334-25-000834
10-K2025-04-15fiscal FY 202432660001640334-25-000660
10-Q2024-11-19fiscal Q3 2024321000001640334-24-001752
10-Q2024-08-19fiscal Q2 202428840001640334-24-001302
10-Q2024-05-17fiscal Q1 202428590001640334-24-000843
10-K2024-04-10fiscal FY 202332650001640334-24-000602
10-Q2023-11-13fiscal Q3 202329870001640334-23-002105
10-Q2023-08-11fiscal Q2 202328810001640334-23-001531
10-Q2023-05-12fiscal Q1 202327570001640334-23-000837
10-K2023-03-31fiscal FY 202231640001640334-23-000532
10-Q2022-11-14fiscal Q3 202228860001640334-22-002451
10-Q2022-08-12fiscal Q2 202227810001640334-22-001749
10-Q2022-05-12fiscal Q1 202227580001640334-22-000978
10-K2022-03-31fiscal FY 202126540001640334-22-000689
10-Q2021-11-10fiscal Q3 202126790001640334-21-002736
10-Q2021-08-12fiscal Q2 202127770001640334-21-001817
10-Q2021-05-14fiscal Q1 202127570001640334-21-001151
10-K2021-03-30fiscal FY 202027560001640334-21-000706
10-Q2020-11-16fiscal Q3 202027840001640334-20-002835
10-Q2020-08-13fiscal Q2 202026800001640334-20-002076
10-Q/A2020-06-11fiscal Q1 202031630001640334-20-001483
10-K/A2020-05-12fiscal FY 201926480001640334-20-001156
10-K2020-05-01fiscal FY 201926480001640334-20-000974
10-Q2019-11-07fiscal Q3 201924690001640334-19-002191
10-Q2019-08-14fiscal Q2 201923620001640334-19-001635
10-Q2016-11-18fiscal Q3 201625600001640334-16-002064
10-Q2016-08-18fiscal Q2 201623570001640334-16-001576
10-Q2016-05-23fiscal Q1 201623460001640334-16-001141
10-K2016-04-14fiscal FY 201524480001640334-16-000961
10-Q2015-11-23fiscal Q3 201523590001640334-15-000365
10-Q2015-08-21fiscal Q2 201522580001213900-15-006479
10-Q2015-05-20fiscal Q1 201521400001213900-15-004050
10-K2015-04-15fiscal FY 201426450001262463-15-000273
10-Q2014-11-14fiscal Q3 201424590001262463-14-001086
10-Q2014-08-14fiscal Q2 201424500001262463-14-000773
10-Q2014-05-20fiscal Q1 201420330001262463-14-000490
10-K2014-04-14fiscal FY 201319190001262463-14-000296
10-Q2013-10-21fiscal Q3 201316230001262463-13-000696

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
BioAdaptives Inc. / CIK 0001575142
Captured
2026-09-20T09:21:44.555Z
SEC response SHA-256
7d70ec2a8370eeb33cd7c2482065b30cf052619c39bb59e21df838c8d2f96db2

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/0001575142.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"])))