Skip to content

Select Income REIT: filings

Every Select Income REIT annual and quarterly report in the SEC record with the published financial measures it tagged, 27 filings, each linked to its SEC index.

Filing record ends 2018-10-29

The latest filing in this captured record is a 10-Q filed 2018-10-29. No later filing is in the SEC companyfacts record captured on 2026-09-23. Select Income REIT 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-10-29fiscal Q3 201828770001537667-18-000035
10-Q2018-07-31fiscal Q2 201827750001537667-18-000025
10-Q2018-05-01fiscal Q1 201827570001537667-18-000018
10-K2018-02-16fiscal FY 201724840001537667-18-000011
10-Q2017-10-27fiscal Q3 201723660001537667-17-000044
10-Q2017-07-25fiscal Q2 201722640001537667-17-000027
10-Q2017-04-25fiscal Q1 201719400001537667-17-000015
10-K2017-02-16fiscal FY 201622770001537667-17-000008
10-Q2016-10-25fiscal Q3 201620610001537667-16-000016
10-Q2016-07-26fiscal Q2 201619590001558370-16-006791
10-Q2016-04-26fiscal Q1 201619400001558370-16-004841
10-K2016-02-16fiscal FY 201522760001558370-16-003245
10-Q2015-10-27fiscal Q3 201524700001558370-15-001954
10-Q2015-07-31fiscal Q2 201521610001558370-15-001292
10-Q2015-04-29fiscal Q1 201521440001558370-15-000596
10-K2015-02-19fiscal FY 201420620001558370-15-000101
10-Q2014-10-27fiscal Q3 201420590001558370-14-000196
10-Q2014-07-28fiscal Q2 201419570001104659-14-053965
10-Q2014-04-28fiscal Q1 201419390001104659-14-031046
10-K2014-02-21fiscal FY 201320650001047469-14-001130
10-Q2013-11-01fiscal Q3 201320590001104659-13-079911
10-Q2013-08-02fiscal Q2 201320590001104659-13-059261
10-Q2013-05-03fiscal Q1 201320410001104659-13-036945
10-K2013-02-25fiscal FY 201221560001047469-13-001548
10-Q2012-11-02fiscal Q3 201219450001104659-12-073490
10-Q2012-08-07fiscal Q2 201222510001104659-12-055068
10-Q2012-05-03fiscal Q1 201220350001104659-12-032618

Inspect the source

Entity
Select Income REIT / CIK 0001537667
Captured
SEC response SHA-256
15425fea8f06e7876d85301e1789d640009e8abc583282999411fae2d69eaad2

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