Skip to content

EXTENDED STAY AMERICA, INC.: filings

Every EXTENDED STAY AMERICA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2021-05-10

The latest filing in this captured record is a 10-Q filed 2021-05-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. EXTENDED STAY AMERICA, 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-Q2021-05-10fiscal Q1 202143890001628280-21-009718
10-K2021-02-25fiscal FY 2020441150001628280-21-003326
10-Q2020-11-09fiscal Q3 2020421190001628280-20-016128
10-Q2020-08-10fiscal Q2 2020421190001628280-20-012349
10-Q2020-05-06fiscal Q1 202043890001628280-20-006700
10-K2020-02-26fiscal FY 2019451590001628280-20-002318
10-Q2019-11-06fiscal Q3 2019441210001628280-19-013529
10-Q2019-08-06fiscal Q2 2019441210001628280-19-010183
10-Q2019-05-01fiscal Q1 201943900001628280-19-005505
10-K2019-02-27fiscal FY 2018431600001628280-19-002148
10-Q2018-10-31fiscal Q3 2018421180001628280-18-013201
10-Q2018-07-25fiscal Q2 2018411160001628280-18-009603
10-Q2018-04-26fiscal Q1 201842870001628280-18-005128
10-K2018-02-27fiscal FY 2017391520001628280-18-002303
10-Q2017-11-07fiscal Q3 2017391110001628280-17-011006
10-Q2017-08-01fiscal Q2 2017391110001628280-17-007637
10-Q2017-04-27fiscal Q1 201739810001628280-17-004360
10-K2017-02-28fiscal FY 2016391510001628280-17-001852
10-Q2016-10-25fiscal Q3 2016391110001628280-16-020235
10-Q2016-07-28fiscal Q2 2016391110001628280-16-017845
10-Q2016-04-26fiscal Q1 201639810001628280-16-014745
10-K2016-02-23fiscal FY 2015381480001193125-16-472493
10-Q2015-10-27fiscal Q3 2015371080001193125-15-353958
10-Q2015-07-30fiscal Q2 2015361040001193125-15-269269
10-Q2015-04-30fiscal Q1 201536760001193125-15-158800
10-K2015-02-26fiscal FY 2014371470001193125-15-063984
10-Q2014-11-07fiscal Q3 2014351020001193125-14-402117
10-Q2014-07-31fiscal Q2 2014351020001193125-14-288234
10-Q2014-05-07fiscal Q1 201438780001193125-14-186098
10-K2014-03-20fiscal FY 2013391530001193125-14-108260
10-Q2013-12-18fiscal Q3 2013351000001193125-13-477865

Inspect the source

Entity
EXTENDED STAY AMERICA, INC. / CIK 0001581164
Captured
SEC response SHA-256
4fe9e45326261f25d31b8e8dd6909866c5039bb3b81607ee637fc905bbc464b8

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