Skip to content

UNITED HOMES GROUP, INC.: filings

Every UNITED HOMES GROUP, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 20 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-K2026-03-13fiscal FY 202545920001830188-26-000009
10-Q2025-11-07fiscal Q3 2025411240001830188-25-000079
10-Q2025-08-08fiscal Q2 2025411200001830188-25-000065
10-Q2025-05-14fiscal Q1 202540840001830188-25-000036
10-K2025-03-14fiscal FY 202446930001830188-25-000012
10-Q2024-11-12fiscal Q3 2024401200001830188-24-000037
10-Q2024-08-09fiscal Q2 2024401160001830188-24-000027
10-Q2024-05-10fiscal Q1 202438800001830188-24-000017
10-K2024-03-15fiscal FY 202341810001830188-24-000010
10-Q2023-11-14fiscal Q3 2023381160001628280-23-038789
10-Q2023-08-14fiscal Q2 2023391130001410578-23-001893
10-Q2023-05-15fiscal Q1 202339780001104659-23-060949
10-K2023-03-28fiscal FY 202221410001104659-23-037682
10-Q2022-11-09fiscal Q3 202219570001104659-22-116521
10-Q2022-08-15fiscal Q2 202219530001104659-22-091349
10-Q2022-05-16fiscal Q1 202217370001104659-22-061440
10-K2022-04-13fiscal FY 202119350001104659-22-045544
10-Q2021-11-22fiscal Q3 202119360001104659-21-142057
10-Q2021-08-16fiscal Q2 202118340001104659-21-106455
10-Q2021-06-03fiscal Q1 202119300001104659-21-076411

Inspect the source

Entity
UNITED HOMES GROUP, INC. / CIK 0001830188
Captured
2026-09-21T17:30:14.356Z
SEC response SHA-256
820245f7f9e30a3953ece2ebf89720816621b85aba8d7444d0cbb0b9ba46f050

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