Skip to content

DANIELS CORPORATE ADVISORY COMPANY, INC.: filings

Every DANIELS CORPORATE ADVISORY COMPANY, INC. 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 2022-10-17

The latest filing in this captured record is a 10-Q filed 2022-10-17. No later filing is in the SEC companyfacts record captured on 2026-09-22. DANIELS CORPORATE ADVISORY COMPANY, 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-Q2022-10-17fiscal Q3 2022371000001493152-22-028532
10-Q2022-08-05fiscal Q2 2022381050001493152-22-021487
10-Q2022-04-22fiscal Q1 202231620001493152-22-010699
10-K/A2022-03-28fiscal FY 202132640001493152-22-007918
10-Q2021-10-15fiscal Q3 2021381030001493152-21-025588
10-Q2021-07-15fiscal Q2 202136930001493152-21-016954
10-Q2021-04-19fiscal Q1 202134680001493152-21-009119
10-K2021-03-24fiscal FY 202035710001493152-21-006663
10-Q2020-10-15fiscal Q3 202032850001493152-20-019501
10-Q2020-07-15fiscal Q2 202032840001493152-20-013326
10-Q2020-04-14fiscal Q1 202031620001493152-20-006390
10-K2020-03-16fiscal FY 201931600001493152-20-004094
10-Q2019-10-21fiscal Q3 201931740001493152-19-015758
10-Q/A2019-08-30fiscal Q3 201823520001493152-19-013524
10-Q2019-07-22fiscal Q2 201930640001493152-19-010940
10-Q/A2019-07-22fiscal Q1 201929520001493152-19-010937
10-Q2019-07-02fiscal Q3 201719510001493152-19-010147
10-Q2019-07-02fiscal Q2 201719510001493152-19-010142
10-Q2019-07-02fiscal Q1 201718380001493152-19-010141
10-Q2019-05-24fiscal Q1 201930580001493152-19-008232
10-K2019-05-24fiscal FY 201824430001493152-19-008231
10-Q2018-10-25fiscal Q3 201821510001552781-18-000457
10-Q2018-08-10fiscal Q2 201819480001552781-18-000337
10-Q2018-08-10fiscal Q1 201819390001552781-18-000335
10-K2018-08-10fiscal FY 201720430001552781-18-000333
10-Q2016-12-08fiscal Q3 201622580001552781-16-002134
10-Q2016-12-08fiscal Q2 201622580001552781-16-002133
10-Q2016-04-20fiscal Q1 201621440001493152-16-009062
10-K2016-03-10fiscal FY 201524500001493152-16-007948
10-Q2015-11-02fiscal Q3 201522620001552781-15-000967
10-Q2015-07-20fiscal Q2 201523640001552781-15-000707
10-K2015-04-28fiscal FY 201426540001552781-15-000519
10-Q2015-04-20fiscal Q1 201526540001552781-15-000501
10-Q2014-10-15fiscal Q3 201422600001552781-14-000849
10-Q2014-07-18fiscal Q2 201319480001552781-14-000653
10-K2014-02-27fiscal FY 201320400001552781-14-000163
10-Q2013-10-15fiscal Q3 201315360001524829-13-000185
10-Q2013-04-11fiscal Q1 201315220001554757-13-000215
10-K/A2013-03-04fiscal FY 201217340001554757-13-000112
10-Q2012-10-09fiscal Q3 201216420001554757-12-000232
10-Q/A2012-09-17fiscal Q2 201215380001554757-12-000161

Inspect the source

Entity
DANIELS CORPORATE ADVISORY COMPANY, INC. / CIK 0001498291
Captured
SEC response SHA-256
2f547ef80db6a26170c3657c49b7a9e59847a64b7afcbfa7744b14bd0970562e

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