Skip to content

DIRECTVIEW HOLDINGS INC: filings

Every DIRECTVIEW 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 2019-11-14

The latest filing in this captured record is a 10-Q filed 2019-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-22. DIRECTVIEW 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-Q2019-11-14fiscal Q3 2019451210001493152-19-017562
10-Q2019-08-14fiscal Q2 2019421130001493152-19-012543
10-Q2019-05-15fiscal Q1 201941820001493152-19-007427
10-K2019-04-12fiscal FY 201840770001493152-19-005242
10-Q2018-11-19fiscal Q3 2018421070001493152-18-016514
10-Q2018-08-16fiscal Q2 2018411060001493152-18-012121
10-Q2018-05-21fiscal Q1 201841760001493152-18-007583
10-K2018-04-17fiscal FY 201734630001493152-18-005361
10-Q2018-01-25fiscal Q3 201738960001493152-18-001002
10-Q2018-01-16fiscal Q2 201734810001493152-18-000543
10-Q2017-05-23fiscal Q1 201728550001493152-17-005783
10-K/A2017-04-18fiscal FY 201629570001493152-17-004093
10-K2017-04-17fiscal FY 201629570001493152-17-004019
10-Q2016-11-21fiscal Q3 201634910001493152-16-015349
10-Q2016-08-19fiscal Q2 201629750001493152-16-012689
10-Q2016-05-16fiscal Q1 201629560001493152-16-009915
10-K2016-04-14fiscal FY 201529580001493152-16-008898
10-Q2015-11-19fiscal Q3 201528730001493152-15-005701
10-Q2015-08-19fiscal Q2 201526660001354488-15-004001
10-Q2015-05-20fiscal Q1 201526520001354488-15-002577
10-K2015-04-15fiscal FY 201427550001354488-15-001765
10-Q2014-11-19fiscal Q3 201426660001354488-14-005937
10-Q2014-08-19fiscal Q2 201426660001354488-14-004349
10-Q2014-05-20fiscal Q1 201425490001354488-14-002867
10-K2014-04-15fiscal FY 201326530001354488-14-001891
10-Q2013-11-19fiscal Q3 201326670001354488-13-006545
10-Q2013-08-19fiscal Q2 201327680001354488-13-004775
10-Q2013-05-29fiscal Q1 201325500001354488-13-003208
10-K2013-05-15fiscal FY 201229590001354488-13-002884
10-Q2012-11-21fiscal Q3 201227710001354488-12-006148
10-Q2012-09-12fiscal Q2 201227730001354488-12-004816
10-Q2012-05-21fiscal Q1 201226520001354488-12-002803
10-K2012-04-19fiscal FY 201127550001354488-12-001959
10-Q2011-11-21fiscal Q3 201129810001437749-11-008849
10-Q2011-08-22fiscal Q2 201130840001437749-11-006262

Inspect the source

Entity
DIRECTVIEW HOLDINGS INC / CIK 0001441769
Captured
SEC response SHA-256
5cf5f94753d574edb00f95ac473082ab455d315badbab88635ab40a6f34ff420

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