Skip to content

REGENCY CENTERS CORPORATION: filings

Every REGENCY CENTERS CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 37 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-05-04fiscal Q1 202630640001193125-26-203537
10-K2026-02-13fiscal FY 202534910001193125-26-051668
10-Q2025-11-05fiscal Q3 202533880001193125-25-266456
10-Q2025-08-04fiscal Q2 202532870000950170-25-101867
10-Q2025-05-02fiscal Q1 202531650000950170-25-062596
10-K2025-02-14fiscal FY 2024391060000950170-25-021359
10-Q2024-11-01fiscal Q2 202432850000950170-24-120019
10-Q2024-08-02fiscal Q2 202432850000950170-24-089720
10-Q2024-05-03fiscal Q1 202431650000950170-24-052749
10-K2024-02-16fiscal FY 2023381040000950170-24-016260
10-Q2023-11-06fiscal Q3 202332880000950170-23-059213
10-Q2023-08-04fiscal Q2 202331840000950170-23-038453
10-Q2023-05-05fiscal Q1 202330630000950170-23-018317
10-K2023-02-17fiscal FY 2022371000000950170-23-003160
10-Q2022-11-04fiscal Q3 202231830000950170-22-022118
10-Q2022-08-05fiscal Q2 202231820000950170-22-015028
10-Q2022-05-06fiscal Q1 202229630000950170-22-008046
10-K2022-02-17fiscal FY 202136960000950170-22-001418
10-Q2021-11-05fiscal Q3 202130830000950170-21-003194
10-Q2021-08-06fiscal Q2 202130820001564590-21-042045
10-Q2021-05-07fiscal Q1 202130640001564590-21-025450
10-K2021-02-17fiscal FY 2020381230001564590-21-006390
10-Q2020-11-06fiscal Q3 202033910001564590-20-051795
10-Q2020-08-04fiscal Q2 202033930001564590-20-035935
10-Q2020-05-08fiscal Q1 202033710001564590-20-023379
10-K2020-02-18fiscal FY 2019391260001564590-20-004859
10-Q2019-11-04fiscal Q3 201932930001564590-19-039836
10-Q2019-08-06fiscal Q2 201932930001564590-19-029450
10-K2019-02-21fiscal FY 201811400000910606-19-000006
10-K2018-02-27fiscal FY 201712330000910606-18-000010
10-Q2017-05-10fiscal Q1 201713190000910606-17-000012
10-K2017-02-27fiscal FY 20168270000910606-17-000006
10-K2016-02-18fiscal FY 20159360000910606-16-000047
10-K2015-02-20fiscal FY 201412490000910606-15-000006
10-K2014-02-19fiscal FY 201312530000910606-14-000004
10-K2013-03-01fiscal FY 201212530000910606-13-000009
10-K2012-02-29fiscal FY 20118430000910606-12-000004

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

Inspect the source

Entity
REGENCY CENTERS CORPORATION / CIK 0000910606
Captured
2026-09-20T05:06:10.549Z
SEC response SHA-256
57af8e052d58b1775e4996fad2bf8c0a08547371c325c7602f98b7e690d08042

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