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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2016-01-01 to 2016-03-31 | 149,628,000 | USD | 91 |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2016-10-01 to 2016-12-31 | 0.53 | USD/shares | 92 |
| 2016-07-01 to 2016-09-30 | 0.05 | USD/shares | 92 |
| 2016-04-01 to 2016-06-30 | 0.35 | USD/shares | 91 |
| 2016-01-01 to 2016-03-31 | 0.49 | USD/shares | 91 |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-12-31 | 118,831,000 | USD | |
| At 2015-12-31 | 105,380,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-12-31 | 2,624,502,000 | USD | |
| At 2015-12-31 | 2,082,620,000 | USD | |
| At 2014-12-31 | 1,936,482,000 | USD | |
| At 2013-12-31 | 1,861,134,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| At 2016-12-31 | 1,642,420,000 | USD | |
| At 2015-12-31 | 1,864,285,000 | USD |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2016-01-01 to 2016-12-31 | 166,992,000 | USD | 366 |
| 2015-01-01 to 2015-12-31 | 152,543,000 | USD | 365 |
| 2014-01-01 to 2014-12-31 | 188,847,000 | USD | 365 |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2016-10-01 to 2016-12-31 | 55,868,000 | USD | 92 |
| 2016-07-01 to 2016-09-30 | 5,305,000 | USD | 92 |
| 2016-04-01 to 2016-06-30 | 34,810,000 | USD | 91 |
| 2016-01-01 to 2016-03-31 | 47,877,000 | USD | 91 |
| 2015-10-01 to 2015-12-31 | 17,609,000 | USD | 92 |
| 2015-07-01 to 2015-09-30 | 53,731,000 | USD | 92 |
| 2015-04-01 to 2015-06-30 | 32,480,000 | USD | 91 |
| 2015-01-01 to 2015-03-31 | 25,174,000 | USD | 90 |
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.
| Period | Value | Unit | Days |
|---|---|---|---|
| 2016-01-01 to 2016-12-31 | 14,386,000 | USD | 366 |
| 2015-01-01 to 2015-12-31 | 11,442,000 | USD | 365 |
| 2014-01-01 to 2014-12-31 | 12,183,000 | USD | 365 |
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.
- Get an API key and run your first validation
- Connect the MCP server to your coding assistant
- Inspect the ALPHAC engine on GitHub
- Read the MCP server source and integration examples
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"])))