Skip to content

NETSTREIT Corp.: filings

Every NETSTREIT Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-22fiscal Q2 2026371120001628280-26-049220
10-Q2026-04-20fiscal Q1 202636760001628280-26-026040
10-K2026-02-10fiscal FY 2025371020001628280-26-006901
10-Q2025-10-27fiscal Q3 2025371160001628280-25-046456
10-Q2025-07-23fiscal Q2 2025371120001798100-25-000096
10-Q2025-04-28fiscal Q1 202536760001798100-25-000077
10-K2025-02-24fiscal FY 2024381050001798100-25-000039
10-Q2024-11-04fiscal Q3 2024371160001798100-24-000080
10-Q2024-07-29fiscal Q2 2024371120001798100-24-000065
10-Q2024-04-29fiscal Q1 202436750001798100-24-000058
10-K2024-02-14fiscal FY 2023371020001798100-24-000011
10-Q2023-10-25fiscal Q3 2023361140001798100-23-000100
10-Q2023-07-26fiscal Q2 2023361100001798100-23-000072
10-Q2023-04-26fiscal Q1 202336760001798100-23-000048
10-K2023-02-23fiscal FY 2022371090001798100-23-000008
10-Q2022-10-27fiscal Q3 2022371200001798100-22-000103
10-Q2022-07-28fiscal Q2 2022371160001798100-22-000083
10-Q2022-04-28fiscal Q1 202237780001798100-22-000073
10-K2022-02-24fiscal FY 2021361200001798100-22-000014
10-Q2021-10-28fiscal Q3 2021331080001798100-21-000065
10-Q2021-07-29fiscal Q2 2021331040001798100-21-000042
10-Q2021-04-29fiscal Q1 202133700001798100-21-000023
10-K2021-03-04fiscal FY 202030790001798100-21-000011
10-Q2020-10-30fiscal Q3 202030880001798100-20-000008

Inspect the source

Entity
NETSTREIT Corp. / CIK 0001798100
Captured
2026-09-19T11:21:22.261Z
SEC response SHA-256
2668f524f82dd84c35c39b80ae6695cee576643cbcc9f51f82f885f737b2b7cc

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