Skip to content

INTREorg SYSTEMS INC.: filings

Every INTREorg SYSTEMS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 filings, each linked to its SEC index.

Filing record ends 2018-11-13

The latest filing in this captured record is a 10-Q filed 2018-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. INTREorg SYSTEMS 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-Q2018-11-13fiscal Q3 201820510001078782-18-001267
10-Q2018-10-10fiscal Q2 201823590001078782-18-001143
10-Q2018-10-09fiscal Q1 201821430001078782-18-001137
10-K2018-10-03fiscal FY 201723460001078782-18-001113
10-Q2018-09-28fiscal Q3 201724630001078782-18-001099
10-Q2018-09-28fiscal Q2 201723590001078782-18-001098
10-Q2018-09-28fiscal Q1 201722450001078782-18-001093
10-K2018-09-25fiscal FY 201625520001078782-18-001052
10-Q2018-09-24fiscal Q3 201625650001078782-18-001028
10-Q2018-09-24fiscal Q2 201625620001078782-18-001026
10-Q2018-09-24fiscal Q1 201623460001078782-18-001024
10-K2018-09-20fiscal FY 201525520001078782-18-001016
10-Q2018-07-10fiscal Q3 201522580001010549-18-000245
10-Q2015-08-26fiscal Q2 201526630001633871-15-000090
10-Q2015-08-11fiscal Q1 201521400001633871-15-000054
10-K2015-07-09fiscal FY 201421420001633871-15-000039
10-Q2015-06-16fiscal Q3 201420530001633871-15-000032
10-Q2015-06-05fiscal Q2 201420520001633871-15-000029
10-Q2015-05-18fiscal Q1 201419370001633871-15-000023
10-K2015-04-10fiscal FY 201321430001633871-15-000003
10-Q2014-10-29fiscal Q3 201327920001010549-14-000563
10-Q2014-10-16fiscal Q2 201325640001010549-14-000553
10-Q2014-09-29fiscal Q1 201324660001010549-14-000515
10-K2013-04-16fiscal FY 201224640001010549-13-000261
10-Q2013-03-21fiscal Q3 201225860001010549-13-000154
10-Q2013-03-21fiscal Q2 201225860001010549-13-000153
10-Q2013-03-19fiscal Q1 201225680001010549-13-000146
10-K2013-02-22fiscal FY 201125670001010549-13-000098
10-Q2011-11-21fiscal Q3 201126880001010549-11-001310
10-Q/A2011-09-13fiscal Q2 201127900001010549-11-001030

Inspect the source

Entity
INTREorg SYSTEMS INC. / CIK 0001295560
Captured
SEC response SHA-256
8df959adf4cd3d66ac3259bde4833f080adaf14aed7e41a3f2cea6abafd39dc8

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