Skip to content

INDUSTRIAL LOGISTICS PROPERTIES TRUST: filings

Every INDUSTRIAL LOGISTICS PROPERTIES TRUST annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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-07-29fiscal Q2 202631890001717307-26-000041
10-Q2026-04-29fiscal Q1 202631670001717307-26-000027
10-K2026-02-18fiscal FY 202532880001717307-26-000012
10-Q2025-10-28fiscal Q3 202531930001717307-25-000038
10-Q2025-07-29fiscal Q2 202531890001717307-25-000028
10-Q2025-04-29fiscal Q1 202531670001717307-25-000016
10-K2025-02-19fiscal FY 202432880001717307-25-000009
10-Q2024-10-29fiscal Q3 202431930001717307-24-000038
10-Q2024-07-30fiscal Q2 202431890001717307-24-000030
10-Q2024-04-30fiscal Q1 202430650001717307-24-000018
10-K2024-02-20fiscal FY 202331860001717307-24-000010
10-Q2023-10-25fiscal Q3 202330910001717307-23-000049
10-Q2023-07-25fiscal Q2 202330870001717307-23-000036
10-Q2023-04-25fiscal Q1 202331670001717307-23-000024
10-K2023-02-14fiscal FY 202231830001717307-23-000013
10-Q2022-10-25fiscal Q3 202231930001717307-22-000040
10-Q2022-07-26fiscal Q2 202231890001717307-22-000029
10-Q2022-04-27fiscal Q1 202229610001717307-22-000019
10-K2022-02-15fiscal FY 202128790001717307-22-000008
10-Q2021-10-27fiscal Q3 202128910001717307-21-000039
10-Q2021-07-28fiscal Q2 202128870001717307-21-000028
10-Q2021-04-26fiscal Q1 202125550001717307-21-000017
10-K2021-02-18fiscal FY 202026730001717307-21-000009
10-Q2020-10-28fiscal Q3 202026830001717307-20-000042
10-Q2020-07-29fiscal Q2 202029910001717307-20-000029
10-Q2020-04-30fiscal Q1 202026570001717307-20-000019
10-K2020-02-24fiscal FY 201924760001717307-20-000011
10-Q2019-10-30fiscal Q3 201925780001717307-19-000056
10-Q2019-07-30fiscal Q2 201925740001717307-19-000046
10-Q2019-04-29fiscal Q1 201924520001717307-19-000034
10-K2019-02-21fiscal FY 201823730001717307-19-000011
10-Q2018-10-26fiscal Q3 201821560001717307-18-000032
10-Q2018-07-27fiscal Q2 201819520001717307-18-000023
10-Q2018-04-27fiscal Q1 201819400001717307-18-000014

Inspect the source

Entity
INDUSTRIAL LOGISTICS PROPERTIES TRUST / CIK 0001717307
Captured
2026-09-19T11:20:42.294Z
SEC response SHA-256
6e8ecb63d18e719b6ec303e411ab75437f3fdd9e4de299435015d65e55e594ab

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