Skip to content

BAKHU HOLDINGS, CORP.: filings

Every BAKHU HOLDINGS, CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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-09-14fiscal Q1 202526560001096906-26-001354
10-K2026-07-20fiscal FY 202426550001096906-26-001097
10-Q2024-06-20fiscal Q3 202427880001096906-24-001404
10-Q2024-03-25fiscal Q2 202427840001096906-24-000562
10-Q2024-01-24fiscal Q1 202427580001096906-24-000100
10-K2024-01-05fiscal FY 202327600001096906-24-000019
10-Q2023-06-16fiscal Q3 202327910001096906-23-001323
10-Q2023-03-15fiscal Q2 202326830001096906-23-000532
10-Q2022-12-20fiscal Q1 202326570001096906-22-003010
10-K2022-11-07fiscal FY 202227560001096906-22-002650
10-Q2022-06-22fiscal Q3 202227860001096906-22-001437
10-Q2022-03-21fiscal Q2 202226770001096906-22-000576
10-Q/A2022-03-21fiscal Q1 202224520001096906-22-000574
10-K/A2022-03-21fiscal FY 202124490001096906-22-000571
10-Q2022-03-02fiscal Q1 202223480001096906-22-000451
10-K2022-02-11fiscal FY 202124490001096906-22-000296
10-Q/A2022-01-11fiscal Q3 202124770001096906-22-000079
10-Q/A2022-01-11fiscal Q2 202123640001096906-22-000077
10-Q/A2022-01-11fiscal Q1 202123480001096906-22-000075
10-Q2021-06-21fiscal Q3 202124770001096906-21-001441
10-Q2021-03-17fiscal Q2 202123640001096906-21-000496
10-Q/A2021-01-19fiscal Q1 202122460001096906-21-000111
10-Q2020-12-16fiscal Q1 202121440001096906-20-000500
10-K2020-11-13fiscal FY 202024500001096906-20-000263
10-Q2020-06-12fiscal Q3 202022660001673431-20-000036
10-Q2020-03-16fiscal Q2 202022660001391609-20-000027
10-Q2019-12-23fiscal Q1 201922480001391609-19-000211
10-K2019-11-13fiscal FY 201924480001391609-19-000171
10-Q/A2019-06-18fiscal Q3 201923630001391609-19-000123
10-Q2019-03-25fiscal Q2 201921580001391609-19-000055
10-Q2018-05-31fiscal Q3 201819530001477932-18-002826
10-Q2018-03-07fiscal Q2 201818470001477932-18-001150
10-Q2017-12-08fiscal Q1 201818360001477932-17-005992

Inspect the source

Entity
BAKHU HOLDINGS, CORP. / CIK 0001440153
Captured
2026-09-21T17:19:48.956Z
SEC response SHA-256
1cdeb3b0b0f7268912bfcb65494b5b1bd2f8be31e51b918aca77378d4da90c4f

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