Skip to content

Preferred Apartment Communities, Inc.: filings

Every Preferred Apartment Communities, Inc. 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 2022-05-09

The latest filing in this captured record is a 10-Q filed 2022-05-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Preferred Apartment Communities, 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-Q2022-05-09fiscal Q1 202235710001481832-22-000063
10-K2022-02-28fiscal FY 202132830001481832-22-000021
10-Q2021-11-08fiscal Q3 202130900001481832-21-000088
10-Q2021-08-09fiscal Q2 202130900001481832-21-000078
10-Q2021-05-10fiscal Q1 202129600001481832-21-000043
10-K2021-03-01fiscal FY 202032830001481832-21-000012
10-Q2020-11-09fiscal Q3 202030900001481832-20-000151
10-Q2020-08-10fiscal Q2 202029880001481832-20-000088
10-Q2020-05-11fiscal Q1 202030610001481832-20-000048
10-K2020-03-03fiscal FY 2019341500001481832-20-000010
10-Q2019-11-04fiscal Q3 201930900001481832-19-000111
10-Q2019-08-01fiscal Q2 201930910001481832-19-000077
10-Q2019-05-02fiscal Q1 201920420001481832-19-000044
10-K2019-03-01fiscal FY 2018321450001481832-19-000011
10-Q2018-11-06fiscal Q3 201830870001481832-18-000058
10-Q2018-08-03fiscal Q2 201830860001481832-18-000052
10-Q2018-05-03fiscal Q1 201830620001481832-18-000043
10-K2018-03-01fiscal Q4 2017311470001481832-18-000013
10-Q2017-11-06fiscal Q3 201729840001481832-17-000156
10-Q2017-08-07fiscal Q2 201729860001481832-17-000129
10-Q2017-05-08fiscal Q1 201728590001481832-17-000093
10-K2017-03-01fiscal FY 2016311460001481832-17-000050
10-Q2016-11-07fiscal Q3 201632970001481832-16-000186
10-Q2016-08-09fiscal Q2 201631920001481832-16-000162
10-Q2016-05-09fiscal Q1 201631640001481832-16-000128
10-K2016-03-14fiscal FY 2015331500001481832-16-000103
10-Q2015-11-09fiscal Q3 201531880001481832-15-000074
10-Q2015-08-10fiscal Q2 201532890001481832-15-000059
10-Q2015-05-11fiscal Q1 201532660001481832-15-000040
10-K2015-03-16fiscal FY 2014331460001481832-15-000020
10-Q2014-11-10fiscal Q3 201429850001481832-14-000108
10-Q2014-08-11fiscal Q2 201431920001481832-14-000079
10-Q2014-05-12fiscal Q1 201430610001481832-14-000055
10-K2014-03-17fiscal FY 2013291390001481832-14-000031
10-Q2013-11-07fiscal Q3 201324610001481832-13-000136
10-Q2013-08-12fiscal Q2 201322510001481832-13-000104
10-Q2013-05-15fiscal Q1 201319420001481832-13-000067
10-K2013-03-15fiscal FY 2012261140001481832-13-000022
10-Q2012-11-13fiscal Q3 201227820001481832-12-000039
10-Q2012-08-13fiscal Q2 201227800001481832-12-000014
10-Q2012-05-11fiscal Q1 201224460001144204-12-028022
10-K2012-03-15fiscal FY 201122370001144204-12-015257
10-Q2011-11-10fiscal Q3 201123490001144204-11-062748
10-Q2011-08-15fiscal Q2 201123370001144204-11-046345

Inspect the source

Entity
Preferred Apartment Communities, Inc. / CIK 0001481832
Captured
SEC response SHA-256
5ab8a9750097f21193ebe10823067b5e14236f91a7f576b0c82dccda29de1636

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