Skip to content

Capital Financial Holdings, Inc.: filings

Every Capital Financial Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2019-05-16

The latest filing in this captured record is a 10-Q filed 2019-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. Capital Financial Holdings, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2019-05-16fiscal Q1 201925520001654954-19-006182
10-K2019-04-15fiscal FY 201833680001654954-19-004400
10-Q2018-11-20fiscal Q3 201826700001654954-18-013001
10-Q2018-08-20fiscal Q2 201826700001654954-18-009404
10-Q2018-05-23fiscal Q1 201827560001654954-18-005827
10-K2018-04-18fiscal FY 201733680001654954-18-004068
10-Q2017-11-14fiscal Q3 201727730001654954-17-010586
10-Q2017-08-14fiscal Q2 201727720001654954-17-007505
10-Q2017-05-15fiscal Q1 201727570001654954-17-004623
10-K2017-03-30fiscal FY 201632880001654954-17-002778
10-Q2016-11-14fiscal Q3 201631870001654954-16-003877
10-Q2016-08-22fiscal Q2 201632910001654954-16-001762
10-Q2016-05-12fiscal Q1 201634700001354488-16-007349
10-K2016-03-28fiscal FY 201534930001354488-16-006706
10-Q2015-11-16fiscal Q3 201533940001354488-15-005132
10-Q2015-08-19fiscal Q2 201533940001354488-15-003989
10-Q2015-05-15fiscal Q1 201532660001354488-15-002440
10-K2015-03-26fiscal FY 201434940001354488-15-001340
10-Q2014-11-14fiscal Q3 201431820001354488-14-005706
10-Q2014-08-14fiscal Q2 201431820001354488-14-004204
10-Q2014-05-15fiscal Q1 201431640001354488-14-002601
10-K2014-03-18fiscal FY 2013371010001354488-14-001228
10-Q2013-11-14fiscal Q3 201332830001354488-13-006319
10-Q2013-08-14fiscal Q2 201332840001354488-13-004480
10-Q2013-05-15fiscal Q1 201331630001354488-13-002867
10-K2013-03-19fiscal FY 2012381010001354488-13-001328
10-Q2012-11-14fiscal Q3 201234920001354488-12-005835
10-Q2012-08-10fiscal Q2 201232890001354488-12-004005
10-Q2012-05-16fiscal Q1 201231640001354488-12-002650
10-K2012-03-20fiscal FY 201134900001354488-12-001245
10-Q2011-11-08fiscal Q3 201133920001354488-11-004114
10-Q/A2011-08-15fiscal Q2 201133920001354488-11-002757
10-Q2011-08-10fiscal Q2 201133920001354488-11-002557
10-Q2011-05-12fiscal Q1 201132680001354488-11-001456

Inspect the source

Entity
Capital Financial Holdings, Inc. / CIK 0000944696
Captured
SEC response SHA-256
089d51f58133232c07473660b34f18efc9c06f654a9708b0db04e8eea92cf737

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