Skip to content

CYS Investments, Inc.: filings

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

Filing record ends 2018-04-27

The latest filing in this captured record is a 10-Q filed 2018-04-27. No later filing is in the SEC companyfacts record captured on 2026-09-23. CYS Investments, 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-04-27fiscal Q1 201820460001396446-18-000050
10-K2018-02-15fiscal FY 201721840001396446-18-000023
10-Q2017-10-26fiscal Q3 201721650001396446-17-000108
10-Q2017-07-27fiscal Q2 201721650001396446-17-000085
10-Q2017-04-21fiscal Q1 201720470001396446-17-000060
10-K2017-02-17fiscal FY 201621840001396446-17-000030
10-Q2016-10-28fiscal Q3 201620630001396446-16-000249
10-Q2016-07-28fiscal Q2 201620630001396446-16-000226
10-Q2016-04-22fiscal Q1 201620470001396446-16-000196
10-K2016-02-17fiscal FY 201521850001396446-16-000157
10-Q2015-10-23fiscal Q3 201520600001396446-15-000120
10-Q2015-07-23fiscal Q2 201520590001396446-15-000095
10-Q2015-04-24fiscal Q1 201520430001396446-15-000066
10-K2015-02-17fiscal FY 201421870001396446-15-000014
10-Q2014-10-23fiscal Q3 201420580001396446-14-000026
10-Q2014-07-22fiscal Q2 201420570001396446-14-000019
10-Q2014-04-23fiscal Q1 201420410001396446-14-000014
10-K2014-02-14fiscal FY 201320730001396446-14-000005
10-Q2013-10-18fiscal Q3 201320560001396446-13-000023
10-Q2013-07-19fiscal Q2 201319550001396446-13-000018
10-Q2013-04-19fiscal Q1 201319400001396446-13-000008
10-K2013-02-15fiscal FY 201219700001396446-13-000004
10-Q2012-10-19fiscal Q3 201219570001396446-12-000026
10-Q2012-07-20fiscal Q2 201218540001396446-12-000017
10-Q2012-04-23fiscal Q1 201218390001193125-12-175662
10-K2012-02-13fiscal FY 201118690001193125-12-053521
10-Q2011-10-20fiscal Q3 201117470001193125-11-275933
10-Q2011-07-21fiscal Q2 201117500001193125-11-193365

Inspect the source

Entity
CYS Investments, Inc. / CIK 0001396446
Captured
SEC response SHA-256
67f2a3848f6ede7e92e2faeb5128d099a97b477082c3fc9bbb0a13a2b4da9a8a

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