Skip to content

AUSCRETE CORPORATION: filings

Every AUSCRETE CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2023-05-22

The latest filing in this captured record is a 10-Q filed 2023-05-22. No later filing is in the SEC companyfacts record captured on 2026-09-22. AUSCRETE CORPORATION 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-Q2023-05-22fiscal Q1 202330630001477932-23-003847
10-K2023-04-17fiscal FY 202230620001477932-23-002672
10-Q2022-11-21fiscal Q3 202227850001477932-22-008819
10-Q2022-08-22fiscal Q2 202226840001477932-22-006358
10-Q2022-05-23fiscal Q1 202226610001477932-22-003824
10-K2022-04-15fiscal FY 202126540001477932-22-002442
10-Q2021-11-17fiscal Q3 202125830001477932-21-008481
10-Q2021-08-20fiscal Q2 202125810001477932-21-005806
10-Q2021-05-24fiscal Q1 202121420001492091-21-000026
10-K/A2021-04-29fiscal FY 202020420001492091-21-000022
10-Q2020-11-23fiscal Q3 202023640001492091-20-000033
10-Q2020-08-17fiscal Q2 202022570001492091-20-000023
10-Q2020-07-06fiscal Q1 202016330001492091-20-000019
10-K2020-04-14fiscal FY 201918350001492091-20-000007
10-Q2019-11-19fiscal Q3 201918480001492091-19-000038
10-Q2019-08-19fiscal Q2 201915390001492091-19-000028
10-Q2019-05-20fiscal Q1 201918360001492091-19-000018
10-K2019-04-12fiscal FY 201818370001492091-19-000011
10-Q2018-11-19fiscal Q3 201821530001492091-18-000039
10-Q2018-08-20fiscal Q2 201832880001492091-18-000023
10-Q2018-05-21fiscal Q1 201833660001492091-18-000013
10-K2018-04-16fiscal FY 201734670001492091-18-000007
10-Q2017-11-20fiscal Q3 201735980001492091-17-000036
10-Q2017-08-21fiscal Q2 201735980001492091-17-000030
10-Q2017-05-22fiscal Q1 201735690001492091-17-000017
10-K2017-04-17fiscal FY 201634670001492091-17-000005
10-Q/A2016-11-25fiscal Q3 201625580001562884-16-000076
10-Q/A2016-08-23fiscal Q2 201624520001562884-16-000055
10-Q2016-05-24fiscal Q1 201624450001562884-16-000023
10-K2016-04-15fiscal FY 201525450001492091-16-000018
10-Q/A2016-03-23fiscal Q3 201522490001492091-16-000014
10-Q2015-10-06fiscal Q3 201522410001492091-15-000011
10-Q2015-05-20fiscal Q1 201516250001492091-15-000007
10-K2015-05-20fiscal FY 201417320001492091-15-000005

Inspect the source

Entity
AUSCRETE CORPORATION / CIK 0001492091
Captured
SEC response SHA-256
e4864926a5a394c5a616c4524105d8531ca61bce07249eaa6e0cc0f884f8403e

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