Skip to content

Symbolic Logic, Inc.: filings

Every Symbolic Logic, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 filings, each linked to its SEC index.

Filing record ends 2022-11-09

The latest filing in this captured record is a 10-Q filed 2022-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Symbolic Logic, 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-Q2022-11-09fiscal Q3 2022361020001104659-22-116514
10-Q2022-08-12fiscal Q2 2022361010001104659-22-089553
10-Q2022-05-12fiscal Q1 202236740001104659-22-059579
10-K2022-04-11fiscal FY 202136700001104659-22-044364
10-Q2021-11-10fiscal Q3 2021451280001562762-21-000443
10-Q2021-08-12fiscal Q2 2021441270001562762-21-000340
10-Q2021-05-13fiscal Q1 202144910001562762-21-000223
10-K2021-03-17fiscal FY 202046930001562762-21-000123
10-Q2020-11-12fiscal Q3 2020441290001562762-20-000412
10-Q2020-08-12fiscal Q2 2020451300001562762-20-000342
10-Q2020-05-14fiscal Q1 202044900001562762-20-000189
10-K2020-03-30fiscal FY 201947920001104659-20-040523
10-Q2019-11-12fiscal Q3 2019451280001104659-19-062690
10-Q2019-08-19fiscal Q2 2019441230001104659-19-046527
10-Q2019-05-15fiscal Q1 201943870001104659-19-029793
10-K2019-04-04fiscal FY 201842870001104659-19-019960
10-Q2018-11-13fiscal Q3 2018401180001104659-18-067939
10-Q2018-08-14fiscal Q2 2018411200001104659-18-051983
10-Q2018-05-15fiscal Q1 201838780001104659-18-033439
10-K2018-04-02fiscal FY 2017441900001104659-18-021862
10-Q2017-11-14fiscal Q3 2017361080001104659-17-068536
10-Q2017-08-08fiscal Q2 2017361080001104659-17-050294
10-Q2017-05-11fiscal Q1 201736730001104659-17-031951
10-K2017-03-28fiscal FY 2016411820001104659-17-019723
10-Q2016-11-08fiscal Q3 2016361090001104659-16-155586
10-Q2016-08-02fiscal Q2 2016361090001104659-16-136156
10-Q2016-05-03fiscal Q1 201636740001104659-16-117216
10-K2016-03-15fiscal FY 2015401550001104659-16-105253
10-Q2015-11-10fiscal Q3 2015371130001104659-15-077691
10-Q2015-08-04fiscal Q2 2015371120001104659-15-055912
10-Q2015-05-05fiscal Q1 201537760001104659-15-034322
10-K2015-03-17fiscal FY 2014401560001104659-15-020488
10-Q2014-11-04fiscal Q3 2014371110001104659-14-076565
10-Q2014-08-05fiscal Q2 2014371120001104659-14-056981
10-Q2014-05-06fiscal Q1 201440810001104659-14-035272
10-K2014-03-11fiscal FY 2013461680001104659-14-018434
10-Q2013-11-12fiscal Q3 2013421170001104659-13-083691
10-Q2013-08-13fiscal Q2 2013421180001104659-13-063341
10-Q2013-05-07fiscal Q1 201342810001104659-13-038290
10-K2013-03-12fiscal FY 2012471650001104659-13-019789
10-Q2012-11-13fiscal Q3 2012411150001104659-12-077431
10-Q2012-08-07fiscal Q2 2012421160001104659-12-055275
10-Q2012-05-08fiscal Q1 201238760001104659-12-034521
10-K2012-03-30fiscal FY 2011401050001104659-12-022857
10-Q/A2012-03-30fiscal Q3 2011401090001104659-12-022851
10-Q/A2012-03-30fiscal Q2 2011401100001104659-12-022850
10-Q2011-11-10fiscal Q3 2011401090001104659-11-063260
10-Q2011-08-12fiscal Q2 2011401100001104659-11-046471

Inspect the source

Entity
Symbolic Logic, Inc. / CIK 0001052054
Captured
SEC response SHA-256
a9697b56654092349abd4f7d9a503f821cb58d9513c1c8b827de001fc96c3495

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