Skip to content

Farmland Partners Inc.: filings

Every Farmland Partners Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 49 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-07-30fiscal Q2 2026361090001104659-26-088677
10-Q2026-04-30fiscal Q1 202636730001104659-26-052874
10-K2026-02-19fiscal FY 202539760001104659-26-017533
10-Q2025-10-30fiscal Q3 2025401210001104659-25-104363
10-Q2025-07-24fiscal Q2 2025401190001558370-25-009534
10-Q2025-05-08fiscal Q1 202540810001558370-25-006962
10-K2025-02-20fiscal FY 2024391670001558370-25-001214
10-Q2024-10-31fiscal Q3 2024391200001558370-24-014053
10-Q2024-07-25fiscal Q2 2024381140001558370-24-010177
10-Q2024-05-01fiscal Q1 202438780001558370-24-006380
10-K2024-02-29fiscal FY 2023381620001558370-24-002182
10-Q2023-10-26fiscal Q3 2023391200001558370-23-016849
10-Q2023-07-27fiscal Q2 2023401190001558370-23-012406
10-Q2023-05-04fiscal Q1 202339780001558370-23-008106
10-K2023-02-23fiscal FY 2022381570001558370-23-001912
10-Q2022-10-26fiscal Q3 2022371120001558370-22-015400
10-Q2022-07-28fiscal Q2 2022371100001558370-22-011258
10-Q2022-05-05fiscal Q1 202236730001558370-22-007415
10-K2022-03-01fiscal FY 2021371510001558370-22-002442
10-Q2021-10-28fiscal Q3 2021351070001558370-21-013765
10-Q2021-08-06fiscal Q2 2021351030001558370-21-010766
10-Q2021-05-14fiscal Q1 202134700001558370-21-007251
10-K2021-03-19fiscal FY 2020351260001558370-21-003254
10-Q2020-11-09fiscal Q3 202032950001558370-20-013338
10-Q2020-08-10fiscal Q2 202032950001558370-20-010212
10-Q2020-05-08fiscal Q1 202032650001558370-20-006042
10-K2020-03-13fiscal FY 2019321420001558370-20-002626
10-Q2019-11-12fiscal Q3 201932930001558370-19-010848
10-Q2019-08-08fiscal Q2 201931890001558370-19-007720
10-Q2019-05-09fiscal Q1 201931610001558370-19-004663
10-K2019-03-15fiscal FY 2018301360001558370-19-002049
10-Q2018-11-09fiscal Q3 201829900001558370-18-009118
10-Q2018-08-09fiscal Q2 201829890001558370-18-006908
10-Q2018-05-10fiscal Q1 201828580001558370-18-004644
10-K2018-03-05fiscal FY 2017291280001558370-18-001471
10-Q2017-11-09fiscal Q3 201728820001558370-17-008697
10-Q2017-07-21fiscal Q2 201726790001558370-17-005227
10-Q2017-05-10fiscal Q1 201722450001558370-17-004040
10-K2017-02-23fiscal FY 2016241130001558370-17-000878
10-Q2016-11-07fiscal Q3 201624760001558370-16-009522
10-Q2016-08-09fiscal Q2 201624730001558370-16-007704
10-Q2016-05-10fiscal Q1 201623430001558370-16-005834
10-K2016-03-15fiscal FY 201524970001558370-16-004168
10-Q2015-11-12fiscal Q3 201523700001558370-15-002606
10-Q2015-08-11fiscal Q2 201519550001558370-15-001594
10-Q2015-05-08fiscal Q1 201518300001558370-15-000849
10-K2015-03-03fiscal FY 201420690001558370-15-000260
10-Q2014-10-31fiscal Q3 201421520001104659-14-075554
10-Q2014-08-13fiscal Q2 201419500001104659-14-060409

1 further filing tags fewer than eight published concepts and has no page.

Inspect the source

Entity
Farmland Partners Inc. / CIK 0001591670
Captured
2026-09-20T09:24:09.795Z
SEC response SHA-256
10ef968f5c76b1d2a9e1c740aca61281931461e2892cfff64251b41cdb36bf43

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