Skip to content

Ares Industrial Real Estate Income Trust Inc.: filings

Every Ares Industrial Real Estate Income Trust 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-08-12fiscal Q2 2026311020001628280-26-056338
10-Q2026-05-13fiscal Q1 202631680001628280-26-034552
10-K2026-03-06fiscal FY 202532920001628280-26-015438
10-Q2025-11-10fiscal Q3 2025301000001104659-25-109104
10-Q2025-08-13fiscal Q2 2025301000001558370-25-011369
10-Q2025-05-09fiscal Q1 202530660001558370-25-007173
10-K2025-03-06fiscal FY 202431900001558370-25-002412
10-Q2024-11-12fiscal Q3 202429960001558370-24-015289
10-Q2024-08-12fiscal Q2 202429960001558370-24-011882
10-Q2024-05-10fiscal Q1 202429640001558370-24-007764
10-K2024-03-08fiscal FY 202330870001558370-24-002812
10-Q2023-11-13fiscal Q3 202329960001558370-23-018811
10-Q2023-08-11fiscal Q2 202329960001558370-23-014634
10-Q2023-05-11fiscal Q1 202329640001558370-23-009339
10-K2023-03-20fiscal FY 202230870001558370-23-004185
10-Q2022-11-10fiscal Q3 202228920001558370-22-017373
10-Q2022-08-11fiscal Q2 202227880001558370-22-013246
10-Q2022-05-11fiscal Q1 202227600001558370-22-008323
10-K2022-03-09fiscal FY 202127780001558370-22-003163
10-Q2021-11-10fiscal Q3 202122680001558370-21-015536
10-Q2021-08-10fiscal Q2 202122680001558370-21-011155
10-Q2021-05-11fiscal Q1 202122500001558370-21-006799
10-K2021-03-05fiscal FY 202023660001558370-21-002445
10-Q2020-11-10fiscal Q3 202022680001558370-20-013522
10-Q2020-08-11fiscal Q2 202022680001558370-20-010314
10-Q2020-05-12fiscal Q1 202021480001625941-20-000041
10-K2020-03-05fiscal FY 201923950001625941-20-000021
10-Q2019-11-12fiscal Q3 201922660001625941-19-000136
10-Q2019-08-12fiscal Q2 201920600001625941-19-000094
10-Q2019-05-14fiscal Q1 201920460001625941-19-000050
10-K2019-03-06fiscal FY 201820880001625941-19-000023
10-Q2018-11-08fiscal Q3 201819560001625941-18-000095
10-Q2018-08-13fiscal Q2 201815480001625941-18-000057
10-Q2018-05-14fiscal Q1 201815340001625941-18-000020
10-K2018-03-09fiscal FY 201717820001625941-18-000008
10-Q2017-11-09fiscal Q3 201712380001625941-17-000005
10-Q2017-08-09fiscal Q2 201712380001628280-17-008428
10-Q2017-05-09fiscal Q1 201713220001193125-17-163917
10-K2017-03-15fiscal FY 201614380001193125-17-083248
10-Q2016-11-10fiscal Q3 201611250001193125-16-765799
10-Q2016-08-12fiscal Q2 201611320001193125-16-680567
10-Q2016-05-11fiscal Q1 201611240001193125-16-586567

Inspect the source

Entity
Ares Industrial Real Estate Income Trust Inc. / CIK 0001625941
Captured
2026-09-21T17:21:52.309Z
SEC response SHA-256
cab10feaa9f90ea994ca0b03f1878c9d6b5082ba2c9b192ad3fbd81b6d171c5a

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