Skip to content

Columbia Property Trust, Inc.: filings

Every Columbia Property Trust, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

Filing record ends 2021-10-27

The latest filing in this captured record is a 10-Q filed 2021-10-27. No later filing is in the SEC companyfacts record captured on 2026-09-22. Columbia Property 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-Q2021-10-27fiscal Q3 202131980001252849-21-000112
10-Q2021-07-29fiscal Q2 202131980001252849-21-000106
10-Q2021-04-29fiscal Q1 202131660001252849-21-000070
10-K2021-02-18fiscal FY 2020351280001252849-21-000032
10-Q2020-10-29fiscal Q3 2020341030001252849-20-000107
10-Q2020-07-31fiscal Q2 2020331020001252849-20-000100
10-Q2020-04-30fiscal Q1 202033700001252849-20-000072
10-K2020-02-13fiscal FY 2019341220001252849-20-000038
10-Q2019-10-24fiscal Q3 201932970001252849-19-000096
10-Q2019-07-25fiscal Q2 201932970001252849-19-000081
10-Q2019-04-25fiscal Q1 201932670001252849-19-000053
10-K2019-02-13fiscal FY 2018301180001252849-19-000035
10-Q2018-10-25fiscal Q3 201830960001252849-18-000077
10-Q2018-07-26fiscal Q2 201830960001252849-18-000071
10-Q2018-04-26fiscal Q1 201830640001252849-18-000040
10-K2018-02-15fiscal FY 2017301180001252849-18-000029
10-Q2017-10-26fiscal Q3 201730960001252849-17-000117
10-Q2017-07-27fiscal Q2 2017311000001252849-17-000098
10-Q2017-04-27fiscal Q1 201731660001252849-17-000065
10-K2017-02-09fiscal FY 2016301180001252849-17-000046
10-Q2016-10-27fiscal Q3 2016311000001252849-16-000274
10-Q2016-07-28fiscal Q2 2016311000001252849-16-000247
10-Q2016-04-28fiscal Q1 201631660001252849-16-000219
10-K2016-02-11fiscal FY 2015321230001252849-16-000191
10-Q2015-10-29fiscal Q3 2015311000001252849-15-000140
10-Q2015-07-30fiscal Q2 201530980001252849-15-000110
10-Q2015-04-30fiscal Q1 201530640001252849-15-000086
10-K2015-02-12fiscal FY 2014321250001252849-15-000048
10-Q2014-10-30fiscal Q3 201432980001252849-14-000128
10-Q2014-08-07fiscal Q2 201432980001252849-14-000097
10-Q2014-05-08fiscal Q1 201432680001252849-14-000066
10-K2014-02-20fiscal FY 201327950001252849-14-000036
10-Q2013-11-05fiscal Q3 201328830001252849-13-000090
10-Q2013-08-06fiscal Q2 201327810001252849-13-000040
10-Q2013-05-08fiscal Q1 201327590001252849-13-000028
10-K2013-03-01fiscal FY 201227950001252849-13-000015
10-Q2012-11-08fiscal Q3 201227810001252849-12-000028
10-Q2012-08-06fiscal Q2 201227810001252849-12-000023
10-Q2012-05-04fiscal Q1 201226560001252849-12-000015
10-K2012-02-29fiscal FY 201127780001252849-12-000009
10-Q2011-11-08fiscal Q3 201126760001252849-11-000049
10-Q2011-08-12fiscal Q2 201125720001252849-11-000034

Inspect the source

Entity
Columbia Property Trust, Inc. / CIK 0001252849
Captured
SEC response SHA-256
5b6263c037430b451adc2829fff69c998ff9b8714577c0ad3a4b0c4822a8c1ca

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