Skip to content

LA QUINTA HOLDINGS INC.: filings

Every LA QUINTA HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 17 filings, each linked to its SEC index.

Filing record ends 2018-05-09

The latest filing in this captured record is a 10-Q filed 2018-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. LA QUINTA 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-Q2018-05-09fiscal Q1 201840840001564590-18-011953
10-K2018-03-01fiscal FY 2017441640001564590-18-003883
10-Q2017-11-02fiscal Q3 2017421220001564590-17-020896
10-Q2017-08-07fiscal Q2 2017401140001564590-17-016050
10-Q2017-05-04fiscal Q1 201740840001564590-17-008501
10-K2017-03-01fiscal FY 2016451680001564590-17-002967
10-Q2016-11-03fiscal Q3 2016401140001564590-16-027098
10-Q2016-08-03fiscal Q2 2016401140001564590-16-022144
10-Q2016-04-28fiscal Q1 201640840001564590-16-016812
10-K2016-02-25fiscal FY 2015451580001564590-16-013261
10-Q2015-10-29fiscal Q3 2015411120001564590-15-008776
10-Q2015-07-30fiscal Q2 2015391090001193125-15-268622
10-Q2015-04-30fiscal Q1 201537780001193125-15-157344
10-K2015-02-25fiscal FY 2014431360001193125-15-060415
10-Q2014-10-23fiscal Q3 2014391040001193125-14-379050
10-Q2014-08-13fiscal Q2 201437960001193125-14-307015
10-Q2014-05-21fiscal Q1 201430650001193125-14-206817

Inspect the source

Entity
LA QUINTA HOLDINGS INC. / CIK 0001594617
Captured
SEC response SHA-256
d6dbe925eda4d274f0921b06ce986dbb8d4a90de0f68103c15d0e952aa63d030

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