Skip to content

CHANGE AGENTS CORPORATION: filings

Every CHANGE AGENTS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-14fiscal Q2 2026401090001213900-26-090229
10-Q2026-05-11fiscal Q1 202638770001213900-26-054548
10-K2026-03-30fiscal FY 202541770001213900-26-036474
10-Q2025-11-14fiscal Q3 2025401200001213900-25-111067
10-Q2025-08-14fiscal Q2 2025401160001213900-25-076784
10-Q2025-05-13fiscal Q1 202541820001213900-25-042738
10-K2025-03-31fiscal FY 202442850001213900-25-026308
10-Q2024-11-12fiscal Q3 2024421240001213900-24-096205
10-Q2024-08-19fiscal Q2 2024431240001213900-24-070762
10-Q2024-05-31fiscal Q1 202442830001213900-24-048093
10-K2024-04-15fiscal FY 202343860001213900-24-033023
10-Q2023-11-14fiscal Q3 2023401320001213900-23-087005
10-Q2023-08-14fiscal Q2 2023361060001213900-23-067151
10-Q2023-05-22fiscal Q1 202337760001213900-23-041984
10-K2023-03-30fiscal FY 202241820001213900-23-024687
10-Q2022-11-14fiscal Q3 2022381180001213900-22-072300
10-Q2022-08-05fiscal Q2 2022361060001213900-22-045075
10-Q2022-05-11fiscal Q1 202231660001213900-22-025619
10-K2022-03-30fiscal FY 202135680001213900-22-016231
10-Q2021-11-15fiscal Q3 202132870001213900-21-059406
10-Q2021-08-16fiscal Q2 202128750001213900-21-043113
10-Q2021-05-14fiscal Q1 202126540001213900-21-026450
10-K2021-03-30fiscal FY 202037720001213900-21-018744
10-Q2020-11-09fiscal Q3 202031910001213900-20-035963
10-Q2020-08-07fiscal Q2 202031860001213900-20-020912
10-Q2020-05-14fiscal Q1 202033640001213900-20-012325
10-K2020-04-06fiscal FY 201938860001213900-20-008655
10-Q2019-11-14fiscal Q3 2019361060001213900-19-023433
10-Q2019-08-15fiscal Q2 2019401090001213900-19-015968
10-Q2019-05-14fiscal Q1 201938750001213900-19-008592
10-K2019-03-26fiscal FY 201839740001213900-19-004862
10-Q/A2018-11-13fiscal Q3 201839980001615774-18-012584
10-Q2018-08-14fiscal Q2 201839950001615774-18-008088
10-Q2018-05-11fiscal Q1 201836650001615774-18-003636
10-K2018-03-13fiscal FY 201739680001615774-18-001839
10-Q2017-11-14fiscal Q3 201728690001615774-17-006671
10-Q2017-08-14fiscal Q2 201727620001615774-17-004366
10-Q2017-05-12fiscal Q1 201723410001615774-17-002319
10-K2017-03-28fiscal FY 201624360001615774-17-001269
10-Q2016-11-07fiscal Q3 201612270001615774-16-008065
10-Q2016-07-25fiscal Q2 201615410001558891-16-000231
10-Q2016-05-05fiscal Q1 201615320001558891-16-000215
10-K2016-02-24fiscal FY 201516280001558891-16-000191
10-Q2015-10-22fiscal Q3 201516330001558891-15-000135
10-Q2015-07-27fiscal Q2 201514250001558891-15-000095
10-Q2015-05-14fiscal Q1 201513190001558891-15-000073

Inspect the source

Entity
CHANGE AGENTS CORPORATION / CIK 0001630212
Captured
2026-09-21T17:22:16.189Z
SEC response SHA-256
3981423929c81c300cd45016c91776855e8bb2e9b293b24aaef3c77e2bd3a643

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