Skip to content

Allied Corp.: filings

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

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-Q2025-01-14fiscal Q1 202544920001477932-25-000245
10-K/A2024-12-18fiscal FY 202446920001477932-24-008176
10-Q2024-07-18fiscal Q3 2024381090001477932-24-004279
10-Q2024-04-19fiscal Q2 2024381060001477932-24-002257
10-Q2024-01-16fiscal Q1 202435720001477932-24-000188
10-K2023-12-14fiscal FY 202340820001477932-23-009148
10-Q2023-08-14fiscal Q3 2023351040001477932-23-005943
10-Q2023-04-19fiscal Q2 2023341000001477932-23-002759
10-K/A2023-03-06fiscal FY 202236720001477932-23-001323
10-Q/A2023-03-06fiscal Q1 202332660001477932-23-001322
10-K/A2023-02-08fiscal FY 202236720001477932-23-000829
10-Q2023-01-24fiscal Q1 202332660001477932-23-000480
10-K2022-12-14fiscal FY 202236720001477932-22-009283
10-Q2022-07-20fiscal Q3 202234940001477932-22-005239
10-Q2022-04-18fiscal Q2 202233900001477932-22-002476
10-Q/A2022-01-21fiscal Q1 202232620001477932-22-000385
10-Q2022-01-19fiscal Q1 202232620001477932-22-000373
10-K2021-12-14fiscal FY 202135710001477932-21-009248
10-Q2021-07-20fiscal Q3 202133960001477932-21-004791
10-Q2021-04-15fiscal Q2 202132880001477932-21-002349
10-Q2021-01-20fiscal Q1 202133690001477932-21-000338
10-K/A2020-12-17fiscal FY 202033670001477932-20-007356
10-Q2020-07-15fiscal Q3 202035830001477932-20-004037
10-Q2020-06-02fiscal Q2 202030660001477932-20-003188
10-Q2020-01-21fiscal Q1 202016300001477932-20-000318
10-Q2019-08-19fiscal Q1 201915340001477932-19-005013
10-K2019-06-28fiscal FY 201915300001477932-19-003796
10-Q2019-02-13fiscal Q3 201914430001477932-19-000459
10-Q2018-11-14fiscal Q2 201914330001477932-18-005528
10-Q2018-08-14fiscal Q1 201914270001477932-18-004027
10-K2018-06-27fiscal FY 201814290001477932-18-003210
10-Q2018-02-14fiscal Q3 201814330001477932-18-000833
10-Q2017-11-14fiscal Q2 201814320001477932-17-005565
10-Q2017-09-14fiscal Q1 201813240001477932-17-004458
10-K2017-08-21fiscal FY 201715300001477932-17-004089
10-Q2017-06-07fiscal Q3 201714330001477932-17-002716
10-Q2017-05-15fiscal Q2 201714320001477932-17-002265
10-Q2017-03-16fiscal Q1 201712230001477932-17-001167
10-K2017-02-17fiscal FY 201616330001477932-17-000839
10-Q2017-01-31fiscal Q3 201614340001477932-17-000478
10-Q2017-01-25fiscal Q2 201614340001477932-17-000417
10-Q2017-01-18fiscal Q1 201614260001477932-17-000329
10-K2017-01-13fiscal FY 201516310001477932-17-000197
10-Q2015-03-06fiscal Q3 201412300001575295-15-000006
10-Q2014-11-18fiscal Q2 201410220001575295-14-000020
10-Q2014-08-27fiscal Q1 20149230001575295-14-000015
10-K2014-07-14fiscal FY 20139230001575295-14-000011
10-Q2014-02-14fiscal Q3 20138170001575295-14-000004

Inspect the source

Entity
Allied Corp. / CIK 0001575295
Captured
2026-09-21T17:20:07.611Z
SEC response SHA-256
27e5179b9869041ba103baa864c41848513bbf0a5211b108886aaf65e01be3cb

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