Skip to content

Drive Shack Inc.: filings

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

Filing record ends 2022-11-21

The latest filing in this captured record is a 10-Q filed 2022-11-21. No later filing is in the SEC companyfacts record captured on 2026-09-22. Drive Shack 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-Q2022-11-21fiscal Q3 2022401200001175483-22-000023
10-Q/A2022-11-21fiscal Q2 2022401180001175483-22-000021
10-Q/A2022-11-21fiscal Q1 202240860001175483-22-000020
10-K/A2022-11-21fiscal FY 2021481980001175483-22-000019
10-Q2022-08-09fiscal Q2 2022401180001175483-22-000009
10-Q2022-05-10fiscal Q1 202240860001175483-22-000007
10-K2022-03-18fiscal FY 2021481980001175483-22-000002
10-Q2021-11-09fiscal Q3 2021431260001175483-21-000017
10-Q2021-08-09fiscal Q2 2021431300001175483-21-000014
10-Q2021-05-10fiscal Q1 202141840001175483-21-000012
10-K2021-03-16fiscal FY 2020481980001175483-21-000005
10-Q2020-11-05fiscal Q3 2020391180001175483-20-000018
10-Q2020-08-07fiscal Q2 2020391140001175483-20-000015
10-Q2020-05-11fiscal Q1 202039800001175483-20-000012
10-K2020-03-06fiscal FY 2019521880001175483-20-000005
10-Q2019-11-12fiscal Q3 2019431270001175483-19-000023
10-Q2019-08-06fiscal Q2 2019431170001175483-19-000013
10-Q2019-05-10fiscal Q1 201943850001175483-19-000011
10-K2019-03-15fiscal FY 2018501990001175483-19-000004
10-Q2018-11-09fiscal Q3 2018431220001175483-18-000013
10-Q2018-08-03fiscal Q2 2018401140001175483-18-000009
10-Q2018-05-04fiscal Q1 201838780001175483-18-000006
10-K2018-03-14fiscal FY 2017421810001175483-18-000004
10-Q2017-11-01fiscal Q3 2017391160001175483-17-000010
10-Q2017-08-03fiscal Q2 2017321010001175483-17-000008
10-Q2017-05-08fiscal Q1 201732650001175483-17-000006
10-K2017-03-02fiscal FY 2016361710001175483-17-000003
10-Q2016-11-09fiscal Q3 201630910001175483-16-000016
10-Q2016-08-09fiscal Q2 201630910001175483-16-000014
10-Q2016-05-10fiscal Q1 201630610001175483-16-000012
10-K2016-03-10fiscal FY 2015321520001175483-16-000010
10-Q2015-11-05fiscal Q3 201532950001175483-15-000008
10-Q2015-08-10fiscal Q2 201532940001175483-15-000006
10-Q2015-05-08fiscal Q1 201531630001175483-15-000004
10-K2015-03-02fiscal FY 2014321420001175483-15-000002
10-Q2014-11-05fiscal Q3 201433910001175483-14-000009
10-Q2014-08-08fiscal Q2 201433890001175483-14-000007
10-Q2014-05-02fiscal Q1 201434630001175483-14-000004
10-K2014-03-03fiscal FY 2013371270001387131-14-000720
10-Q2013-11-01fiscal Q3 201325700001387131-13-004041
10-Q2013-08-07fiscal Q2 201325700001387131-13-002792
10-Q2013-05-03fiscal Q1 201323470001387131-13-001534
10-K2013-02-28fiscal FY 201223960001387131-13-000570
10-Q2012-10-26fiscal Q3 201220620001387131-12-003349
10-Q2012-08-09fiscal Q2 201220600001387131-12-002556
10-Q2012-05-10fiscal Q1 201222450001387131-12-001455
10-K2012-03-15fiscal FY 201122600001193125-12-117425
10-Q2011-11-09fiscal Q3 201121610001193125-11-303870
10-Q2011-08-05fiscal Q2 201122630001193125-11-212470

Inspect the source

Entity
Drive Shack Inc. / CIK 0001175483
Captured
SEC response SHA-256
c653428a43c0222c6e450fc399a4d39b6b747f0f0a54dc1822d7e6f72592f872

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