Skip to content

Sibannac, Inc.: filings

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

Filing record ends 2019-02-04

The latest filing in this captured record is a 10-K/A filed 2019-02-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. Sibannac, 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-K/A2019-02-04fiscal FY 201617350001683168-19-000241
10-Q2017-12-11fiscal Q2 201721540001683168-17-003268
10-Q2017-09-15fiscal Q1 201721420001683168-17-002389
10-K2016-12-14fiscal FY 201622450001683168-16-000946
10-Q2016-07-20fiscal Q3 201620520001019687-16-006976
10-Q2016-04-19fiscal Q2 201621540001019687-16-005923
10-Q2016-03-11fiscal Q1 201621410001019687-16-005427
10-K2016-02-26fiscal FY 201520390001019687-16-005296
10-Q2015-07-16fiscal Q3 201520520001019687-15-002781
10-Q2015-04-08fiscal Q2 201519500001019687-15-001353
10-Q2015-01-20fiscal Q1 201516290001127855-15-000029
10-K2015-01-16fiscal FY 201421330001127855-15-000017
10-Q2014-07-01fiscal Q3 201423600001127855-14-000303
10-Q2014-04-10fiscal Q2 201423600001127855-14-000163
10-Q2014-01-14fiscal Q1 201421440001127855-14-000012
10-K2014-01-13fiscal FY 201323460001127855-14-000007
10-Q2013-07-15fiscal Q3 201321550001127855-13-000486
10-Q2013-06-21fiscal Q2 201321560001127855-13-000456
10-Q2013-05-30fiscal Q1 201322460001127855-13-000378
10-K2013-05-16fiscal FY 201222440001127855-13-000351
10-Q2012-09-27fiscal Q3 201220510001127855-12-000525
10-Q2012-09-26fiscal Q2 201220520001127855-12-000521

Inspect the source

Entity
Sibannac, Inc. / CIK 0001313938
Captured
SEC response SHA-256
07a6bcb3c897da651a6650f7660e3e9288264dd7e18f36617aaccdabb4a81c49

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