Skip to content

ASTRO AEROSPACE LTD.: filings

Every ASTRO AEROSPACE LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2021-10-07

The latest filing in this captured record is a 10-Q/A filed 2021-10-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. ASTRO AEROSPACE LTD. 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-Q/A2021-10-07fiscal Q2 202131980001756125-21-001158
10-Q/A2021-10-04fiscal Q2 202131980001756125-21-001156
10-Q2021-09-30fiscal Q2 202131970001756125-21-001143
10-Q/A2021-05-25fiscal Q1 202127580001014897-21-000034
10-K2021-04-15fiscal FY 202029590001014897-21-000012
10-Q2020-11-23fiscal Q3 202028960001014897-20-000090
10-Q/A2020-08-18fiscal Q2 202028850001014897-20-000059
10-Q2020-08-17fiscal Q2 202028850001014897-20-000056
10-Q/A2020-07-07fiscal Q1 202028580001014897-20-000041
10-K/A2020-06-01fiscal FY 201927560001014897-20-000030
10-K2020-06-01fiscal FY 201927560001014897-20-000027
10-Q/A2019-11-20fiscal Q3 201927880001014897-19-000187
10-Q/A2019-10-01fiscal Q2 201927870001014897-19-000155
10-Q2019-06-24fiscal Q1 201919400001014897-19-000104
10-K2019-04-15fiscal FY 201827560001014897-19-000047
10-Q2018-11-19fiscal Q3 201826750001014897-18-000136
10-Q2018-09-14fiscal Q2 201825730001014897-18-000094
10-Q2018-05-15fiscal Q1 201831620001014897-18-000052
10-K2018-03-29fiscal FY 201730610001014897-18-000020
10-Q/A2017-11-21fiscal Q4 201729770001014897-17-000241
10-Q2017-08-10fiscal Q2 201725720001014897-17-000161
10-Q2017-05-12fiscal Q1 201729600001014897-17-000104
10-K2017-03-24fiscal FY 201631630001014897-17-000042
10-Q2016-11-14fiscal Q3 201626630001014897-16-000657
10-Q2016-08-15fiscal Q2 201626630001014897-16-000609
10-Q2016-05-16fiscal Q1 201626540001014897-16-000562
10-K2016-04-05fiscal FY 201528570001014897-16-000518
10-K2016-03-30fiscal FY 201528570001014897-16-000490

Inspect the source

Entity
ASTRO AEROSPACE LTD. / CIK 0001425203
Captured
SEC response SHA-256
05eebf1112f2913bee0acde6e3b90aa1cd37a6a1c6893f33ddc11990b10b62f4

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