Skip to content

Drone Guarder, Inc.: filings

Every Drone Guarder, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 filings, each linked to its SEC index.

Filing record ends 2019-02-15

The latest filing in this captured record is a 10-Q filed 2019-02-15. No later filing is in the SEC companyfacts record captured on 2026-09-23. Drone Guarder, 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-02-15fiscal Q3 201918480001663577-19-000076
10-Q2018-09-21fiscal Q2 201918450001663577-18-000424
10-Q2018-07-16fiscal Q1 201918340001663577-18-000313
10-K2018-06-15fiscal FY 201817410001663577-18-000275
10-Q2017-12-20fiscal Q3 201817440001663577-17-000421
10-Q2017-09-19fiscal Q2 201817420001663577-17-000299
10-Q2017-06-08fiscal Q1 201816310001663577-17-000185
10-K2017-04-25fiscal FY 201616330001663577-17-000133
10-Q2017-03-10fiscal Q3 201615390001663577-17-000060
10-Q2017-03-08fiscal Q2 201615390001663577-17-000055
10-Q2017-03-01fiscal Q1 201615270001663577-17-000042
10-K2017-01-06fiscal FY 201616350001663577-17-000008
10-Q2015-12-29fiscal Q3 201515370001647488-15-000245
10-Q2015-09-08fiscal Q2 201515360001647488-15-000096
10-Q2015-06-19fiscal Q1 201515260001255294-15-000357
10-K2015-05-01fiscal FY 201416290001255294-15-000274
10-Q2014-12-15fiscal Q3 201414350001255294-14-001286
10-Q2014-09-22fiscal Q2 201412290001255294-14-001000
10-Q2014-05-27fiscal Q1 201422550001574863-14-000008
10-K2014-04-30fiscal FY 201322550001574863-14-000006
10-Q2014-01-24fiscal Q3 201321620001574863-14-000002

Inspect the source

Entity
Drone Guarder, Inc. / CIK 0001574863
Captured
SEC response SHA-256
78e512a69859882c1d487944f988e464139ea16b5c2f76512553d06df80e182a

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