Skip to content

SEGUIN NATURAL HAIR PRODUCTS INC.: filings

Every SEGUIN NATURAL HAIR PRODUCTS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-K2025-07-30fiscal FY 202218350001214659-25-011095
10-Q2025-07-30fiscal Q3 202120610001214659-25-011094
10-Q2025-07-30fiscal Q2 202218540001214659-25-011093
10-Q2025-07-30fiscal Q1 202217310001214659-25-011092
10-K2024-04-24fiscal FY 202119380001214659-24-007437
10-Q2024-04-24fiscal Q3 202120630001214659-24-007436
10-Q2024-04-24fiscal Q2 202121580001214659-24-007435
10-Q2024-04-24fiscal Q1 202120350001214659-24-007434
10-K2023-12-07fiscal FY 202020400001214659-23-016143
10-Q2023-12-07fiscal Q3 202021670001214659-23-016142
10-Q2023-12-07fiscal Q2 202022660001214659-23-016140
10-Q2023-12-07fiscal Q1 202021440001214659-23-016138
10-K2022-12-13fiscal FY 201918360001214659-22-014794
10-Q2022-12-13fiscal Q3 201919550001214659-22-014793
10-Q2022-12-12fiscal Q2 201917460001214659-22-014792
10-Q2022-12-12fiscal Q1 201917380001214659-22-014791
10-K2022-12-12fiscal FY 201819370001214659-22-014790
10-Q/A2018-03-07fiscal Q3 201816390001214659-18-001829
10-Q2018-02-16fiscal Q3 201816390001214659-18-001342
10-Q2017-11-20fiscal Q2 201814360001214659-17-006866
10-Q/A2017-08-30fiscal Q1 201814270001214659-17-005379
10-Q2017-08-21fiscal Q1 201814280001214659-17-005211
10-K2017-07-13fiscal FY 201716330001437749-17-012588
10-Q/A2017-02-22fiscal Q2 201716400001437749-17-002986
10-Q/A2017-02-22fiscal Q1 201716310001437749-17-002984
10-Q2017-02-21fiscal Q3 201716440001437749-17-002877
10-Q2016-11-14fiscal Q2 201717480001144204-16-134110
10-Q2016-08-11fiscal Q1 201718380001144204-16-118408
10-K2016-07-13fiscal FY 201619380001052918-16-001157
10-Q2016-03-15fiscal Q3 201614330001052918-16-000861

Inspect the source

Entity
SEGUIN NATURAL HAIR PRODUCTS INC. / CIK 0001642363
Captured
2026-09-21T17:22:33.511Z
SEC response SHA-256
23aab921548f276194d7c548ec218716a6aae8bdc5c7b6e8d753dfcd86da638d

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