Skip to content

BIOSPECIFICS TECHNOLOGIES CORP: filings

Every BIOSPECIFICS TECHNOLOGIES CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2020-11-09

The latest filing in this captured record is a 10-Q filed 2020-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. BIOSPECIFICS TECHNOLOGIES CORP 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-Q2020-11-09fiscal Q3 2020381020001558370-20-013305
10-Q2020-08-10fiscal Q2 2020381040001558370-20-010124
10-Q2020-05-11fiscal Q1 202039820001140361-20-011266
10-K2020-03-16fiscal FY 201942850001140361-20-005848
10-Q2019-11-12fiscal Q3 2019361030001140361-19-020316
10-Q2019-08-09fiscal Q2 2019351020001140361-19-014749
10-Q2019-05-10fiscal Q1 201934720001140361-19-008927
10-K2019-04-02fiscal FY 2018381390001140361-19-006323
10-Q2018-11-09fiscal Q3 2018351210001140361-18-042823
10-Q2018-08-09fiscal Q2 201835980001140361-18-036043
10-Q2018-05-10fiscal Q1 201835720001140361-18-022751
10-K2018-03-14fiscal FY 2017361320001140361-18-013423
10-Q2017-11-09fiscal Q3 201731880001140361-17-041865
10-Q2017-08-09fiscal Q2 201731880001140361-17-030845
10-Q2017-05-10fiscal Q1 201728580001140361-17-019383
10-K2017-03-16fiscal FY 2016301140001140361-17-012337
10-Q2016-11-09fiscal Q3 201628820001140361-16-085613
10-Q2016-08-09fiscal Q2 201628820001140361-16-075479
10-Q2016-05-10fiscal Q1 201628580001140361-16-064310
10-K2016-03-14fiscal FY 2015301150001140361-16-057622
10-Q2015-11-09fiscal Q3 201527800001140361-15-040118
10-Q2015-08-10fiscal Q2 201527810001140361-15-030757
10-Q2015-05-11fiscal Q1 201527570001140361-15-018583
10-K2015-03-16fiscal FY 2014301150001140361-15-011871
10-Q2014-11-10fiscal Q3 201430880001140361-14-040919
10-Q2014-08-11fiscal Q2 201431900001140361-14-031760
10-Q2014-05-09fiscal Q1 201431640001140361-14-019846
10-K2014-03-07fiscal FY 2013381410001140361-14-011561
10-Q2013-11-12fiscal Q3 201329820001140361-13-041593
10-Q2013-08-09fiscal Q2 201330860001140361-13-031299
10-Q2013-05-10fiscal Q1 201329600001140361-13-019967
10-K2013-03-15fiscal FY 2012371380001140361-13-012763
10-Q2012-11-09fiscal Q3 201230860001140361-12-046402
10-Q2012-08-09fiscal Q2 201230860001140361-12-035961
10-Q2012-05-10fiscal Q1 201227560001140361-12-024434
10-K2012-03-13fiscal FY 201129820001140361-12-015150
10-Q2011-11-09fiscal Q3 201127780001140361-11-052400
10-Q2011-08-09fiscal Q2 201126760001140361-11-040435

Inspect the source

Entity
BIOSPECIFICS TECHNOLOGIES CORP / CIK 0000875622
Captured
SEC response SHA-256
b1d443fa8a2de5e07d7cbcf40e33944d546011c718a394f04bbb863281862def

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