Skip to content

SPECIFICITY, INC.: filings

Every SPECIFICITY, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-19fiscal Q2 2026361000001520138-26-000366
10-Q2026-06-11fiscal Q1 202634660001520138-26-000228
10-K/A2026-06-05fiscal FY 202535710001520138-26-000207
10-K2026-03-31fiscal FY 202534690001520138-26-000090
10-Q2025-11-13fiscal Q3 202533980001520138-25-000354
10-Q2025-08-19fiscal Q2 202533970001520138-25-000271
10-Q2025-06-30fiscal Q1 202533650001520138-25-000193
10-K2025-06-24fiscal FY 202437730001520138-25-000183
10-Q2025-04-23fiscal Q3 2024371040001520138-25-000134
10-Q2025-04-23fiscal Q2 2025371050001520138-25-000131
10-Q2025-04-17fiscal Q1 202436730001520138-25-000124
10-K2025-03-03fiscal FY 202341830001520138-25-000063
10-Q2023-11-20fiscal Q3 2023411150001520138-23-000504
10-Q2023-08-04fiscal Q2 2023401110001520138-23-000313
10-Q2023-05-18fiscal Q1 202336700001520138-23-000242
10-K2023-03-30fiscal FY 202235690001520138-23-000156
10-Q/A2022-12-29fiscal Q3 202237910001520138-22-000590
10-Q2022-11-21fiscal Q3 202234860001520138-22-000529
10-Q2022-08-12fiscal Q2 202234820001520138-22-000331
10-Q2022-05-16fiscal Q1 202233630001520138-22-000207
10-K2022-04-15fiscal FY 202131530001520138-22-000158
10-Q2021-11-15fiscal Q3 202125470001520138-21-000726

Inspect the source

Entity
SPECIFICITY, INC. / CIK 0001840102
Captured
2026-09-21T17:31:14.886Z
SEC response SHA-256
43da5e627eb7c5bf88e6d4c69f4f09dd7da2301db7cc4e010f2e1f5135396a05

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