Skip to content

MODIV INDUSTRIAL, INC.: filings

Every MODIV INDUSTRIAL, 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-11fiscal Q2 202630910001645873-26-000079
10-Q2026-05-08fiscal Q1 202631650001645873-26-000061
10-K2026-03-25fiscal FY 202532650001645873-26-000040
10-Q2025-11-14fiscal Q3 202532970001645873-25-000194
10-Q2025-08-07fiscal Q2 202531950001645873-25-000140
10-Q2025-05-07fiscal Q1 202531650001645873-25-000077
10-K2025-03-04fiscal FY 202432660001645873-25-000027
10-Q2024-11-06fiscal Q3 202431940001645873-24-000174
10-Q2024-08-06fiscal Q2 202431940001645873-24-000130
10-Q2024-05-03fiscal Q1 202431660001645873-24-000079
10-K2024-03-07fiscal FY 202331640001645873-24-000030
10-Q2023-11-13fiscal Q3 202331940001645873-23-000223
10-Q2023-08-14fiscal Q2 202331940001645873-23-000168
10-Q2023-05-16fiscal Q1 202331660001645873-23-000103
10-K2023-03-13fiscal FY 202232660001645873-23-000046
10-Q2022-11-14fiscal Q3 202232960001645873-22-000296
10-Q2022-08-11fiscal Q2 202230890001645873-22-000212
10-Q2022-05-16fiscal Q1 202230630001645873-22-000142
10-K2022-03-23fiscal FY 202132660001645873-22-000045
10-Q2021-11-15fiscal Q3 202132940001645873-21-000219
10-Q2021-08-13fiscal Q2 202131900001645873-21-000178
10-Q2021-05-17fiscal Q1 202131660001645873-21-000099
10-K2021-03-31fiscal FY 202029610001645873-21-000080
10-Q2020-11-13fiscal Q3 202030790001645873-20-000231
10-Q2020-08-14fiscal Q2 202029730001645873-20-000168
10-Q2020-06-24fiscal Q1 202028580001645873-20-000121
10-K2020-04-06fiscal FY 201926500001645873-20-000075
10-Q2019-11-13fiscal Q3 201922610001645873-19-000169
10-Q2019-08-13fiscal Q2 201921580001645873-19-000113
10-Q2019-05-15fiscal Q1 201921450001645873-19-000022
10-K2019-03-29fiscal FY 201822450001645873-19-000003
10-Q2018-11-13fiscal Q3 201821560001144204-18-059300
10-Q2018-08-17fiscal Q2 201821560001144204-18-045190
10-Q2018-08-14fiscal Q2 201821560001144204-18-044693
10-Q2018-05-15fiscal Q1 201822450001144204-18-028969
10-K2018-04-03fiscal FY 201722450001144204-18-018977
10-Q2017-11-14fiscal Q3 201721550001144204-17-058522
10-Q2017-08-15fiscal Q2 201717480001144204-17-043542
10-Q2017-05-15fiscal Q1 201717350001144204-17-027632
10-K2017-04-03fiscal FY 201617510001144204-17-018323
10-Q2016-11-14fiscal Q3 201617480001144204-16-134406
10-Q2016-08-31fiscal Q2 201615370001144204-16-122162

Inspect the source

Entity
MODIV INDUSTRIAL, INC. / CIK 0001645873
Captured
2026-09-21T17:22:37.991Z
SEC response SHA-256
298351c65ef99c4e03935503d9be1d20aaf3c5ccc1514d31656127dd6884037d

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