Skip to content

BIOSYNERGY INC: filings

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

Filing record ends 2022-03-28

The latest filing in this captured record is a 10-Q/A filed 2022-03-28. No later filing is in the SEC companyfacts record captured on 2026-09-23. BIOSYNERGY INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q/A2022-03-28fiscal Q3 202231820001437749-22-007349
10-Q2021-12-15fiscal Q2 202230800001437749-21-028652
10-Q2021-09-14fiscal Q1 202230590001437749-21-022107
10-K2021-07-29fiscal FY 202129590001437749-21-017834
10-Q2021-03-17fiscal Q3 202127680000715812-21-000002
10-Q2020-12-15fiscal Q2 202024640001344676-20-000165
10-Q2020-09-10fiscal Q1 202025520000715812-20-000006
10-Q2020-03-12fiscal Q3 202025650000715812-20-000002
10-Q2019-12-16fiscal Q2 201925660000715812-19-000026
10-Q2019-09-13fiscal Q1 201925520000715812-19-000024
10-K/A2019-08-02fiscal FY 201928540000715812-19-000020
10-K2019-07-25fiscal FY 201928540000715812-19-000018
10-Q2019-03-14fiscal Q3 201927670000715812-19-000006
10-Q2017-12-15fiscal Q2 201724620000715812-17-000009
10-Q2017-09-13fiscal Q1 201826540000715812-17-000006
10-K2017-07-28fiscal FY 201727550000715812-17-000003
10-Q2017-03-17fiscal Q3 201725660000715812-17-000001
10-Q2016-12-15fiscal Q2 201724620000715812-16-000009
10-Q2016-09-14fiscal Q1 201725510000715812-16-000008
10-K/A2016-08-17fiscal FY 201627550000715812-16-000007
10-K2016-07-28fiscal FY 201627550000715812-16-000006
10-Q2016-03-16fiscal Q3 201624620000715812-16-000005
10-Q2015-09-14fiscal Q1 201622450000715812-15-000003
10-Q2015-03-17fiscal Q3 201522580000715812-15-000001
10-Q2014-12-15fiscal Q2 201522580000715812-14-000004
10-Q2014-09-15fiscal Q1 201521430000715812-14-000003
10-Q2014-03-17fiscal Q3 201422580000715812-14-000001
10-Q2013-12-16fiscal Q2 201422580000715812-13-000012
10-Q2013-09-13fiscal Q1 201422450000715812-13-000010
10-Q2013-03-15fiscal Q3 201322560000715812-13-000003
10-Q2013-01-04fiscal Q2 201322560000715812-13-000001
10-Q2012-09-14fiscal Q1 201322440000715812-12-000003
10-Q2012-03-16fiscal Q3 201222570000715812-12-000001
10-Q2011-12-15fiscal Q2 201222550000715812-11-000009
10-Q2011-09-15fiscal Q1 201222440000715812-11-000005

Inspect the source

Entity
BIOSYNERGY INC / CIK 0000715812
Captured
SEC response SHA-256
eb912604535d1396c8e2ed6025c6adab35af75fdfc7239083d444e5a31df6a03

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