Skip to content

SANDSTON CORP: filings

Every SANDSTON CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 47 filings, each linked to its SEC index.

Filing record ends 2023-03-30

The latest filing in this captured record is a 10-K filed 2023-03-30. No later filing is in the SEC companyfacts record captured on 2026-09-23. SANDSTON CORP 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-K2023-03-30fiscal FY 202220440001410578-23-000449
10-Q2022-11-14fiscal Q3 202215530001410578-22-003318
10-Q2022-08-15fiscal Q2 202217580001410578-22-002549
10-Q2022-05-13fiscal Q1 202218420001410578-22-001441
10-K2022-03-25fiscal FY 202120440001410578-22-000504
10-Q2021-11-12fiscal Q3 202117620001410578-21-000148
10-Q2021-08-13fiscal Q2 202114460001104659-21-104923
10-Q2021-05-14fiscal Q1 202114340001104659-21-066661
10-K2021-03-29fiscal FY 202015340001104659-21-043012
10-Q2020-11-13fiscal Q3 202014500001104659-20-124760
10-Q2020-08-13fiscal Q2 202014460001104659-20-094491
10-Q2020-05-14fiscal Q1 202014340001104659-20-061101
10-K2020-03-27fiscal FY 201915340001104659-20-039428
10-Q2019-11-13fiscal Q3 201914490001104659-19-063223
10-Q2019-08-13fiscal Q2 201913410001144204-19-039289
10-Q2019-05-10fiscal Q1 201913290001144204-19-025198
10-K2019-03-27fiscal FY 201814300001144204-19-016108
10-Q2018-11-13fiscal Q3 201813350001144204-18-059145
10-Q2018-08-14fiscal Q2 201813350001144204-18-044514
10-Q2018-05-14fiscal Q1 201812250001144204-18-028060
10-K2018-03-27fiscal FY 201713280001144204-18-017126
10-Q2017-11-13fiscal Q3 201712310001144204-17-058038
10-Q2017-08-11fiscal Q2 201711290001144204-17-042247
10-Q2017-05-15fiscal Q1 201711230001144204-17-027166
10-K2017-03-29fiscal FY 201612260001144204-17-017195
10-Q2016-11-14fiscal Q3 201611290001144204-16-133533
10-Q2016-08-12fiscal Q2 201611290001144204-16-118464
10-Q2016-05-12fiscal Q1 201612250001144204-16-101214
10-K2016-03-29fiscal FY 201512270001144204-16-090951
10-Q2015-11-09fiscal Q3 201511290001144204-15-063637
10-Q2015-08-14fiscal Q2 201511290001144204-15-049320
10-Q2015-05-14fiscal Q1 201511230001144204-15-030773
10-K2015-03-27fiscal FY 201412260001144204-15-018907
10-Q2014-11-12fiscal Q3 201412320001144204-14-066970
10-Q2014-08-12fiscal Q2 201411290001144204-14-048957
10-Q2014-05-14fiscal Q1 201412250001144204-14-030515
10-K2014-03-31fiscal FY 201315320001144204-14-019211
10-Q2013-11-12fiscal Q3 201312310001144204-13-060194
10-Q2013-08-13fiscal Q2 201312290001144204-13-044852
10-Q2013-05-14fiscal Q1 201313250001144204-13-028614
10-K2013-03-27fiscal FY 201216340001144204-13-017842
10-Q2012-11-13fiscal Q3 201213330001144204-12-061048
10-Q/A2012-09-13fiscal Q2 201213310001144204-12-051115
10-Q2012-05-14fiscal Q1 201211220001144204-12-028512
10-K2012-03-29fiscal FY 201112240001144204-12-017890
10-Q2011-11-14fiscal Q3 201111250001144204-11-063611
10-Q/A2011-08-29fiscal Q2 20119220001144204-11-050232

Inspect the source

Entity
SANDSTON CORP / CIK 0000892832
Captured
SEC response SHA-256
ad44e4c8040e42d1b1663cd6348c757528f7c7f97f63cac96bfcd005721746db

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