Skip to content

Capstone Holding Corp.: filings

Every Capstone Holding Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-Q/A2026-08-12fiscal Q3 2025361070001437749-26-027153
10-Q/A2026-08-12fiscal Q2 2025361030001437749-26-027152
10-Q/A2026-08-12fiscal Q1 202646920001437749-26-027151
10-Q2026-08-12fiscal Q2 2026461230001437749-26-027150
10-Q2026-05-20fiscal Q1 202646920001437749-26-017870
10-K/A2026-04-17fiscal FY 202444880001213900-26-045248
10-K2026-04-16fiscal FY 202550980001437749-26-012459
10-Q2025-11-18fiscal Q3 2025431210001213900-25-111773
10-Q2025-08-15fiscal Q2 2025401130001213900-25-077016
10-Q2025-05-15fiscal Q1 202539780001213900-25-044408
10-K2025-03-31fiscal FY 202444880001213900-25-026436
10-Q2019-08-13fiscal Q2 201927720001171843-19-005445
10-Q2019-05-13fiscal Q1 201927550001171843-19-003295
10-K2019-03-22fiscal FY 201833680001171843-19-001915
10-Q2018-11-06fiscal Q3 201827740001171843-18-007642
10-Q2018-08-13fiscal Q2 201826720001171843-18-006033
10-Q2018-05-11fiscal Q1 201824500001171843-18-003863
10-K2018-02-28fiscal FY 201730620001171843-18-001546
10-Q2017-11-13fiscal Q3 201725660001171843-17-006929
10-K2017-10-30fiscal FY 201630610001171843-17-006393
10-Q2017-08-14fiscal Q2 201722600001171843-17-005009
10-Q2017-05-04fiscal Q1 201722460001171843-17-002649
10-K2017-03-15fiscal FY 201627550001171843-17-001524
10-Q2016-11-10fiscal Q3 201622600001171843-16-013128
10-Q2016-07-29fiscal Q2 201622600001171843-16-011359
10-Q2016-05-13fiscal Q1 201622460001171843-16-010025
10-K2016-03-30fiscal FY 201527560001171843-16-008910
10-Q2015-11-09fiscal Q3 201522600001171843-15-006138
10-Q2015-08-13fiscal Q2 201522600001171843-15-004655
10-Q2015-05-14fiscal Q1 201522460001171843-15-002837
10-K2015-03-16fiscal FY 201426540001171843-15-001437
10-Q2014-11-13fiscal Q3 201421560001171843-14-005515
10-Q2014-08-14fiscal Q2 201428870001171843-14-003966
10-Q2014-05-15fiscal Q1 201427720001171843-14-002383
10-K2014-03-27fiscal FY 201333890001171843-14-001440
10-Q2013-11-12fiscal Q3 201328870001171843-13-004578
10-Q2013-08-14fiscal Q2 201328870001171843-13-003389
10-Q2013-05-15fiscal Q1 201328750001171843-13-002033
10-K2013-03-14fiscal FY 201233890001171843-13-000993
10-Q2012-11-08fiscal Q3 201228840001171843-12-004015
10-Q2012-08-10fiscal Q2 201225750001171843-12-003073
10-Q2012-05-10fiscal Q1 201225660001171843-12-001803
10-K2012-03-21fiscal FY 201125700001171843-12-000983
10-Q2011-11-10fiscal Q3 201125780001171843-11-003449
10-Q2011-08-12fiscal Q2 201124730001171843-11-002492

Inspect the source

Entity
Capstone Holding Corp. / CIK 0000887151
Captured
2026-09-20T05:03:06.565Z
SEC response SHA-256
46feccf14a33da8462c95546c9ec5bbcfb5bb512732041eb518e6cfaf8fbdc1a

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