Skip to content

PASSUR AEROSPACE, INC.: filings

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

Filing record ends 2022-09-12

The latest filing in this captured record is a 10-Q filed 2022-09-12. No later filing is in the SEC companyfacts record captured on 2026-09-22. PASSUR AEROSPACE, 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-09-12fiscal Q3 2022381130001096906-22-002203
10-Q2022-06-10fiscal Q2 2022371070001096906-22-001360
10-Q2022-03-09fiscal Q1 202237770001096906-22-000521
10-K2022-01-26fiscal FY 202143870001096906-22-000193
10-Q2021-09-14fiscal Q3 2021371150001096906-21-002257
10-Q2021-06-11fiscal Q2 2021371120001096906-21-001382
10-Q2021-03-09fiscal Q1 202137800001096906-21-000436
10-K2021-01-29fiscal FY 202046950001096906-21-000191
10-Q2020-09-14fiscal Q3 2020381170001445866-20-001330
10-Q2020-06-19fiscal Q2 2020381130001445866-20-000879
10-Q2020-03-13fiscal Q1 202038810001096906-20-000108
10-K2020-01-27fiscal FY 201941840001096906-20-000040
10-Q2019-09-11fiscal Q3 2019361120001096906-19-000328
10-Q2019-06-11fiscal Q2 2019361080001096906-19-000238
10-Q2019-03-18fiscal Q1 201935740001096906-19-000105
10-K2019-01-29fiscal FY 201841840001096906-19-000043
10-Q2018-09-14fiscal Q3 201832940001096906-18-000533
10-Q2018-06-13fiscal Q2 201832940001096906-18-000329
10-Q2018-03-14fiscal Q1 201832660001096906-18-000148
10-K2018-02-13fiscal FY 201736720001096906-18-000090
10-Q2017-09-11fiscal Q3 201732900001096906-17-000595
10-Q2017-06-12fiscal Q2 201732900001096906-17-000422
10-K2017-01-10fiscal FY 201635710001096906-17-000013
10-Q2016-09-09fiscal Q3 201631860000909012-16-000576
10-Q2016-06-09fiscal Q2 201631880000909012-16-000527
10-Q2016-03-10fiscal Q1 201630580000909012-16-000475
10-K2016-01-21fiscal FY 201535710000909012-16-000364
10-Q2015-09-11fiscal Q3 201532860000909012-15-000290
10-Q2015-03-13fiscal Q1 201532630000909012-15-000155
10-K2015-01-28fiscal FY 201435710000909012-15-000020
10-Q2014-09-12fiscal Q3 201432870000909012-14-000350
10-Q2014-06-12fiscal Q2 201432870000909012-14-000275
10-Q2014-03-13fiscal Q1 201432600000909012-14-000165
10-K2014-01-29fiscal FY 201334690000909012-14-000034
10-Q2013-09-13fiscal Q3 201332660000909012-13-000360
10-Q/A2013-06-14fiscal Q2 201331850000909012-13-000235
10-Q2013-03-14fiscal Q1 201329550000909012-13-000154
10-K2013-01-29fiscal FY 201235740000909012-13-000023
10-Q2012-09-14fiscal Q3 201234920000909012-12-000397
10-Q2012-06-13fiscal Q2 201233910000909012-12-000306
10-Q2012-03-16fiscal Q1 201231640000909012-12-000194
10-K2012-01-13fiscal FY 201135690000909012-12-000020
10-Q2011-09-14fiscal Q3 201134940000909012-11-000503

Inspect the source

Entity
PASSUR AEROSPACE, INC. / CIK 0000225628
Captured
SEC response SHA-256
adf5de5d1399c7e329caf47f443bf477bd06ee68e5c04f53508e37ce0deb56a1

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