Skip to content

Sibling Group Holdings, Inc.: filings

Every Sibling Group Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 20 filings, each linked to its SEC index.

Filing record ends 2016-06-16

The latest filing in this captured record is a 10-Q filed 2016-06-16. No later filing is in the SEC companyfacts record captured on 2026-09-23. Sibling Group Holdings, 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-Q2016-06-16fiscal Q3 201630770001415889-16-006237
10-Q2016-02-22fiscal Q2 201628680001553350-16-001613
10-Q2015-11-09fiscal Q1 201628520001553350-15-001183
10-K2015-10-23fiscal FY 201529540001553350-15-001097
10-Q2015-06-26fiscal Q3 201527620001553350-15-000679
10-Q2015-02-17fiscal Q2 201522510001553350-15-000145
10-Q2014-11-14fiscal Q1 201523420001553350-14-001383
10-Q2014-05-15fiscal Q1 201418520001553350-14-000535
10-K2014-04-17fiscal FY 201319480001553350-14-000389
10-Q2014-03-28fiscal Q3 201319620001553350-14-000297
10-Q2014-03-27fiscal Q2 201320600001553350-14-000288
10-Q2013-05-15fiscal Q1 201319500001553350-13-000171
10-K2013-05-08fiscal FY 201217420001553350-13-000123
10-Q2012-12-11fiscal Q3 201219610001553350-12-000048
10-Q2012-10-05fiscal Q2 201217490001553350-12-000036
10-Q2012-05-21fiscal Q1 201221590001086715-12-000012
10-K2012-04-30fiscal FY 201120470001214659-12-001901
10-Q/A2011-12-09fiscal Q3 201117480001437749-11-009380
10-Q2011-11-03fiscal Q3 201117480001437749-11-007989
10-Q2011-11-02fiscal Q2 201116350001437749-11-007982

Inspect the source

Entity
Sibling Group Holdings, Inc. / CIK 0001099728
Captured
SEC response SHA-256
991e5d9e3d0870b0f5c1cf0d560aea12000ab1874db56577670b470b399267ca

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