Skip to content

SMSA Crane Acquisition Corp.: filings

Every SMSA Crane Acquisition Corp. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2021-11-22

The latest filing in this captured record is a 10-Q filed 2021-11-22. No later filing is in the SEC companyfacts record captured on 2026-09-23. SMSA Crane Acquisition 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-Q2021-11-22fiscal Q3 202114450001553350-21-001085
10-Q2021-09-28fiscal Q2 202114430001553350-21-000850
10-Q2021-09-28fiscal Q1 202113290001553350-21-000848
10-K2021-09-28fiscal FY 202014280001553350-21-000836
10-Q2021-09-27fiscal Q3 202013450001553350-21-000824
10-Q2021-09-24fiscal Q2 202013420001079973-21-000950
10-Q2021-09-23fiscal Q1 202012270001079973-21-000939
10-K2021-09-10fiscal FY 201913280001553350-21-000797
10-Q2021-07-20fiscal Q3 201912410001553350-21-000597
10-Q2020-10-05fiscal Q2 201912390001553350-20-000912
10-Q2020-06-04fiscal Q1 201912270001553350-20-000508
10-K2020-05-01fiscal FY 201813270001553350-20-000386
10-Q2020-01-15fiscal Q3 201813410001553350-20-000055
10-Q2019-12-16fiscal Q2 201812340001553350-19-001286
10-Q2018-05-21fiscal Q1 201813250001553350-18-000591
10-K2018-04-17fiscal FY 201713250001553350-18-000361
10-Q2017-11-13fiscal Q3 201713330001553350-17-001214
10-Q2017-08-16fiscal Q2 20179240001553350-17-000958
10-Q2017-06-13fiscal Q1 20179180001553350-17-000736
10-K2017-06-13fiscal FY 20169760001553350-17-000734
10-Q2015-11-20fiscal Q3 201513320001553350-15-001269
10-Q2015-08-13fiscal Q2 201513320001553350-15-000847
10-Q2015-05-14fiscal Q1 201513240001553350-15-000473
10-K2015-04-10fiscal FY 201414270001553350-15-000338
10-Q2014-11-14fiscal Q3 201414370001553350-14-001375
10-Q2014-08-12fiscal Q2 201414370001553350-14-000907
10-Q2014-05-15fiscal Q1 201416450001010549-14-000244
10-K2014-04-15fiscal FY 201317460001010549-14-000184
10-Q2013-11-19fiscal Q3 201319580001010549-13-000696
10-Q2013-08-05fiscal Q2 201315450001010549-13-000489
10-Q/A2013-05-21fiscal Q1 201315410001010549-13-000400
10-K2013-03-11fiscal FY 201222610001010549-13-000126
10-Q2012-11-02fiscal Q3 201222740001010549-12-001151
10-Q2012-08-13fiscal Q2 201221720001010549-12-000876
10-Q/A2012-05-24fiscal Q1 201216400001010549-12-000621
10-Q2012-05-10fiscal Q1 201216400001010549-12-000515
10-K2012-02-14fiscal FY 201121590001010549-12-000141
10-Q2011-10-31fiscal Q3 201115490001010549-11-001197
10-Q/A2011-09-02fiscal Q2 201123810001010549-11-000985

Inspect the source

Entity
SMSA Crane Acquisition Corp. / CIK 0001473287
Captured
SEC response SHA-256
fcb0673420e8245b4b346df06353fcf0f8c932f93f8d8eff05ebc320b79bd64c

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