Skip to content

NexPoint Residential Trust, Inc.: filings

Every NexPoint Residential Trust, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-05fiscal Q2 202629830001193125-26-333942
10-Q2026-04-29fiscal Q1 202628560001193125-26-192096
10-K2026-02-26fiscal FY 202531820001193125-26-077343
10-Q2025-10-29fiscal Q3 202528830001193125-25-254873
10-Q2025-07-30fiscal Q2 202528830000950170-25-100309
10-Q2025-05-02fiscal Q1 202527550000950170-25-062150
10-K2025-02-26fiscal FY 202430820000950170-25-027741
10-Q2024-10-30fiscal Q3 202428820000950170-24-118609
10-Q2024-08-01fiscal Q2 202428820000950170-24-088942
10-Q2024-05-03fiscal Q1 202428560000950170-24-052406
10-K2024-02-27fiscal FY 202331830000950170-24-021143
10-Q2023-11-09fiscal Q3 202329840000950170-23-062085
10-Q2023-07-28fiscal Q2 202331920000950170-23-035265
10-Q2023-04-28fiscal Q1 202329590001564590-23-006515
10-K2023-02-24fiscal FY 202230820001564590-23-002337
10-Q2022-10-26fiscal Q3 202230910001564590-22-035259
10-Q2022-08-02fiscal Q2 202230910001564590-22-027500
10-Q2022-04-28fiscal Q1 202229600001564590-22-016449
10-K2022-02-18fiscal FY 202130810001564590-22-005606
10-Q2021-11-03fiscal Q3 202129880001564590-21-053995
10-Q2021-07-30fiscal Q2 202129880001564590-21-039523
10-Q2021-04-29fiscal Q1 202129600000950170-21-000055
10-K2021-02-22fiscal FY 2020291390001564590-21-007197
10-Q2020-10-28fiscal Q3 202029870001564590-20-048369
10-Q2020-08-05fiscal Q2 202029880001564590-20-036861
10-Q2020-05-08fiscal Q1 202029570001564590-20-023576
10-K2020-02-21fiscal FY 2019291370001564590-20-005798
10-Q2019-11-07fiscal Q3 201929850001564590-19-041838
10-Q2019-07-30fiscal Q2 201929850001564590-19-027010
10-Q2019-04-30fiscal Q1 201929570001564590-19-014289
10-K2019-02-19fiscal FY 2018291380001564590-19-003281
10-Q2018-11-02fiscal Q3 201828910001564590-18-026528
10-Q2018-07-31fiscal Q2 201828800001564590-18-018124
10-Q2018-05-01fiscal Q1 201824460001564590-18-010027
10-K2018-02-15fiscal FY 2017231210001564590-18-002112
10-Q2017-10-31fiscal Q3 201723730001564590-17-020543
10-Q2017-08-01fiscal Q2 201722660001564590-17-014646
10-Q2017-05-02fiscal Q1 201721410001564590-17-008117
10-K2017-03-15fiscal FY 201622930001564590-17-004340
10-Q2016-11-10fiscal Q3 201622670001564590-16-028956
10-Q2016-08-11fiscal Q2 201617500001564590-16-024082
10-Q2016-05-11fiscal Q1 201616340001564590-16-019117
10-K2016-03-21fiscal FY 201517680001564590-16-015074
10-Q2015-11-16fiscal Q3 201517490001564590-15-010804
10-Q2015-08-14fiscal Q2 201516460001564590-15-007337

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
NexPoint Residential Trust, Inc. / CIK 0001620393
Captured
2026-09-21T17:21:38.541Z
SEC response SHA-256
a0f315b45190b49c4abc1936a76e620a3853bb7126b5831603a93d500fc70ee4

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