Skip to content

Gadsden Properties, Inc.: filings

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

Filing record ends 2019-11-06

The latest filing in this captured record is a 10-Q filed 2019-11-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. Gadsden Properties, 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-Q2019-11-06fiscal Q2 201932830001213900-19-022140
10-Q2019-05-15fiscal Q1 201933620001615774-19-007846
10-K2019-04-01fiscal FY 201839720001615774-19-005072
10-Q2018-11-14fiscal Q3 201834910001615774-18-012687
10-Q2018-08-20fiscal Q2 201834910001615774-18-008375
10-Q2018-05-21fiscal Q1 201828490001615774-18-004160
10-K/A2018-05-21fiscal FY 201734580001615774-18-004150
10-K2018-04-02fiscal FY 201734580001615774-18-002303
10-Q2017-11-14fiscal Q3 2017411020001615774-17-006706
10-Q2017-08-21fiscal Q2 2017411070001615774-17-004618
10-Q2017-05-17fiscal Q1 201739760001615774-17-002502
10-K2017-03-31fiscal FY 201645880001615774-17-001441
10-Q2016-11-14fiscal Q3 2016421070001615774-16-008247
10-Q2016-08-12fiscal Q2 2016421090001615774-16-006733
10-Q2016-05-13fiscal Q1 201643880001615774-16-005387
10-K2016-04-07fiscal FY 201547940001615774-16-004854
10-Q2015-11-06fiscal Q3 2015421080001615774-15-003150
10-Q2015-08-10fiscal Q2 2015461220000711665-15-000039
10-Q2015-05-11fiscal Q1 201548970000711665-15-000025
10-K2015-03-16fiscal FY 2014522220000711665-15-000017
10-Q2014-11-10fiscal Q3 2014461260000711665-14-000038
10-Q2014-08-11fiscal Q2 2014461260000711665-14-000034
10-Q2014-05-12fiscal Q1 201447960000711665-14-000015
10-K2014-03-17fiscal FY 2013512210001140361-14-012913
10-Q2013-11-08fiscal Q3 2013491320000711665-13-000035
10-Q2013-08-09fiscal Q2 2013491320000711665-13-000032
10-Q2013-05-10fiscal Q1 201347960000711665-13-000018
10-K/A2013-05-10fiscal FY 2012512210000711665-13-000015
10-K2013-03-18fiscal FY 2012512210000711665-13-000010
10-Q2012-11-13fiscal Q3 2012501350000711665-12-000038
10-Q2012-08-14fiscal Q2 2012491330000711665-12-000026
10-Q2012-05-15fiscal Q1 201243880000711665-12-000014
10-K2012-03-30fiscal FY 2011441180000711665-12-000006
10-Q2011-11-14fiscal Q3 201135880000711665-11-000025
10-Q2011-08-15fiscal Q2 201135880000711665-11-000020

Inspect the source

Entity
Gadsden Properties, Inc. / CIK 0000711665
Captured
SEC response SHA-256
ea33605bff31207c1216789dd690506702c85dda5e503b8f1e39a6587d8ea709

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