Skip to content

GLADSTONE LAND CORP: filings

Every GLADSTONE LAND CORP annual and quarterly report in the SEC record with the published financial measures it tagged, 55 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-08-11fiscal Q2 202629940001495240-26-000021
10-Q2026-05-11fiscal Q1 202629620001495240-26-000016
10-K/A2026-04-07fiscal FY 202532880001495240-26-000011
10-K2026-02-24fiscal FY 202532880001495240-26-000007
10-Q2025-11-05fiscal Q3 202526860001495240-25-000028
10-Q2025-08-07fiscal Q2 202527880001495240-25-000021
10-Q2025-05-12fiscal Q1 202528600001495240-25-000012
10-K2025-02-19fiscal FY 202432870001495240-25-000005
10-Q2024-11-06fiscal Q3 202428920001495240-24-000028
10-Q2024-08-08fiscal Q2 202429960001495240-24-000020
10-Q2024-05-07fiscal Q1 202429620001495240-24-000013
10-K2024-02-20fiscal FY 202333900001495240-24-000004
10-Q2023-11-07fiscal Q3 202329960001495240-23-000027
10-Q2023-08-07fiscal Q2 202329960001495240-23-000020
10-Q2023-05-08fiscal Q1 202329620001495240-23-000012
10-K2023-02-21fiscal FY 202233900001495240-23-000005
10-Q2022-11-08fiscal Q3 202229960001495240-22-000024
10-Q2022-08-09fiscal Q2 202229960001495240-22-000015
10-Q2022-05-10fiscal Q1 202230630001495240-22-000009
10-K2022-02-22fiscal FY 202133680001495240-22-000004
10-Q2021-11-09fiscal Q3 202130970001495240-21-000024
10-Q2021-08-10fiscal Q2 202130980001495240-21-000019
10-Q2021-05-12fiscal Q1 202127590001495240-21-000012
10-K2021-02-24fiscal FY 202029600001495240-21-000008
10-Q2020-11-04fiscal Q3 202027840001495240-20-000017
10-Q2020-08-05fiscal Q2 202027840001495240-20-000011
10-Q2020-05-06fiscal Q1 202025540001495240-20-000007
10-K2020-02-19fiscal FY 201929560001495240-20-000002
10-Q2019-11-06fiscal Q3 201928830001495240-19-000017
10-Q2019-08-07fiscal Q2 201926780001495240-19-000014
10-Q2019-05-07fiscal Q1 201925520001495240-19-000010
10-K2019-02-26fiscal Q4 201822810001495240-19-000004
10-Q2018-11-08fiscal Q3 201823740001495240-18-000020
10-Q2018-08-08fiscal Q2 201822700001495240-18-000015
10-Q2018-05-08fiscal Q1 201821450001495240-18-000010
10-K2018-02-20fiscal FY 201720800001495240-18-000004
10-Q2017-11-07fiscal Q3 201721640001495240-17-000019
10-Q2017-08-08fiscal Q2 201721650001495240-17-000013
10-Q2017-05-09fiscal Q1 201721460001495240-17-000010
10-K2017-02-21fiscal FY 201623900001495240-17-000006
10-Q2016-11-14fiscal Q3 201620600001495240-16-000005
10-Q2016-08-02fiscal Q2 201620600001495240-16-000002
10-Q2016-05-02fiscal Q1 201617380001193125-16-572591
10-K2016-02-23fiscal FY 201519840001193125-16-473575
10-Q2015-11-03fiscal Q3 201517540001193125-15-364488
10-Q2015-08-04fiscal Q2 201517540001193125-15-276628
10-Q2015-05-15fiscal Q1 201517370001193125-15-190290
10-K2015-02-24fiscal FY 201421920001193125-15-060215
10-Q2014-10-27fiscal Q3 201419570001193125-14-383465
10-Q2014-08-04fiscal Q2 201418560001193125-14-293790
10-Q2014-05-05fiscal Q1 201422460001193125-14-182482
10-K2014-02-24fiscal FY 2013241020001193125-14-065072
10-Q2013-10-29fiscal Q3 201323630001193125-13-416038
10-Q2013-08-07fiscal Q2 201323630001193125-13-324197
10-Q2013-05-06fiscal Q1 201323450001193125-13-201556

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

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