Skip to content

ALLIED HEALTHCARE PRODUCTS, INC.: filings

Every ALLIED HEALTHCARE PRODUCTS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2022-10-07

The latest filing in this captured record is a 10-K filed 2022-10-07. No later filing is in the SEC companyfacts record captured on 2026-09-22. ALLIED HEALTHCARE PRODUCTS, 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-K2022-10-07fiscal FY 2022441650001410578-22-002861
10-Q2022-05-16fiscal Q3 202236990001410578-22-001605
10-Q2022-02-14fiscal Q2 2021361000001410578-22-000134
10-Q2021-11-15fiscal Q1 202135710001104659-21-139341
10-K2021-09-28fiscal FY 2021431640001104659-21-120284
10-Q2021-05-14fiscal Q3 2021361060001104659-21-066759
10-Q2021-02-16fiscal Q2 2021361060001104659-21-023411
10-Q2020-11-16fiscal Q1 202033700001104659-20-125764
10-K2020-09-28fiscal FY 2020441660001104659-20-109282
10-Q2020-05-15fiscal Q3 2020351040001104659-20-062206
10-Q2020-02-14fiscal Q2 2020351010001104659-20-022065
10-Q2019-11-14fiscal Q1 202032680001104659-19-064005
10-K2019-09-27fiscal FY 2019411620001144204-19-046264
10-Q2019-05-15fiscal Q3 2019341020001144204-19-026475
10-Q2019-02-14fiscal Q2 201934980001144204-19-007873
10-Q2018-11-14fiscal Q1 201929600001144204-18-059714
10-K2018-09-28fiscal FY 2018431670001144204-18-051429
10-Q2018-05-15fiscal Q3 2018361000001144204-18-028645
10-Q2018-02-14fiscal Q2 201834940001144204-18-009053
10-Q2017-11-13fiscal Q1 201829600001144204-17-058136
10-K2017-09-28fiscal FY 2017371400001144204-17-050431
10-Q2017-05-15fiscal Q3 201732900001144204-17-027366
10-Q2017-02-14fiscal Q2 201732900001144204-17-008550
10-Q2016-11-14fiscal Q1 201728580001144204-16-133887
10-K2016-09-23fiscal FY 2016391450001144204-16-125029
10-Q2016-05-13fiscal Q3 201633920001144204-16-101889
10-Q2016-02-16fiscal Q2 201633920001144204-16-082221
10-Q2015-11-13fiscal Q1 201628580001144204-15-065222
10-K2015-09-25fiscal FY 2015401480001144204-15-056494
10-Q2015-05-13fiscal Q3 201532900001144204-15-029991
10-Q2015-02-13fiscal Q2 201532900001144204-15-009056
10-Q2014-11-12fiscal Q1 201528580001144204-14-066863
10-K2014-09-26fiscal FY 2014401480001144204-14-058017
10-Q2014-05-13fiscal Q3 201432880001144204-14-029797
10-Q2014-02-13fiscal Q2 201432880001144204-14-008612
10-Q2013-11-13fiscal Q1 201430620001144204-13-061045
10-K2013-09-27fiscal FY 2013431570001144204-13-052878
10-Q2013-05-10fiscal Q3 2013371020001144204-13-027682
10-Q2013-02-11fiscal Q2 2013371020001144204-13-007330
10-Q2012-11-07fiscal Q1 201333680001144204-12-060015
10-K2012-09-28fiscal FY 2012421580001144204-12-053494
10-Q2012-05-10fiscal Q3 2012361000001144204-12-027633
10-Q2012-02-13fiscal Q2 2012361000001144204-12-007720
10-Q2011-11-08fiscal Q1 201232660001144204-11-062032

Inspect the source

Entity
ALLIED HEALTHCARE PRODUCTS, INC. / CIK 0000874710
Captured
SEC response SHA-256
f694204a453d7f425517aaaf1b9247d581a7c239a0c125906f119959cddf46dc

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