Skip to content

REGENCY CENTERS CORPORATION: 10-K filed 2017-02-27

What REGENCY CENTERS CORPORATION reported in its annual report filed 2017-02-27 (fiscal FY 2016): 8 published measures, 27 facts as tagged in accession 0000910606-17-000006.

This filing

Form
10-K (annual report)
Filed
2017-02-27
Fiscal period
fiscal FY 2016
Accession
0000910606-17-000006 on SEC EDGAR

Values are as tagged in this filing. A later filing can restate them; each measure links to its history page, which shows the latest-filed value per period. All REGENCY CENTERS CORPORATION filings.

Reported measures

Revenue

Revenue under this specific accounting concept. A missing value is not zero; filers can use other revenue concepts.

PeriodValueUnitDays
2016-01-01 to 2016-03-31149,628,000USD91

Diluted earnings per share

Reported earnings or loss per share under dilution rules. Antidilutive instruments may be excluded. A diluted value can equal the basic value without implying no potential dilution.

PeriodValueUnitDays
2016-10-01 to 2016-12-310.53USD/shares92
2016-07-01 to 2016-09-300.05USD/shares92
2016-04-01 to 2016-06-300.35USD/shares91
2016-01-01 to 2016-03-310.49USD/shares91

Net finite-lived intangible assets

Finite-lived intangible assets after amortization. This excludes goodwill and should not be combined with indefinite-lived intangible assets without checking scope.

PeriodValueUnitDays
At 2016-12-31118,831,000USD
At 2015-12-31105,380,000USD

Total equity including noncontrolling interests

Equity including the portion attributable to noncontrolling interests. It is larger than or equal to parent stockholders equity and is not market capitalization.

PeriodValueUnitDays
At 2016-12-312,624,502,000USD
At 2015-12-312,082,620,000USD
At 2014-12-311,936,482,000USD
At 2013-12-311,861,134,000USD

Long-term debt

Long-term borrowings under this concept, which can include the current portion depending on presentation. It is not total liabilities and may exclude leases and other obligations.

PeriodValueUnitDays
At 2016-12-311,642,420,000USD
At 2015-12-311,864,285,000USD

Profit or loss including noncontrolling interests

Net income or loss including the portion attributable to noncontrolling interests. It can differ from the net income attributable to the parent that per-share figures use.

PeriodValueUnitDays
2016-01-01 to 2016-12-31166,992,000USD366
2015-01-01 to 2015-12-31152,543,000USD365
2014-01-01 to 2014-12-31188,847,000USD365

Net income available to common stockholders

Net income after preferred dividends and similar adjustments, the numerator for basic earnings per share. It can be lower than reported net income.

PeriodValueUnitDays
2016-10-01 to 2016-12-3155,868,000USD92
2016-07-01 to 2016-09-305,305,000USD92
2016-04-01 to 2016-06-3034,810,000USD91
2016-01-01 to 2016-03-3147,877,000USD91
2015-10-01 to 2015-12-3117,609,000USD92
2015-07-01 to 2015-09-3053,731,000USD92
2015-04-01 to 2015-06-3032,480,000USD91
2015-01-01 to 2015-03-3125,174,000USD90

Amortization of intangible assets

Amortization recognized on finite-lived intangible assets. It follows acquisition accounting and does not indicate the intangibles are losing usefulness at that rate.

PeriodValueUnitDays
2016-01-01 to 2016-12-3114,386,000USD366
2015-01-01 to 2015-12-3111,442,000USD365
2014-01-01 to 2014-12-3112,183,000USD365

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"])))