Skip to content

TOTALIGENT, INC.: filings

Every TOTALIGENT, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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 2026371140001477932-26-005158
10-Q2026-05-15fiscal Q1 202637780001477932-26-003167
10-K2026-04-03fiscal FY 202537760001477932-26-001994
10-Q2025-11-17fiscal Q3 2025361120001477932-25-008363
10-Q2025-08-13fiscal Q2 2025361100001477932-25-005790
10-Q/A2025-05-19fiscal Q1 202535750001477932-25-003978
10-Q2025-05-16fiscal Q1 202535750001477932-25-003912
10-K/A2025-04-09fiscal FY 202436740001477932-25-002538
10-K2025-04-07fiscal FY 202436740001477932-25-002496
10-Q2024-12-09fiscal Q3 202431980001477932-24-007905
10-Q2024-10-30fiscal Q2 202431950001477932-24-006748
10-K2024-10-29fiscal FY 202335720001477932-24-006707
10-Q2017-11-14fiscal Q3 201730690001493152-17-013024
10-Q2017-08-14fiscal Q2 201730670001493152-17-009101
10-Q2017-05-22fiscal Q1 201720410001213900-17-005656
10-K2017-03-28fiscal FY 201620380001213900-17-002906
10-Q2016-11-17fiscal Q3 201619470001213900-16-018692
10-Q2016-08-22fiscal Q2 201618450001213900-16-016325
10-Q2016-05-13fiscal Q3 2016461320001213900-16-013230
10-Q2016-02-10fiscal Q2 2016451290001213900-16-010727
10-Q2015-11-13fiscal Q1 201644900001213900-15-008511
10-K2015-09-17fiscal FY 201544890001213900-15-007058
10-Q2015-05-15fiscal Q3 2015441230001213900-15-003787
10-Q2015-02-12fiscal Q2 2015441230001213900-15-000946
10-Q2014-11-14fiscal Q1 201543900001213900-14-008116
10-K2014-10-14fiscal FY 201445890001213900-14-007224
10-Q2014-05-15fiscal Q3 2014401100001213900-14-003418
10-Q/A2014-05-01fiscal Q1 201442850001213900-14-002783
10-Q/A2014-04-30fiscal Q2 2014401100001213900-14-002777
10-K/A2014-04-30fiscal FY 201343850001213900-14-002773
10-Q2014-02-14fiscal Q2 2014411100001213900-14-000929
10-Q/A2013-11-26fiscal Q1 201443880001213900-13-006889
10-K2013-10-15fiscal FY 201344840001213900-13-005709
10-Q/A2013-08-05fiscal Q1 201327580001213900-13-003941
10-Q2013-06-14fiscal Q1 201327580001213900-13-003147
10-K2013-05-01fiscal FY 201231590001213900-13-002149
10-Q2012-12-14fiscal Q3 201231830001213900-12-006772
10-Q2012-09-14fiscal Q2 201231830001213900-12-005283
10-Q2012-06-14fiscal Q1 201234720001213900-12-003344
10-K2012-05-15fiscal FY 201130620001213900-12-002692
10-Q2011-12-15fiscal Q3 201125680001213900-11-006631
10-Q2011-09-19fiscal Q3 201125690001213900-11-005209

Inspect the source

Entity
TOTALIGENT, INC. / CIK 0000846377
Captured
2026-09-19T15:09:44.000Z
SEC response SHA-256
dd6d824eb6b9a2a8c4595c98d0f4777c935cb8d264ffd9d2b50543edc34d9dc4

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