Skip to content

Amerinac Holding Corp.: filings

Every Amerinac Holding Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 filings, each linked to its SEC index.

Filing record ends 2020-05-15

The latest filing in this captured record is a 10-Q filed 2020-05-15. No later filing is in the SEC companyfacts record captured on 2026-09-22. Amerinac Holding Corp. 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-Q2020-05-15fiscal Q1 202037770001477932-20-002834
10-K2020-03-30fiscal FY 201938740001477932-20-001612
10-Q2019-11-13fiscal Q3 2019371020001477932-19-006392
10-Q2019-08-14fiscal Q2 201934930001477932-19-004787
10-Q2019-05-14fiscal Q1 201939780001477932-19-002687
10-K2019-03-26fiscal FY 201845880001477932-19-001192
10-Q2018-11-14fiscal Q3 2018411030001477932-18-005524
10-Q2018-08-13fiscal Q2 201836860001477932-18-003943
10-Q2018-05-14fiscal Q1 201836710001477932-18-002412
10-K2018-03-28fiscal FY 201739760001477932-18-001462
10-Q2017-11-17fiscal Q3 201736930001477932-17-005675
10-Q2017-08-11fiscal Q2 201733880001477932-17-003856
10-Q2017-05-19fiscal Q1 201732630001477932-17-002414
10-K2017-03-31fiscal FY 201632660001477932-17-001417
10-Q2016-11-15fiscal Q3 201628750001477932-16-013545
10-Q2016-08-16fiscal Q2 201628750001477932-16-011953
10-Q2016-07-18fiscal Q1 201627550001477932-16-011427
10-K2016-05-24fiscal FY 201531620001477932-16-010586
10-Q2016-04-22fiscal Q3 201528740001477932-16-009913
10-Q2016-04-18fiscal Q2 201528740001477932-16-009842
10-Q2016-04-11fiscal Q1 201531610001477932-16-009635
10-K2015-12-22fiscal FY 2014382670001477932-15-007739
10-Q2013-11-14fiscal Q3 201336990001121781-13-000427
10-Q/A2013-08-15fiscal Q2 2013381050001121781-13-000311
10-Q2013-05-15fiscal Q1 201334690001121781-13-000141
10-K2013-03-29fiscal FY 201238770001121781-13-000041
10-Q/A2012-11-19fiscal Q3 2012361020001121781-12-000363
10-Q/A2012-09-05fiscal Q2 201233810001121781-12-000300
10-Q2012-04-27fiscal Q1 201231640001121781-12-000145
10-K2012-03-01fiscal FY 201135720001121781-12-000063
10-Q2011-11-10fiscal Q3 2011351000001121781-11-000311
10-Q2011-08-15fiscal Q2 2011351000001354488-11-002727

Inspect the source

Entity
Amerinac Holding Corp. / CIK 0000936446
Captured
SEC response SHA-256
40571efeb293eaa38129be280063ca7e8fdf29dd1b8990b11d966812d40fca27

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