Skip to content

LOCORR FUTURES PORTFOLIO FUND L.P.: filings

Every LOCORR FUTURES PORTFOLIO FUND L.P. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-13fiscal Q2 20269290001999371-26-017880
10-Q2026-05-14fiscal Q1 20269210001999371-26-010738
10-K2026-03-25fiscal FY 20259260001999371-26-006903
10-Q2025-11-13fiscal Q3 20259310001999371-25-017699
10-Q2025-08-14fiscal Q2 20259290001999371-25-011271
10-Q2025-05-15fiscal Q1 20259210001999371-25-006159
10-K2025-03-31fiscal FY 20249260001999371-25-003533
10-Q2024-11-14fiscal Q3 20248270001839882-24-039149
10-K/A2024-09-04fiscal FY 20239260001999371-24-011329
10-Q2024-08-16fiscal Q2 20249290001999371-24-010250
10-Q2024-05-15fiscal Q1 20249210001999371-24-006154
10-K2024-03-28fiscal FY 20239260001999371-24-004139
10-Q2023-11-14fiscal Q3 20239310001999371-23-000189
10-Q2023-08-14fiscal Q2 20239290001839882-23-021308
10-Q2023-05-15fiscal Q1 20239210001387131-23-006545
10-K2023-03-31fiscal FY 20229260001387131-23-004260
10-Q2022-11-14fiscal Q3 20228270001387131-22-011372
10-Q2022-08-15fiscal Q2 20228250001387131-22-008771
10-Q2022-05-16fiscal Q1 20228190001387131-22-006196
10-K2022-03-31fiscal FY 20219260001387131-22-004438
10-Q2021-11-15fiscal Q3 20218270001387131-21-011089
10-Q2021-08-16fiscal Q2 20218250001387131-21-008597
10-Q/A2021-05-18fiscal Q1 20218190001387131-21-005767
10-Q2021-05-17fiscal Q1 20218190001387131-21-005723
10-K2021-03-30fiscal FY 20209260001387131-21-003981
10-Q2020-11-13fiscal Q3 20208270001387131-20-009902
10-Q2020-08-14fiscal Q2 20208230001387131-20-007503
10-Q2020-05-15fiscal Q1 20208190001387131-20-004781
10-K2020-03-24fiscal FY 20199260001387131-20-003126
10-Q2019-11-14fiscal Q3 20199290001387131-19-008757
10-Q2019-08-14fiscal Q2 20199270001387131-19-006131

33 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
LOCORR FUTURES PORTFOLIO FUND L.P. / CIK 0000861441
Captured
2026-09-21T17:16:48.091Z
SEC response SHA-256
48e09059d91999c6e3917b988542d31e90e2d9b5396aeb6f6e00846f5cda84ef

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