Skip to content

PHYSICIANS REALTY TRUST: filings

Every PHYSICIANS REALTY TRUST annual and quarterly report in the SEC record with the published financial measures it tagged, 44 filings, each linked to its SEC index.

Filing record ends 2024-02-22

The latest filing in this captured record is a 10-K filed 2024-02-22. No later filing is in the SEC companyfacts record captured on 2026-09-23. PHYSICIANS REALTY TRUST 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-K2024-02-22fiscal FY 202329790001574540-24-000041
10-Q2023-10-30fiscal Q3 202329880001574540-23-000182
10-Q2023-08-04fiscal Q2 202329860001574540-23-000157
10-Q2023-05-04fiscal Q1 202329620001574540-23-000133
10-K2023-02-24fiscal FY 202229790001574540-23-000026
10-Q2022-11-04fiscal Q3 202229880001574540-22-000133
10-Q2022-08-05fiscal Q2 202229860001574540-22-000116
10-Q2022-05-05fiscal Q1 202229620001574540-22-000106
10-K2022-02-24fiscal FY 202129790001574540-22-000042
10-Q2021-11-05fiscal Q3 202129880001574540-21-000146
10-Q2021-08-05fiscal Q2 202129860001574540-21-000114
10-Q2021-05-06fiscal Q1 202128600001574540-21-000089
10-K/A2021-04-09fiscal FY 202030810001574540-21-000080
10-K2021-02-26fiscal FY 202030810001574540-21-000038
10-Q2020-11-06fiscal Q3 202029880001574540-20-000134
10-Q2020-08-07fiscal Q2 202029860001574540-20-000120
10-Q2020-05-08fiscal Q1 202029620001574540-20-000101
10-K2020-02-27fiscal FY 2019301350001574540-20-000015
10-Q2019-11-06fiscal Q3 201930890001574540-19-000117
10-Q2019-08-08fiscal Q2 201930870001574540-19-000097
10-Q2019-05-02fiscal Q1 201930640001574540-19-000071
10-K2019-02-28fiscal FY 2018271310001574540-19-000013
10-Q2018-11-05fiscal Q3 201826760001574540-18-000088
10-Q2018-08-03fiscal Q2 201826760001574540-18-000077
10-Q2018-05-04fiscal Q1 201825520001574540-18-000066
10-K2018-03-01fiscal FY 2017261190001574540-18-000016
10-Q2017-11-03fiscal Q3 201726740001574540-17-000108
10-Q2017-08-04fiscal Q2 201725720001574540-17-000090
10-Q2017-05-05fiscal Q1 201725500001574540-17-000063
10-K2017-02-24fiscal FY 2016261180001574540-17-000007
10-Q2016-11-03fiscal Q3 201626740001574540-16-000126
10-Q2016-08-04fiscal Q2 201624680001574540-16-000107
10-Q2016-05-06fiscal Q1 201624500001574540-16-000091
10-K2016-02-29fiscal Q4 2015251180001574540-16-000065
10-Q2015-11-16fiscal Q3 201525700001574540-15-000035
10-Q2015-11-09fiscal Q3 201525700001574540-15-000032
10-Q2015-08-10fiscal Q2 201524680001104659-15-058285
10-Q2015-05-08fiscal Q1 201521440001104659-15-036318
10-K2015-03-12fiscal FY 201424680001104659-15-019223
10-Q2014-11-13fiscal Q3 201422570001104659-14-080410
10-Q2014-08-13fiscal Q2 201421370001104659-14-060432
10-Q2014-05-07fiscal Q1 201420310001104659-14-035426
10-K2014-03-21fiscal FY 201323260001104659-14-021828
10-Q2013-11-12fiscal Q3 201323340001104659-13-083714

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
PHYSICIANS REALTY TRUST / CIK 0001574540
Captured
SEC response SHA-256
88320cb0b703580b6b0d10456cce9b6cf4ae17ff5bb41bcb9d0326e8e3542944

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