Skip to content

PHOENIX RISING COMPANIES: filings

Every PHOENIX RISING COMPANIES annual and quarterly report in the SEC record with the published financial measures it tagged, 39 filings, each linked to its SEC index.

Filing record ends 2023-02-06

The latest filing in this captured record is a 10-K/A filed 2023-02-06. No later filing is in the SEC companyfacts record captured on 2026-09-22. PHOENIX RISING COMPANIES 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-K/A2023-02-06fiscal FY 202135690001640334-23-000162
10-Q2022-12-23fiscal Q3 2022371160001640334-22-002698
10-Q2022-08-25fiscal Q2 2022371130001640334-22-001893
10-K/A2022-06-28fiscal FY 202135690001640334-22-001373
10-Q2022-05-23fiscal Q1 202238790001640334-22-001095
10-K2022-03-31fiscal FY 202135690001640334-22-000686
10-Q2021-11-23fiscal Q3 2021401170001640334-21-002953
10-Q2021-08-17fiscal Q2 2021411190001640334-21-001938
10-Q2021-06-09fiscal Q1 202132670001640334-21-001308
10-K2021-06-01fiscal FY 202042860001640334-21-001266
10-Q2020-11-18fiscal Q3 2020421240001640334-20-002878
10-Q2020-08-19fiscal Q2 2020371000001640334-20-002197
10-Q2020-05-15fiscal Q1 202036730001640334-20-001238
10-K2020-04-06fiscal FY 201941840001640334-20-000722
10-Q/A2019-12-06fiscal Q3 2019381090001640334-19-002548
10-Q2019-11-14fiscal Q3 2019381090001640334-19-002315
10-Q2019-08-14fiscal Q2 2019371030001640334-19-001647
10-Q2019-06-10fiscal Q1 201933690001640334-19-001094
10-K/A2019-06-04fiscal FY 201836720001640334-19-001019
10-Q2018-11-21fiscal Q3 201836940001640334-18-002256
10-Q2018-06-19fiscal Q1 201830590001640334-18-001221
10-K2018-05-16fiscal FY 201832680001640334-18-001032
10-Q2017-12-20fiscal Q3 201831840001640334-17-002686
10-Q2017-09-14fiscal Q2 201731870001640334-17-001957
10-Q2017-06-14fiscal Q1 201731620001640334-17-001235
10-K2017-05-16fiscal FY 201731640001640334-17-000999
10-Q2016-12-20fiscal Q3 201730720001640334-16-002258
10-Q2016-09-14fiscal Q2 201730740001640334-16-001674
10-Q2016-06-16fiscal Q1 201729530001640334-16-001225
10-K2016-05-13fiscal FY 201627470001640334-16-001065
10-Q2015-12-15fiscal Q3 201621530001572384-15-000004
10-Q2015-09-14fiscal Q2 201618450001640334-15-000141
10-Q2015-06-15fiscal Q1 201618330001557240-15-000421
10-K2015-05-01fiscal FY 201515310001557240-15-000287
10-Q2014-12-05fiscal Q3 201515400001557240-14-000754
10-Q2014-09-12fiscal Q2 201515430001557240-14-000504
10-Q2014-06-23fiscal Q1 201515400001557240-14-000352
10-K2014-05-01fiscal FY 201315330001557240-14-000223
10-Q2013-12-23fiscal Q3 201317480001557240-13-000435

Inspect the source

Entity
PHOENIX RISING COMPANIES / CIK 0001572384
Captured
SEC response SHA-256
473798671b5c6e616f58a070d8a8e8af12a1a38cec2cb70f43e22183e20e8310

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