Skip to content

TRINITY PLACE HOLDINGS INC.: filings

Every TRINITY PLACE HOLDINGS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-K2025-03-24fiscal FY 202435960001558370-25-003553
10-Q2024-11-14fiscal Q3 202432950001558370-24-015743
10-Q2024-08-14fiscal Q2 2024321040001558370-24-012240
10-Q2024-05-15fiscal Q1 202432680001558370-24-008305
10-K2024-03-29fiscal FY 202335970001558370-24-004371
10-Q2023-11-14fiscal Q3 202331980001558370-23-019061
10-Q2023-08-14fiscal Q2 202331980001558370-23-014878
10-Q2023-05-15fiscal Q1 202332710001558370-23-009935
10-K2023-03-31fiscal FY 2022361000001558370-23-005313
10-Q2022-11-14fiscal Q3 2022361070001558370-22-017866
10-Q/A2022-10-05fiscal Q1 202235840001558370-22-014861
10-K/A2022-10-05fiscal FY 2021382240001558370-22-014859
10-Q2022-09-07fiscal Q2 2022362750001558370-22-014237
10-Q2022-05-16fiscal Q1 2022362270001558370-22-009007
10-K2022-03-31fiscal FY 2021381060001558370-22-004961
10-Q2021-11-12fiscal Q3 2021351060001558370-21-015805
10-Q2021-08-11fiscal Q2 202130880001558370-21-011300
10-Q2021-05-12fiscal Q1 202130660001558370-21-006943
10-K2021-03-31fiscal FY 2020371740001558370-21-003848
10-Q2020-11-06fiscal Q3 2020341100001558370-20-013193
10-Q2020-08-10fiscal Q2 202030900001558370-20-010219
10-Q2020-05-11fiscal Q1 202030660001104659-20-059649
10-K2020-03-13fiscal FY 2019331330001104659-20-033149
10-Q2019-11-08fiscal Q3 201927840001104659-19-061781
10-Q2019-08-07fiscal Q2 201927810001144204-19-038224
10-Q2019-05-08fiscal Q1 201927610001144204-19-024549
10-K2019-03-18fiscal FY 2018321330001144204-19-014669
10-Q2018-11-07fiscal Q3 201826720001144204-18-057835
10-Q2018-08-08fiscal Q2 201826720001144204-18-042878
10-Q2018-05-10fiscal Q1 201825540001144204-18-027047
10-K2018-03-15fiscal FY 2017281270001144204-18-014956
10-Q2017-11-08fiscal Q3 201724660001144204-17-057264
10-Q2017-08-09fiscal Q2 201720580001144204-17-041646
10-Q2017-05-09fiscal Q1 201720420001144204-17-025668
10-K2017-03-15fiscal FY 2016241070001144204-17-014797
10-Q2016-11-07fiscal Q3 201618520001144204-16-132084
10-Q2016-08-08fiscal Q2 201618450001144204-16-117314
10-Q2016-05-10fiscal Q1 201618260001144204-16-100509
10-Q2016-01-07fiscal Q3 201619350001144204-16-074671
10-Q2015-10-08fiscal Q2 201621370001144204-15-058708
10-Q2015-07-09fiscal Q1 201621290001144204-15-041806
10-K2013-05-31fiscal FY 201327590001144204-13-032684
10-Q2013-01-08fiscal Q3 201122370001144204-13-001319
10-Q/A2012-11-05fiscal Q2 201122370001144204-12-059446
10-Q2012-07-10fiscal Q1 201121290001144204-12-038839
10-K2012-05-25fiscal FY 201134830001144204-12-032018
10-Q2012-01-10fiscal Q3 201134930001144204-12-001631
10-Q/A2011-11-08fiscal Q2 2011351020001144204-11-061720

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

Inspect the source

Entity
TRINITY PLACE HOLDINGS INC. / CIK 0000724742
Captured
2026-09-19T15:00:11.684Z
SEC response SHA-256
24d16eb5b6c1e89dce9e0e7581e794d9f84934b53993328e1469176f2dc5f3d9

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