Skip to content

LaSalle Hotel Properties: filings

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

Filing record ends 2018-11-01

The latest filing in this captured record is a 10-Q filed 2018-11-01. No later filing is in the SEC companyfacts record captured on 2026-09-23. LaSalle Hotel Properties 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-11-01fiscal Q3 2018351030001053532-18-000081
10-Q2018-08-09fiscal Q2 2018351030001053532-18-000047
10-Q2018-05-10fiscal Q1 201835730001053532-18-000024
10-K2018-02-20fiscal FY 2017341480001053532-18-000006
10-Q2017-10-19fiscal Q3 201733970001053532-17-000036
10-Q2017-07-19fiscal Q2 201733970001053532-17-000029
10-Q2017-04-19fiscal Q1 201733690001053532-17-000022
10-K2017-02-22fiscal FY 2016351510001053532-17-000011
10-Q2016-10-19fiscal Q3 201633970001053532-16-000079
10-Q2016-07-20fiscal Q2 201633970001053532-16-000072
10-Q2016-04-21fiscal Q1 201633690001053532-16-000057
10-K2016-02-18fiscal FY 2015341510001053532-16-000045
10-Q2015-10-22fiscal Q3 201533990001053532-15-000034
10-Q2015-07-22fiscal Q2 201532960001053532-15-000030
10-Q2015-04-22fiscal Q1 201532680001053532-15-000021
10-K2015-02-18fiscal FY 2014331470001053532-15-000012
10-Q2014-10-22fiscal Q3 2014341000001053532-14-000051
10-Q2014-07-23fiscal Q2 2014341000001053532-14-000042
10-Q2014-04-23fiscal Q1 201433700001053532-14-000027
10-K2014-02-19fiscal FY 2013341490001053532-14-000012
10-Q2013-10-16fiscal Q3 2013341000001053532-13-000052
10-Q2013-07-17fiscal Q2 2013341000001053532-13-000043
10-Q2013-04-17fiscal Q1 201334720001053532-13-000035
10-K2013-02-20fiscal FY 2012341500001053532-13-000013
10-Q2012-10-17fiscal Q3 201233960001053532-12-000011
10-Q2012-07-18fiscal Q2 201233960001445305-12-002188
10-Q2012-04-18fiscal Q1 201231660001193125-12-168393
10-K2012-02-22fiscal FY 2011341500001193125-12-072876
10-Q2011-10-19fiscal Q3 201130890001193125-11-274900
10-Q2011-07-20fiscal Q2 201129850001193125-11-192524
10-Q2011-04-20fiscal Q1 201128600001193125-11-103719
10-K2011-02-23fiscal FY 201028800001193125-11-043610
10-Q2010-10-20fiscal Q3 201028840001193125-10-232644
10-Q2010-07-21fiscal Q2 201027820001193125-10-162841

Inspect the source

Entity
LaSalle Hotel Properties / CIK 0001053532
Captured
SEC response SHA-256
fc37b56b1ce911f86ebe7173bdaa13677d86d1e5452d06ccb16431af715e86a1

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