Skip to content

Black Bird Biotech, Inc.: filings

Every Black Bird Biotech, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 filings, each linked to its SEC index.

Filing record ends 2023-11-20

The latest filing in this captured record is a 10-Q filed 2023-11-20. No later filing is in the SEC companyfacts record captured on 2026-09-22. Black Bird Biotech, 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-Q2023-11-20fiscal Q3 2023361100001477932-23-008686
10-Q2023-08-21fiscal Q2 2023391120001477932-23-006351
10-Q2023-05-22fiscal Q1 202334670001477932-23-003857
10-K2023-03-21fiscal FY 202239780001477932-23-001598
10-Q2022-11-14fiscal Q3 2022381240001477932-22-008521
10-Q2022-08-23fiscal Q2 2022371080001477932-22-006402
10-Q2022-05-23fiscal Q1 202235720001477932-22-003840
10-K2022-04-15fiscal FY 202136680001477932-22-002403
10-Q2021-11-22fiscal Q3 2021341010001477932-21-008724
10-Q/A2021-08-24fiscal Q2 2021351000001477932-21-005943
10-Q2021-05-24fiscal Q1 202132660001477932-21-003570
10-K2021-04-15fiscal FY 202032650001477932-21-002405
10-Q2020-11-23fiscal Q3 202029920001477932-20-006838
10-Q/A2020-08-20fiscal Q2 202028840001477932-20-005108
10-Q/A2020-08-11fiscal Q1 202024520001477932-20-004711
10-K2020-07-14fiscal FY 201917340001104659-20-083473
10-Q2019-11-20fiscal Q3 201914500001104659-19-065762
10-Q2019-08-19fiscal Q2 201914460001144204-19-040623
10-Q2019-07-30fiscal Q1 201913280001144204-19-036633
10-K2019-05-06fiscal FY 201816330001144204-19-023723
10-Q2018-11-15fiscal Q3 201813340001144204-18-060227
10-Q2018-08-14fiscal Q2 201813340001144204-18-044357
10-Q2018-05-21fiscal Q1 201812240001144204-18-030087
10-K2018-04-13fiscal FY 201716330001144204-18-020461
10-Q2017-11-20fiscal Q3 201714360001144204-17-060049
10-Q2017-08-14fiscal Q2 201712340001144204-17-043180
10-Q2017-05-12fiscal Q1 201713260001144204-17-026915
10-K2017-03-30fiscal FY 201613270001144204-17-017536
10-Q2016-11-07fiscal Q3 20169260001144204-16-131976
10-Q2016-08-12fiscal Q2 20169260001144204-16-118569
10-Q2016-05-11fiscal Q1 20169180001144204-16-100764
10-K2016-03-28fiscal FY 201511230001144204-16-090541
10-Q2015-11-06fiscal Q3 201510280001144204-15-063245
10-Q2015-08-14fiscal Q2 201510280001144204-15-049645
10-Q2015-05-15fiscal Q1 201510200001144204-15-031244
10-K2015-03-23fiscal FY 201413270001144204-15-017791
10-Q2014-11-14fiscal Q3 201412340001144204-14-067914
10-Q2014-08-18fiscal Q2 201412340001144204-14-051010
10-Q2014-05-14fiscal Q1 201413270001354488-14-002554
10-K2014-04-09fiscal FY 201315300001354488-14-001750
10-Q2013-11-14fiscal Q3 201316450001354488-13-006260
10-Q2013-08-14fiscal Q2 201315400001354488-13-004477
10-Q2013-05-15fiscal Q1 201314290001354488-13-002911
10-K2013-04-15fiscal FY 201215300001354488-13-001962
10-Q2012-11-13fiscal Q3 201217490001354488-12-005760
10-Q/A2012-08-20fiscal Q2 201217440001354488-12-004411
10-Q2012-05-21fiscal Q1 201217310001354488-12-002794
10-K2012-03-29fiscal FY 201119470001354488-12-001482
10-Q2011-11-14fiscal Q3 201118520001354488-11-004242
10-Q2011-08-15fiscal Q2 201117480001354488-11-002751

Inspect the source

Entity
Black Bird Biotech, Inc. / CIK 0001409999
Captured
SEC response SHA-256
df936db10ff162447a769152b36bd1ddff9f21ac96d53dd4e87253b660581055

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