Skip to content

SUNSTOCK, INC.: filings

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

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-Q2024-11-20fiscal Q3 2024321010001493152-24-047001
10-Q2024-08-21fiscal Q2 202432970001493152-24-033399
10-Q2024-05-15fiscal Q1 202432650001493152-24-019643
10-K2024-04-03fiscal FY 202336700001493152-24-012940
10-Q2023-11-13fiscal Q3 2023331000001493152-23-040221
10-Q2023-08-14fiscal Q2 202333960001493152-23-028179
10-Q2023-05-15fiscal Q1 202332630001493152-23-017042
10-K2023-03-31fiscal FY 202234670001493152-23-010023
10-Q2022-11-14fiscal Q3 202233990001493152-22-031568
10-Q2022-08-15fiscal Q2 202233950001493152-22-022510
10-Q2022-05-16fiscal Q1 202232640001493152-22-013584
10-K2022-04-18fiscal FY 202137720001493152-22-010250
10-Q2021-11-22fiscal Q3 2021381070001493152-21-029509
10-Q2021-08-20fiscal Q2 2021381030001493152-21-020841
10-Q2021-05-24fiscal Q1 202137710001493152-21-012729
10-K2021-04-15fiscal FY 202036720001493152-21-008942
10-Q2020-11-24fiscal Q3 2020381090001493152-20-022331
10-Q2020-09-29fiscal Q2 2020381060001493152-20-018558
10-Q2020-06-29fiscal Q1 202038760001493152-20-012095
10-K2020-04-27fiscal FY 201935690001493152-20-007102
10-Q2019-11-01fiscal Q3 201930880001493152-19-016310
10-Q2019-09-16fiscal Q2 2019361010001493152-19-014135
10-Q2019-07-29fiscal Q1 201933630001493152-19-011235
10-K2019-06-19fiscal FY 201830580001493152-19-009435
10-Q2018-11-19fiscal Q3 201826720001493152-18-016498
10-Q2018-08-27fiscal Q2 201826670001493152-18-012601
10-Q2018-05-17fiscal Q1 201822430001493152-18-007368
10-K2018-04-06fiscal FY 201727550001493152-18-004863
10-Q2017-11-17fiscal Q3 201726660001493152-17-013444
10-Q2017-08-21fiscal Q2 201725600001493152-17-009672
10-Q2017-05-23fiscal Q1 201723470001493152-17-005779
10-K2017-04-27fiscal FY 201627560001493152-17-004447
10-Q2016-11-14fiscal Q3 201625630001493152-16-014897
10-Q2016-08-15fiscal Q2 201626680001493152-16-012409
10-Q2016-05-19fiscal Q1 201625500001493152-16-010087
10-K2016-04-04fiscal FY 201527550001493152-16-008622
10-Q2015-11-09fiscal Q3 201525630001493152-15-005233
10-Q2015-08-19fiscal Q2 201526660001493152-15-003892
10-Q2015-05-21fiscal Q1 201526520001493152-15-002210
10-K2015-04-15fiscal FY 201424570001493152-15-001442
10-Q2014-11-19fiscal Q3 201423490001493152-14-003876
10-Q2014-09-23fiscal Q2 201425680001144204-14-057359
10-Q2014-08-05fiscal Q1 201426530001144204-14-046944
10-K2014-06-24fiscal FY 201321510001185185-14-001626
10-Q/A2013-12-23fiscal Q3 201318460001185185-13-002690
10-Q2013-11-14fiscal Q3 201318480001185185-13-002451

Inspect the source

Entity
SUNSTOCK, INC. / CIK 0001559157
Captured
2026-09-21T17:20:44.763Z
SEC response SHA-256
799fb0f298c3123794656587f9ffe18139c4bb9382c64aac6623c779402cbaf8

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