Skip to content

SCORES HOLDING CO INC: filings

Every SCORES HOLDING CO INC annual and quarterly report in the SEC record with the published financial measures it tagged, 56 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-09-18fiscal Q1 202522480001104659-26-108854
10-K2026-06-30fiscal FY 202427550001104659-26-079238
10-Q2026-04-27fiscal Q3 202425840001104659-26-049477
10-Q2026-04-02fiscal Q2 202425800001104659-26-039015
10-Q2026-03-20fiscal Q1 202424520001104659-26-032584
10-K2026-02-06fiscal FY 202326540001104659-26-011442
10-Q2025-09-17fiscal Q3 202324820001104659-25-090746
10-Q2025-08-13fiscal Q2 202324780001410578-25-001736
10-Q2025-05-30fiscal Q1 202324520001410578-25-001385
10-K2025-03-07fiscal FY 202226540001410578-25-000292
10-Q2024-06-20fiscal Q3 202223800001410578-24-001023
10-Q2024-04-05fiscal Q2 202223740001410578-24-000435
10-Q2023-12-08fiscal Q1 202224520001410578-23-002617
10-K2023-09-20fiscal FY 202126540001410578-23-002116
10-Q2023-06-14fiscal Q3 202124820001410578-23-001439
10-Q2023-05-19fiscal Q2 202124760001410578-23-001300
10-Q2023-04-19fiscal Q1 202124520001410578-23-000735
10-K2022-10-19fiscal FY 202025540001104659-22-109919
10-Q2022-07-25fiscal Q3 202024820001104659-22-082330
10-Q2022-06-16fiscal Q2 202024760001104659-22-071924
10-Q2022-04-25fiscal Q1 202023500001104659-22-049628
10-K2022-02-23fiscal FY 201924510001104659-22-025809
10-Q2022-01-04fiscal Q3 201922780001104659-22-000841
10-Q2021-10-12fiscal Q2 201922720001104659-21-125345
10-Q2020-04-29fiscal Q1 201918410001104659-20-053508
10-K2020-01-31fiscal FY 201819410001104659-20-009370
10-Q2019-11-13fiscal Q3 201818610001104659-19-063437
10-Q2019-09-27fiscal Q2 201817510001144204-19-046268
10-Q2019-05-02fiscal Q1 201817390001144204-19-023269
10-K2018-06-08fiscal FY 201718380001144204-18-033573
10-Q2017-11-17fiscal Q3 201717480001144204-17-059882
10-Q2017-08-23fiscal Q2 201714420001144204-17-044762
10-Q2017-06-09fiscal Q1 201714300001144204-17-031942
10-K2017-04-10fiscal FY 201615320001144204-17-019841
10-Q2016-11-10fiscal Q3 201614420001144204-16-133311
10-Q2016-08-02fiscal Q2 201614420001144204-16-115858
10-Q2016-05-12fiscal Q1 201616340001144204-16-101146
10-K2016-03-31fiscal FY 201517360001144204-16-091840
10-Q2015-11-13fiscal Q3 201517480001144204-15-065085
10-Q2015-08-14fiscal Q2 201516460001144204-15-049405
10-Q2015-05-12fiscal Q1 201516340001144204-15-029538
10-K2015-03-25fiscal FY 201417360001144204-15-018370
10-Q2014-11-14fiscal Q3 201417470001144204-14-068194
10-Q2014-08-19fiscal Q2 201417470001144204-14-051215
10-Q2014-05-20fiscal Q1 201417350001144204-14-032220
10-K2014-03-27fiscal FY 201318370001144204-14-018090
10-Q2013-12-27fiscal Q3 201316460001144204-13-069185
10-Q2013-12-04fiscal Q2 201316460001144204-13-065468
10-Q2013-12-04fiscal Q1 201317360001144204-13-065464
10-K2013-11-14fiscal FY 201219400001144204-13-061507
10-Q2013-07-09fiscal Q3 201218490001144204-13-038683
10-Q2013-07-09fiscal Q2 201219530001144204-13-038680
10-Q2013-05-15fiscal Q1 201218420001144204-13-029522
10-K2012-10-23fiscal FY 201118370001144204-12-057338
10-Q2012-07-17fiscal Q3 201115400001144204-12-039795
10-Q2011-08-15fiscal Q2 201114360001144204-11-047237

Inspect the source

Entity
SCORES HOLDING CO INC / CIK 0000831489
Captured
2026-09-21T17:17:30.725Z
SEC response SHA-256
8f47e6971384518ba1bd4ebcf3230720cd342955e39cf609f4d252db0215ea80

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