Ladder Capital Corp: basic weighted-average shares
Basic weighted-average shares for Ladder Capital Corp. Inspect selected reporting periods, original units and SEC filing links; download the financial history.
All Ladder Capital Corp financial histories
What this measure means
Time-weighted shares used for basic earnings per share. This denominator differs from shares outstanding at a single reporting date.
Exact concept: us-gaap:WeightedAverageNumberOfSharesOutstandingBasic. Each value covers an annual-duration reporting interval, shown with both start and end dates. Different units remain separate; no currency conversion or interpolation is applied.
Coverage of this history
Selected reporting periods run from 2014-01-01 to 2024-12-31. The SEC response was captured on 2026-09-19.
Selected filing history
| Period start | Period end | Value | Unit | Filed | Source filing |
|---|---|---|---|---|---|
| 2024-01-01 | 2024-12-31 | 125,576,784 | shares | 2026-02-09 | 10-K · 0001577670-26-000011 |
| 2023-01-01 | 2023-12-31 | 124,667,877 | shares | 2026-02-09 | 10-K · 0001577670-26-000011 |
| 2022-01-01 | 2022-12-31 | 124,301,421 | shares | 2025-02-10 | 10-K · 0001577670-25-000010 |
| 2021-01-01 | 2021-12-31 | 123,763,843 | shares | 2024-02-12 | 10-K · 0001577670-24-000006 |
| 2020-01-01 | 2020-12-31 | 112,409,615 | shares | 2023-02-13 | 10-K · 0001577670-23-000003 |
| 2019-01-01 | 2019-12-31 | 105,455,849 | shares | 2022-02-14 | 10-K · 0001577670-22-000005 |
| 2018-01-01 | 2018-12-31 | 97,226,027 | shares | 2021-02-26 | 10-K · 0001577670-21-000009 |
| 2017-01-01 | 2017-12-31 | 81,902,524 | shares | 2020-02-28 | 10-K · 0001577670-20-000004 |
| 2016-01-01 | 2016-12-31 | 61,998,089 | shares | 2019-02-28 | 10-K · 0001577670-19-000002 |
| 2015-01-01 | 2015-12-31 | 51,702,188 | shares | 2018-02-28 | 10-K · 0001577670-18-000002 |
| 2014-02-11 | 2014-12-31 | 49,296,417 | shares | 2017-02-24 | 10-K · 0001577670-17-000004 |
| 2014-01-01 | 2014-12-31 | 49,296,417 | shares | 2017-02-24 | 10-K · 0001577670-17-000004 |
Related financial histories
- Ladder Capital Corp: total assets
- Ladder Capital Corp: total liabilities
- Ladder Capital Corp: stockholders equity
- Ladder Capital Corp: cash and cash equivalents
- Ladder Capital Corp: operating cash flow
- Ladder Capital Corp: capital expenditure payments
- Ladder Capital Corp: financing cash flow
- Ladder Capital Corp: investing cash flow
- Ladder Capital Corp: retained earnings or deficit
- Ladder Capital Corp: diluted weighted-average shares
- Ladder Capital Corp: basic earnings per share
- Ladder Capital Corp: diluted earnings per share
- Ladder Capital Corp: income tax expense or benefit
- Ladder Capital Corp: share-based compensation expense
- Ladder Capital Corp: interest expense
- Ladder Capital Corp: net finite-lived intangible assets
- Ladder Capital Corp: common-stock repurchase payments
- Ladder Capital Corp: operating expenses
Inspect the source
- Entity
- Ladder Capital Corp / CIK 0001577670
- Captured
- 2026-09-19T11:19:10.172Z
- SEC response SHA-256
3ecb7ea6c7e9707385da5dabce9deb753e78f76e1846f70016564779eeb66873
Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON
Latest-filed annual-report facts per unit and reporting period at capture time. Duration facts cover 300 to 400 days. This selection can include restatements and is not a point-in-time backtest dataset. Missing concepts are omitted, never zero-filled. Values retain original units and are not currency converted. Extended concepts require compatible unit shapes and at least three reporting ends with changing values within one unit. Constant or incompatible added histories are omitted.
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/0001577670.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"])))