Skip to content

GLADSTONE LAND CORP: financial reference

Explore GLADSTONE LAND CORP financial histories from SEC filings, with original units, reporting periods, filing dates and downloadable source data.

Context from the filing

For 2023–2025, Gladstone Land reports net income but a net loss attributable to common stockholders after cumulative redeemable preferred dividends and preferred-stock extinguishment adjustments. The common-stockholder loss is the EPS numerator; comprehensive income is a separate measure. The filing presents basic and diluted EPS and weighted-average common shares together. The reviewed disclosure establishes that presentation, not the cause of equal dilution measures. The heading scales dollars, not share counts: shares and EPS retain scale-zero tags. Read the source filing.

Reported financial histories

Choose a measure to inspect its definition, complete selected history and filing provenance. Each row shows the latest period available for that selected concept and original unit. Separate currencies and reporting intervals remain separate rows. Coverage dates can differ between concepts. A recent capture does not imply recent accounting coverage; these amounts are not prices.

Latest periods by selected concept and original unit
MeasurePeriod startPeriod endValueUnitFiled
Total assetsAt date2025-12-311,239,172,000USD2026-04-07
Total liabilitiesAt date2025-12-31568,886,000USD2026-04-07
Stockholders equityAt date2025-12-31670,286,000USD2026-04-07
Cash and cash equivalentsAt date2025-12-3127,177,000USD2026-04-07
Net income or loss2025-01-012025-12-3113,529,000USD2026-04-07
Operating cash flow2025-01-012025-12-316,993,000USD2026-04-07
Revenue2025-01-012025-12-3188,339,000USD2026-04-07
Contract revenue excluding tax2025-01-012025-12-3112,164,000USD2026-04-07
Financing cash flow2025-01-012025-12-31-82,157,000USD2026-04-07
Investing cash flow2025-01-012025-12-3184,066,000USD2026-04-07
Retained earnings or deficitAt date2015-12-31-8,895,369USD2016-02-23
Basic weighted-average shares2025-01-012025-12-3136,506,720shares2026-04-07
Diluted weighted-average shares2025-01-012025-12-3136,506,720shares2026-04-07
Basic earnings per share2025-01-012025-12-31-0.29USD/shares2026-04-07
Diluted earnings per share2025-01-012025-12-31-0.29USD/shares2026-04-07
Income tax expense or benefit2016-01-012016-12-310USD2017-02-21
Operating income or loss2017-01-012017-12-3111,376,000USD2018-02-20
Interest expense2023-01-012023-12-3123,665,000USD2024-02-20
Net finite-lived intangible assetsAt date2025-12-313,129,000USD2026-04-07
Operating expenses2025-01-012025-12-3168,268,000USD2026-04-07

Inspect the source

Entity
GLADSTONE LAND CORP / CIK 0001495240
Captured
2026-09-20T09:10:40.646Z
SEC response SHA-256
aa4624e7ba0250d1465384b88efe179a8897d7a198ef50d96a6cfe36aab78416

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.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001495240.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"])))