Skip to content

PROJECT SAGE OLDCO, INC.: filings

Every PROJECT SAGE OLDCO, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 37 filings, each linked to its SEC index.

Filing record ends 2023-11-13

The latest filing in this captured record is a 10-Q filed 2023-11-13. No later filing is in the SEC companyfacts record captured on 2026-09-22. PROJECT SAGE OLDCO, INC. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2023-11-13fiscal Q3 2023541530000950170-23-063081
10-Q2023-08-11fiscal Q2 2023541490000950170-23-041920
10-Q2023-05-15fiscal Q1 2023541090000950170-23-021875
10-K2023-04-18fiscal FY 2022561820000950170-23-013117
10-Q2022-11-14fiscal Q3 2022551580000950170-22-025064
10-Q2022-08-11fiscal Q2 2022551510000950170-22-016884
10-Q2022-05-12fiscal Q1 2022501010000950170-22-009680
10-K2022-03-31fiscal FY 2021511290000950170-22-005233
10-Q2021-11-12fiscal Q3 2021541530001564590-21-056709
10-Q2021-08-10fiscal Q2 2021491280001564590-21-043092
10-Q2021-05-11fiscal Q1 2021501010001564590-21-026568
10-K2021-03-11fiscal FY 2020511530001564590-21-012519
10-Q2020-11-09fiscal Q3 2020501370001564590-20-052514
10-Q2020-08-10fiscal Q2 2020501330001564590-20-038925
10-Q2020-05-11fiscal Q1 2020501010001564590-20-024300
10-K2020-03-16fiscal FY 2019521560001564590-20-011207
10-Q2019-11-07fiscal Q3 2019501360001564590-19-041851
10-Q2019-08-09fiscal Q2 2019501320001564590-19-031277
10-Q2019-05-08fiscal Q1 201949980001564590-19-017184
10-K2019-03-14fiscal FY 2018491510001564590-19-007851
10-Q2018-11-06fiscal Q3 2018461180001564590-18-027521
10-Q2018-08-07fiscal Q2 2018461180001564590-18-020022
10-Q2018-05-09fiscal Q1 201841830001564590-18-012499
10-K2018-03-13fiscal FY 2017441280001564590-18-005488
10-Q2017-11-07fiscal Q3 2017411120001564590-17-022338
10-Q2017-08-09fiscal Q2 2017401070001564590-17-017030
10-Q2017-05-09fiscal Q1 201740810001564590-17-009939
10-K2017-03-14fiscal FY 2016431220001558370-17-001775
10-Q2016-11-09fiscal Q3 2016421080001558370-16-009765
10-Q2016-08-09fiscal Q2 2016401050001558370-16-007789
10-Q2016-05-06fiscal Q1 201639780001558370-16-005484
10-K2016-03-10fiscal FY 2015391140001558370-16-003967
10-Q2015-11-16fiscal Q3 2015381040001104659-15-079344
10-Q2015-08-13fiscal Q2 2015381040001104659-15-059327
10-Q2015-05-14fiscal Q1 201538780001104659-15-037937
10-K2015-03-18fiscal FY 2014401160001047469-15-002407
10-Q2014-11-21fiscal Q3 2014401060001104659-14-082609

Inspect the source

Entity
PROJECT SAGE OLDCO, INC. / CIK 0001551693
Captured
SEC response SHA-256
55ba815277a5d4495ce882dae41900d373bce35325c25993fa5106210ea2b85a

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