Skip to content

AGRITEK HOLDINGS, INC.: filings

Every AGRITEK HOLDINGS, 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 2021-03-03

The latest filing in this captured record is a 10-K filed 2021-03-03. No later filing is in the SEC companyfacts record captured on 2026-09-22. AGRITEK HOLDINGS, 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-K2021-03-03fiscal FY 201937670001554795-21-000061
10-Q2019-11-25fiscal Q3 201934890001554795-19-000399
10-Q2019-09-18fiscal Q2 2019381000001213900-19-018363
10-Q2019-05-21fiscal Q1 201937640001554795-19-000159
10-K2019-05-03fiscal FY 201834670001554795-19-000115
10-Q2018-12-17fiscal Q3 201832850001554795-18-000379
10-Q2018-09-17fiscal Q2 201834930001554795-18-000277
10-Q2018-05-15fiscal Q1 201834640001554795-18-000133
10-K2018-04-17fiscal FY 201729570001554795-18-000097
10-Q2017-11-14fiscal Q3 201729720001554795-17-000403
10-Q2017-08-14fiscal Q2 201728700001554795-17-000340
10-Q2017-05-15fiscal Q1 201725480001554795-17-000202
10-K2017-03-31fiscal FY 201627520001554795-17-000143
10-Q2016-12-09fiscal Q3 201624610001554795-16-000987
10-Q2016-12-02fiscal Q2 201624600001554795-16-000964
10-Q2016-05-23fiscal Q1 201624460001554795-16-000705
10-K2016-05-19fiscal FY 201528540001554795-16-000698
10-Q2016-03-07fiscal Q3 201528670001554795-16-000566
10-Q2015-08-14fiscal Q2 201528680001554795-15-000337
10-Q2015-05-18fiscal Q1 201527550001554795-15-000215
10-K2015-04-15fiscal FY 201427550001554795-15-000154
10-Q2014-11-14fiscal Q3 201427700001554795-14-000649
10-Q2014-08-14fiscal Q2 201426660001554795-14-000505
10-Q2014-05-15fiscal Q1 201427510001554795-14-000385
10-K2014-04-01fiscal FY 201326450001554795-14-000253
10-Q2013-11-19fiscal Q3 201325590001554795-13-000713
10-Q2013-08-14fiscal Q2 201320540001554795-13-000479
10-Q2013-05-15fiscal Q1 201318360001554795-13-000297
10-K2013-04-02fiscal FY 201220410001264931-13-000165
10-Q2012-11-14fiscal Q3 201219510001264931-12-000791
10-Q/A2012-09-13fiscal Q2 201219470001264931-12-000658
10-Q2012-05-16fiscal Q1 201215190001471242-12-000690
10-K2012-04-16fiscal FY 201119310001471242-12-000467
10-Q2011-11-18fiscal Q3 201119510001078782-11-003365
10-Q/A2011-09-12fiscal Q2 201121600001078782-11-002625

Inspect the source

Entity
AGRITEK HOLDINGS, INC. / CIK 0001040850
Captured
SEC response SHA-256
620cafe1f1b9abf33983d86a0f99a4c7457b10d356050ab7f12e30521ae7894b

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