Skip to content

VINEBROOK HOMES TRUST, INC.: filings

Every VINEBROOK HOMES TRUST, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 21 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-14fiscal Q2 202631930001193125-26-351798
10-Q2026-05-08fiscal Q1 202631650001193125-26-214098
10-K2026-03-11fiscal FY 202531830001193125-26-102071
10-Q2025-11-07fiscal Q3 202531910001755755-25-000018
10-Q2025-08-14fiscal Q2 202531910001755755-25-000013
10-Q2025-05-13fiscal Q1 202531650001755755-25-000010
10-K2025-03-28fiscal FY 202431970001755755-25-000005
10-Q2024-11-04fiscal Q3 202431940001755755-24-000086
10-Q2024-08-09fiscal Q2 202430900001755755-24-000069
10-Q2024-05-17fiscal Q1 202430640001755755-24-000060
10-K2024-04-01fiscal FY 202330820001755755-24-000022
10-Q2023-11-14fiscal Q3 202330900001755755-23-000022
10-Q2023-08-14fiscal Q2 202327820001755755-23-000011
10-Q2023-05-12fiscal Q1 202327610001755755-23-000005
10-K2023-03-30fiscal FY 202227750001755755-23-000003
10-Q2022-11-14fiscal Q3 202226800001437749-22-027264
10-Q2022-08-15fiscal Q2 202227830001437749-22-020506
10-Q2022-05-16fiscal Q1 202226550001437749-22-012670
10-K2022-02-23fiscal FY 202127760001437749-22-004168
10-Q2021-11-08fiscal Q3 202127840001437749-21-025554
10-Q2021-08-11fiscal Q2 202127840001437749-21-019342

Inspect the source

Entity
VINEBROOK HOMES TRUST, INC. / CIK 0001755755
Captured
2026-09-21T17:26:06.182Z
SEC response SHA-256
babd15973ff8607c23b015226ed7a9293067691627431932162768d8fa04c621

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