Skip to content

DUKE REALTY CORPORATION: filings

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

Filing record ends 2022-08-08

The latest filing in this captured record is a 10-Q filed 2022-08-08. No later filing is in the SEC companyfacts record captured on 2026-09-23. DUKE REALTY CORPORATION 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-Q2022-08-08fiscal FY 202229850000783280-22-000054
10-Q2022-04-29fiscal FY 202229610000783280-22-000033
10-K2022-02-18fiscal FY 202132870000783280-22-000010
10-Q2021-10-29fiscal Q3 202128840000783280-21-000059
10-Q2021-07-30fiscal Q2 202128840000783280-21-000052
10-Q2021-04-30fiscal Q1 202128600000783280-21-000036
10-K2021-02-19fiscal FY 202033890000783280-21-000012
10-Q2020-10-29fiscal Q3 202028840000783280-20-000069
10-Q2020-07-31fiscal Q2 202028820000783280-20-000054
10-Q2020-05-01fiscal Q1 202026560000783280-20-000037
10-K2020-02-25fiscal FY 2019341300000783280-20-000010
10-Q2019-11-01fiscal Q3 201930900000783280-19-000053
10-Q2019-08-02fiscal Q2 201930900000783280-19-000040
10-Q2019-04-26fiscal Q1 201928580000783280-19-000028
10-K2019-02-22fiscal Q4 2018331290000783280-19-000010
10-Q2018-10-31fiscal Q3 201827820000783280-18-000059
10-Q2018-07-27fiscal Q2 201827820000783280-18-000053
10-Q2018-05-04fiscal Q1 201827560000783280-18-000038
10-K2018-02-16fiscal Q4 2017311250000783280-18-000012
10-Q2017-10-27fiscal Q3 201727820000783280-17-000082
10-Q2017-08-02fiscal Q2 201727820000783280-17-000066
10-Q2017-04-28fiscal Q1 201725520000783280-17-000034
10-K2017-02-17fiscal Q4 2016311250000783280-17-000012
10-Q2016-10-28fiscal Q3 201627820000783280-16-000120
10-Q2016-08-03fiscal Q2 201627820000783280-16-000112
10-Q2016-04-29fiscal Q1 201627560000783280-16-000095
10-K2016-02-19fiscal Q4 2015301220000783280-16-000080
10-Q2015-11-04fiscal Q3 201527820000783280-15-000069
10-Q2015-08-05fiscal Q2 201527820000783280-15-000059
10-Q2015-05-01fiscal Q1 201527560000783280-15-000043
10-K2015-02-20fiscal FY 2014301230000783280-15-000018
10-Q2014-10-31fiscal Q3 201427820000783280-14-000051
10-Q2014-08-01fiscal Q2 201427820000783280-14-000022
10-Q2014-05-02fiscal Q1 201427560000783280-14-000007
10-K2014-02-21fiscal FY 201330830001445305-14-000524
10-Q2013-11-01fiscal Q3 201327820000783280-13-000021
10-Q2013-08-02fiscal Q2 201325740000783280-13-000018
10-Q2013-05-03fiscal Q1 201325520000783280-13-000009
10-K2013-02-22fiscal FY 201229840000783280-13-000004
10-Q2012-11-02fiscal Q3 201227820000783280-12-000028
10-Q2012-08-03fiscal Q2 201225740000783280-12-000024
10-Q2012-05-04fiscal Q1 201225520000783280-12-000007
10-K2012-02-24fiscal FY 201130850000783280-12-000004
10-Q2011-11-04fiscal Q3 201127820001445305-11-003257
10-Q2011-08-05fiscal Q2 201125730001193125-11-212454
10-Q2011-05-06fiscal Q1 201124500001193125-11-130788
10-K2011-02-25fiscal FY 201027740001193125-11-047257
10-Q2010-11-05fiscal Q3 201026780001193125-10-249942
10-Q2010-08-06fiscal Q2 201026760001193125-10-181262

Inspect the source

Entity
DUKE REALTY CORPORATION / CIK 0000783280
Captured
SEC response SHA-256
c44f389e40b7b2289c9f00144d65aa0fd5e0edaa5388e948cb304ac20508ab46

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