Skip to content

AiRWA INC.: filings

Every AiRWA INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-Q2026-03-17fiscal Q3 202636900001493152-26-010626
10-Q2025-12-23fiscal Q2 202630860001493152-25-029123
10-Q2025-09-15fiscal Q1 202627570001493152-25-013474
10-K2025-08-13fiscal FY 202530600001641172-25-023612
10-Q2025-03-24fiscal Q3 202528840001641172-25-000383
10-Q2024-12-13fiscal Q2 2025361050001493152-24-050014
10-Q2024-09-10fiscal Q1 202535700001493152-24-035597
10-K2024-07-25fiscal FY 202439750001493152-24-028975
10-K/A2024-04-10fiscal FY 202342810001493152-24-014146
10-K/A2024-03-25fiscal FY 202342810001493152-24-011097
10-Q2024-03-05fiscal Q3 2024381110001493152-24-008851
10-Q/A2023-11-28fiscal Q2 2024371040001493152-23-042848
10-Q2023-11-27fiscal Q2 2024371040001493152-23-042728
10-Q2023-10-05fiscal Q1 202337710001493152-23-035768
10-K2023-09-14fiscal FY 202342810001493152-23-032670
10-Q/A2023-08-03fiscal Q3 2023401100001493152-23-026492
10-Q2023-07-24fiscal Q3 2023401100001493152-23-025383
10-K/A2023-07-18fiscal FY 202241800001493152-23-024832
10-Q2023-07-18fiscal Q2 2022441190001493152-23-024801
10-Q2023-06-30fiscal Q1 202345870001493152-23-023054
10-K2023-05-17fiscal FY 202241800001493152-23-017930
10-Q2022-03-17fiscal Q3 202233940001493152-22-007138
10-Q2021-12-20fiscal Q2 202233880001493152-21-032013
10-Q2021-09-14fiscal Q1 202131600001493152-21-022662
10-K2021-08-06fiscal FY 202131600001493152-21-018846
10-Q2021-03-22fiscal Q3 202129810001493152-21-006493
10-Q2020-12-14fiscal Q2 202126710001493152-20-023529
10-Q2020-09-21fiscal Q1 202126490001493152-20-018063
10-K2020-08-24fiscal FY 202031490001493152-20-016628
10-Q2020-03-12fiscal Q3 202024620001493152-20-003792
10-Q2019-12-16fiscal Q2 202021540001493152-19-019260
10-Q2019-09-04fiscal Q1 202022470001674440-19-000013
10-K2019-08-06fiscal FY 201927550001674440-19-000010
10-Q2019-03-15fiscal Q3 201923620001674440-19-000003
10-Q2018-12-18fiscal Q2 201926680001674440-18-000015
10-Q2018-12-18fiscal Q1 201925500001674440-18-000013
10-Q2018-09-17fiscal Q1 201923460001674440-18-000010
10-K2018-08-14fiscal FY 201825500001674440-18-000008
10-Q2018-03-20fiscal Q3 201825630001674440-18-000004
10-Q2017-12-18fiscal Q2 201825620001674440-17-000016
10-Q2017-09-20fiscal Q1 201824450001674440-17-000014
10-K2017-08-03fiscal FY 201721390001674440-17-000009

Inspect the source

Entity
AiRWA INC. / CIK 0001674440
Captured
2026-09-19T11:20:12.159Z
SEC response SHA-256
5a83bd27ddbbfa499e2a3465fe1978468991df4da247750599b23677c77b4295

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