Skip to content

BIOHEMP INTERNATIONAL, INC.: filings

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

Filing record ends 2019-07-15

The latest filing in this captured record is a 10-Q filed 2019-07-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. BIOHEMP INTERNATIONAL, 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-Q2019-07-15fiscal Q3 201911240001477932-19-004112
10-Q2019-04-23fiscal Q2 201911280001477932-19-001916
10-Q2019-02-27fiscal Q1 201910220001477932-19-000698
10-K2019-02-20fiscal FY 201814270001477932-19-000575
10-Q2018-07-16fiscal Q3 201814290001477932-18-003543
10-Q2018-06-07fiscal Q2 201815310001477932-18-002945
10-Q2018-06-07fiscal Q1 201815290001477932-18-002944
10-K2018-04-26fiscal FY 201715380001477932-18-002064
10-Q2017-07-17fiscal Q3 201715330001663577-17-000228
10-Q2017-04-18fiscal Q2 201715330001477932-17-001817
10-Q2017-01-18fiscal Q1 201715300001477932-17-000325
10-K2016-12-07fiscal FY 201716370001477932-16-013956
10-Q2016-08-17fiscal Q3 201616330001477932-16-012048
10-Q2016-04-20fiscal Q2 201615310001477932-16-009867
10-Q2016-01-14fiscal Q1 201614270001477932-16-008073
10-K2015-12-15fiscal FY 201514270001477932-15-007647
10-Q2015-07-15fiscal Q3 201514270001477932-15-004508
10-Q2015-04-20fiscal Q2 201514260001477932-15-002590
10-Q2015-01-26fiscal Q1 201514280001477932-15-000738
10-K2014-12-19fiscal FY 201413250001477932-14-007164
10-Q2014-08-12fiscal Q3 201413240001477932-14-004206
10-Q2014-04-30fiscal Q2 20149190001477932-14-002124
10-K/A2014-04-28fiscal FY 20139180001477932-14-002084
10-Q2014-01-14fiscal Q1 201410200001477932-14-000165
10-K2013-12-18fiscal FY 20139180001477932-13-006099
10-Q2013-08-16fiscal Q3 20139190001477932-13-003822

Inspect the source

Entity
BIOHEMP INTERNATIONAL, INC. / CIK 0001556416
Captured
SEC response SHA-256
9ae947fd846877c06132e712a22dc4cea0e7acf8b25eb526f6628a808e3cf3bc

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