Skip to content

MID-AMERICA APARTMENT COMMUNITIES, INC.: filings

Every MID-AMERICA APARTMENT COMMUNITIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 filings, each linked to its SEC index.

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-Q2026-04-30fiscal Q1 202633700001193125-26-197331
10-K2026-02-06fiscal FY 202533930001193125-26-041208
10-Q2025-10-30fiscal Q3 202532960001193125-25-258570
10-Q2025-07-31fiscal Q2 202532960000950170-25-100919
10-Q2025-05-01fiscal Q1 202532680000950170-25-061849
10-K2025-02-07fiscal FY 202432900000950170-25-016287
10-Q2024-10-31fiscal Q3 202431920000950170-24-119555
10-Q2024-08-01fiscal Q2 202431920000950170-24-089308
10-Q2024-05-02fiscal Q1 202431660000950170-24-052131
10-K2024-02-09fiscal FY 202331870000950170-24-013275
10-Q2023-10-26fiscal Q3 202331920000950170-23-055620
10-Q2023-07-27fiscal Q2 202331920000950170-23-035158
10-Q2023-04-27fiscal Q1 202331660000950170-23-015283
10-K2023-02-14fiscal FY 202231860000950170-23-002778
10-Q2022-10-27fiscal Q3 202230900000950170-22-020325
10-Q2022-07-28fiscal Q2 202230900000950170-22-013379
10-Q2022-04-28fiscal Q1 202230640000950170-22-006524
10-K2022-02-17fiscal FY 202131860000950170-22-001423
10-Q2021-10-28fiscal Q3 202130900000950170-21-002470
10-Q2021-07-29fiscal Q2 202130900001564590-21-039113
10-Q2021-04-29fiscal Q1 202130640001564590-21-021961
10-K2021-02-18fiscal FY 202030830001564590-21-006666
10-Q2020-10-29fiscal Q3 202030900001564590-20-048861
10-Q2020-07-30fiscal Q2 202030900001564590-20-034861
10-Q2020-05-07fiscal Q1 202030640001564590-20-022883
10-K2020-02-20fiscal FY 201930820001564590-20-005582
10-Q2019-10-31fiscal Q3 201930880001564590-19-039130
10-Q2019-08-01fiscal Q2 201930880001564590-19-027950
10-Q2013-11-07fiscal Q3 201331950000912595-13-000027
10-Q2013-08-02fiscal Q2 201331950000912595-13-000021
10-Q2013-05-03fiscal Q1 201331690000912595-13-000011
10-K2013-02-22fiscal FY 2012311540000912595-13-000003
10-Q2012-11-02fiscal Q3 201231930000912595-12-000012
10-Q2012-08-03fiscal Q2 201231930000912595-12-000008
10-Q2012-05-04fiscal Q1 201231670000912595-12-000003
10-K2012-02-24fiscal FY 2011321540001144204-12-010851
10-Q2011-11-04fiscal Q3 201131910001144204-11-061338
10-Q2011-08-09fiscal Q2 201131930001144204-11-044820
10-Q2011-05-05fiscal Q1 201128580001144204-11-026463
10-K2011-02-24fiscal FY 201031880001144204-11-010787
10-Q2010-11-04fiscal Q3 201030880001144204-10-057679
10-Q2010-08-05fiscal Q2 201030880001144204-10-041637

22 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
MID-AMERICA APARTMENT COMMUNITIES, INC. / CIK 0000912595
Captured
2026-09-20T05:06:33.315Z
SEC response SHA-256
057e68283656c64efa2a38b97bde0ace0367fc9586b099086317c21b4b318477

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