Skip to content

EDUCATION REALTY TRUST, INC.: filings

Every EDUCATION REALTY TRUST, 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 2018-08-08

The latest filing in this captured record is a 10-Q filed 2018-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. EDUCATION REALTY TRUST, 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-08-08fiscal Q2 2018361080001302343-18-000111
10-Q2018-05-02fiscal Q1 201833700001302343-18-000085
10-K2018-02-27fiscal FY 2017441640001302343-18-000049
10-Q2017-10-30fiscal Q3 201733970001302343-17-000170
10-Q2017-07-31fiscal Q2 2017351050001302343-17-000141
10-Q2017-05-01fiscal Q1 201734720001302343-17-000101
10-K2017-02-28fiscal FY 2016371570001302343-17-000039
10-Q2016-10-31fiscal Q3 201630900001302343-16-000411
10-Q2016-08-01fiscal Q2 201632980001302343-16-000374
10-Q2016-05-02fiscal Q1 201632680001302343-16-000318
10-K2016-02-29fiscal FY 2015351530001302343-16-000290
10-Q2015-11-02fiscal Q3 201532970001302343-15-000198
10-Q2015-08-05fiscal Q2 201530890001302343-15-000173
10-Q2015-05-06fiscal Q1 201531650001302343-15-000110
10-K2015-02-27fiscal FY 2014351370001302343-15-000066
10-Q2014-11-07fiscal Q3 201431930001302343-14-000156
10-Q2014-08-06fiscal Q2 201431900001302343-14-000102
10-Q2014-05-07fiscal Q1 201430640001302343-14-000055
10-K2014-03-03fiscal FY 2013311210001302343-14-000021
10-Q2013-11-06fiscal Q3 201326750001302343-13-000070
10-Q2013-07-31fiscal Q2 201327810001302343-13-000057
10-Q/A2013-06-17fiscal Q1 201326570001302343-13-000050
10-K/A2013-06-14fiscal FY 2012291220001302343-13-000048
10-Q2013-05-07fiscal Q1 201326570001302343-13-000029
10-K/A2013-03-04fiscal FY 2012291130001302343-13-000014
10-Q2012-11-06fiscal Q3 201225720001302343-12-000013
10-Q2012-08-07fiscal Q2 201227790001144204-12-043361
10-Q2012-05-08fiscal Q1 201225530001144204-12-026881
10-K2012-03-08fiscal FY 201123640001144204-12-013804
10-Q2011-11-09fiscal Q3 201123640001144204-11-062208
10-Q2011-08-08fiscal Q2 201123640001144204-11-044605

Inspect the source

Entity
EDUCATION REALTY TRUST, INC. / CIK 0001302343
Captured
SEC response SHA-256
0edbdba4c5fe9de1b13ae66678e86115387fe48b3c42f804d1d2a8b65df5ab75

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