Skip to content

REDHAWK HOLDINGS CORP.: filings

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

Filing record ends 2021-05-24

The latest filing in this captured record is a 10-Q filed 2021-05-24. No later filing is in the SEC companyfacts record captured on 2026-09-22. REDHAWK HOLDINGS 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-Q2021-05-24fiscal Q3 2021411150001753926-21-000163
10-Q2021-02-22fiscal Q2 2021391140001753926-21-000054
10-Q2020-12-21fiscal Q1 202137800001753926-20-000407
10-K2020-11-18fiscal FY 202039740001753926-20-000393
10-Q2020-06-29fiscal Q3 2020381030001753926-20-000175
10-Q2020-02-19fiscal Q2 2020371010001753926-20-000021
10-Q2019-11-19fiscal Q1 202038790001753926-19-000231
10-K2019-10-15fiscal FY 201937710001753926-19-000210
10-Q2019-05-20fiscal Q3 201937980001753926-19-000077
10-Q2019-02-19fiscal Q2 201938960001753926-19-000021
10-Q2018-11-19fiscal Q1 201939770001753926-18-000009
10-K2018-10-16fiscal FY 201837750001493152-18-014521
10-Q2018-05-15fiscal Q3 201830860001493152-18-006903
10-Q2018-02-14fiscal Q2 201831880001493152-18-002169
10-Q2017-11-22fiscal Q1 201831640001493152-17-013731
10-K2017-11-01fiscal FY 201732640001493152-17-012238
10-Q2017-06-14fiscal Q3 201731920001493152-17-006629
10-Q2017-03-13fiscal Q2 201731920001493152-17-002364
10-Q2016-12-05fiscal Q1 201734650001615774-16-008717
10-K2016-10-28fiscal FY 201635830001615774-16-007843
10-Q2016-05-23fiscal Q3 201635890001615774-16-005573
10-Q2016-02-16fiscal Q2 201635860001615774-16-004207
10-Q2015-11-23fiscal Q1 201619370001615774-15-003425
10-Q2015-06-15fiscal Q1 201526460001615774-15-001482
10-K2015-05-18fiscal FY 201529490001615774-15-001116
10-Q2014-12-19fiscal Q3 201419490001165527-14-000718
10-Q2014-09-22fiscal Q2 201515390001615774-14-000137
10-Q2014-06-11fiscal Q1 201521540001165527-14-000358
10-Q/A2014-05-14fiscal Q2 201323700001165527-14-000287
10-K/A2014-05-14fiscal FY 201220520001165527-14-000285
10-K/A2014-05-02fiscal FY 201325640001165527-14-000258
10-Q2013-12-23fiscal Q3 201323700001165527-13-001064
10-Q2013-09-16fiscal Q2 201323700001165527-13-000800
10-Q2013-06-13fiscal Q1 201323600001165527-13-000553
10-K2013-05-16fiscal FY 201220520001165527-13-000495
10-Q2012-12-17fiscal Q3 201217540001165527-12-001318
10-Q2012-09-18fiscal Q2 201216530001165527-12-000992
10-Q2012-06-19fiscal Q1 201217440001165527-12-000665
10-K/A2012-05-16fiscal FY 201117500001165527-12-000497
10-Q2011-12-14fiscal Q3 201115460001165527-11-001202
10-Q2011-09-14fiscal Q2 201115460001165527-11-000875

Inspect the source

Entity
REDHAWK HOLDINGS CORP. / CIK 0001353406
Captured
SEC response SHA-256
1f9d0cf2bb069214d91fa6f5dd0b6c94de02a3c859d5acc7e5fe22a31a42d404

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