Skip to content

CAPFORCE INC.: filings

Every CAPFORCE INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 47 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 2026431190001829126-26-009079
10-Q2026-06-12fiscal Q1 202641830001829126-26-006444
10-K2026-05-26fiscal FY 202550940001829126-26-005672
10-Q2025-11-19fiscal Q3 2025411180001829126-25-009312
10-Q2025-10-31fiscal Q2 2025411160001829126-25-008771
10-Q2025-10-01fiscal Q1 202541800001829126-25-007819
10-K2025-08-21fiscal FY 202451940001829126-25-006628
10-Q2024-11-15fiscal Q3 2024471260001829126-24-007586
10-Q2024-08-19fiscal Q2 2024421070001829126-24-005664
10-Q/A2024-08-19fiscal Q1 202446920001829126-24-005661
10-Q2024-07-08fiscal Q1 202444890001829126-24-004635
10-K2024-06-03fiscal FY 202353990001829126-24-003930
10-Q2023-11-14fiscal Q3 2023511470001079973-23-001599
10-Q2023-08-14fiscal Q2 2023501410001079973-23-001138
10-Q2023-05-15fiscal Q1 2023491040001079973-23-000695
10-K2023-03-30fiscal FY 2022551090001079973-23-000391
10-Q2022-11-14fiscal Q3 2022501440001079973-22-001439
10-Q2022-08-12fiscal Q2 2022491400001079973-22-000968
10-Q2022-05-13fiscal Q1 2022491030001079973-22-000582
10-K2022-03-30fiscal FY 2021531070001079973-22-000358
10-Q2021-11-12fiscal Q3 2021481290001079973-21-001135
10-Q2021-08-13fiscal Q2 2021481250001079973-21-000770
10-Q2021-05-14fiscal Q1 2021481000001079973-21-000374
10-K2021-03-29fiscal FY 2020521030001079973-21-000195
10-Q2020-11-16fiscal Q3 2020481320001079973-20-000991
10-Q2020-08-14fiscal Q2 2020481280001079973-20-000695
10-Q2020-05-08fiscal Q1 202046980001079973-20-000357
10-K2020-03-24fiscal FY 201948980001564590-20-012253
10-Q2019-11-14fiscal Q3 2019481360001564590-19-043515
10-Q2019-08-14fiscal Q2 2019481320001564590-19-032178
10-Q2019-05-15fiscal Q1 2019481020001564590-19-019398
10-K2019-02-27fiscal FY 201847970001564590-19-004950
10-Q2018-11-14fiscal Q3 2018451200001564590-18-029496
10-Q2018-08-08fiscal Q2 2018441160001564590-18-020457
10-Q2018-05-14fiscal Q1 201838790001564590-18-013347
10-K2018-03-29fiscal FY 201741840001564590-18-007151
10-Q2017-11-09fiscal Q3 2017381040001564590-17-023341
10-Q2017-08-10fiscal Q2 2017371000001564590-17-017267
10-Q2017-05-03fiscal Q1 201737760001564590-17-008435
10-K2017-03-24fiscal FY 201642870001564590-17-005222
10-Q2016-11-14fiscal Q3 2016381020001564590-16-029063
10-Q2016-08-11fiscal Q2 201635920001144204-16-118347
10-Q2016-05-16fiscal Q1 201635710001144204-16-102135
10-K2016-03-30fiscal FY 201543880001144204-16-091560
10-Q2015-11-13fiscal Q3 2015371020001144204-15-065342
10-Q2015-08-14fiscal Q2 201530800001144204-15-049899
10-Q2015-06-18fiscal Q1 201530620001104659-15-046169

Inspect the source

Entity
CAPFORCE INC. / CIK 0001293818
Captured
2026-09-20T07:50:13.315Z
SEC response SHA-256
f023c0d6306b2a23791269341facff3e5a0d6674c783b12a959a30ad902a01e7

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