Skip to content

ALPINE INCOME PROPERTY TRUST, INC.: filings

Every ALPINE INCOME PROPERTY TRUST, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-23fiscal Q2 2026381160001104659-26-086273
10-Q2026-04-23fiscal Q1 202638800001104659-26-047718
10-K2026-02-05fiscal FY 2025391060001104659-26-010910
10-Q2025-10-23fiscal Q3 2025371130001104659-25-101839
10-Q2025-07-24fiscal Q2 2025371110001558370-25-009541
10-Q2025-04-24fiscal Q1 202537790001558370-25-005418
10-K2025-02-06fiscal FY 2024381020001558370-25-000687
10-Q2024-10-17fiscal Q3 2024371130001558370-24-013368
10-Q2024-07-18fiscal Q2 2024371110001558370-24-009895
10-Q2024-04-18fiscal Q1 202437780001558370-24-005313
10-K2024-02-08fiscal FY 202337970001558370-24-000899
10-Q2023-10-19fiscal Q3 2023371120001558370-23-016543
10-Q2023-07-20fiscal Q2 2023371120001558370-23-012012
10-Q2023-04-20fiscal Q1 202336770001558370-23-006332
10-K2023-02-09fiscal FY 202237940001558370-23-001074
10-Q2022-10-20fiscal Q3 2022371090001558370-22-015143
10-Q2022-07-21fiscal Q2 2022371090001558370-22-010882
10-Q2022-04-21fiscal Q1 202237760001558370-22-005749
10-K2022-02-10fiscal FY 2021351040001558370-22-001014
10-Q2021-10-21fiscal Q3 2021351050001558370-21-013355
10-Q2021-07-22fiscal Q3 2021351050001558370-21-009099
10-Q2021-04-22fiscal Q1 202135700001558370-21-004629
10-K2021-02-16fiscal FY 202034950001558370-21-001062
10-Q2020-10-30fiscal Q3 202034920001558370-20-012158
10-Q2020-08-03fiscal Q2 202034900001558370-20-009023
10-Q2020-05-07fiscal Q1 202030590001558370-20-005782

Inspect the source

Entity
ALPINE INCOME PROPERTY TRUST, INC. / CIK 0001786117
Captured
2026-09-21T17:27:22.173Z
SEC response SHA-256
471745324bc686b15a9f9e9c61e3012e01520fee64549a8df81cab5af7be92a8

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