Skip to content

TOWN SPORTS INTERNATIONAL HOLDINGS INC: filings

Every TOWN SPORTS INTERNATIONAL HOLDINGS INC annual and quarterly report in the SEC record with the published financial measures it tagged, 36 filings, each linked to its SEC index.

Filing record ends 2020-09-04

The latest filing in this captured record is a 10-Q filed 2020-09-04. No later filing is in the SEC companyfacts record captured on 2026-09-22. TOWN SPORTS INTERNATIONAL HOLDINGS 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-Q2020-09-04fiscal Q1 202045930001281774-20-000053
10-K2020-03-20fiscal FY 201950990001281774-20-000013
10-Q2019-11-05fiscal Q3 2019451290001281774-19-000047
10-Q2019-07-25fiscal Q2 2019451250001281774-19-000030
10-Q2019-04-25fiscal Q1 201945920001281774-19-000028
10-K2019-02-28fiscal FY 2018481220001281774-19-000007
10-Q2018-10-25fiscal Q3 2018431420001281774-18-000042
10-Q2018-07-27fiscal Q2 2018411360001281774-18-000035
10-Q2018-04-27fiscal Q1 201840820001281774-18-000024
10-K2018-02-28fiscal FY 2017441480001281774-18-000008
10-Q2017-10-26fiscal Q3 2017421140001281774-17-000033
10-Q2017-07-27fiscal Q2 2017421140001281774-17-000021
10-Q2017-04-26fiscal Q1 201741840001281774-17-000010
10-K2017-02-22fiscal FY 2016441480001628280-17-001555
10-Q2016-10-26fiscal Q3 2016411120001628280-16-020318
10-Q2016-07-28fiscal Q2 2016411120001628280-16-017898
10-Q2016-05-03fiscal Q1 201637760001628280-16-015367
10-K2016-03-07fiscal FY 2015441480001628280-16-012332
10-Q2015-11-02fiscal Q3 201537980001628280-15-008124
10-Q2015-07-30fiscal Q2 201537980001628280-15-005610
10-Q2015-05-05fiscal Q1 201537760001628280-15-003699
10-K2015-02-27fiscal FY 2014441480001628280-15-001231
10-Q2014-11-10fiscal Q3 2014391040001193125-14-405958
10-Q2014-07-31fiscal Q2 2014391030001193125-14-287400
10-Q2014-04-29fiscal Q1 201439780001193125-14-167598
10-K2014-03-14fiscal FY 2013431430001193125-14-100282
10-Q2013-10-24fiscal Q3 2013391000001193125-13-409814
10-Q2013-07-24fiscal Q2 2013401020001193125-13-300556
10-Q2013-04-25fiscal Q1 201339790001193125-13-173694
10-K2013-02-25fiscal FY 2012421430001193125-13-074015
10-Q2012-10-25fiscal Q3 2012381000001193125-12-435440
10-Q2012-07-26fiscal Q2 2012381000001193125-12-316910
10-Q2012-04-24fiscal Q1 201237760001193125-12-178848
10-K2012-02-27fiscal FY 201136910001193125-12-081014
10-Q2011-10-28fiscal Q3 2011381000000950123-11-092768
10-Q2011-07-29fiscal Q2 2011381000000950123-11-070046

Inspect the source

Entity
TOWN SPORTS INTERNATIONAL HOLDINGS INC / CIK 0001281774
Captured
SEC response SHA-256
b87c538aefa1d04c76b707588549cd683c57c4f580c1dfcc0de82c8dd08947d2

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