Skip to content

PORTER HOLDING INTERNATIONAL, INC.: filings

Every PORTER HOLDING INTERNATIONAL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 filings, each linked to its SEC index.

Filing record ends 2022-05-16

The latest filing in this captured record is a 10-Q filed 2022-05-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. PORTER HOLDING INTERNATIONAL, 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-Q2022-05-16fiscal Q1 202244920001185185-22-000633
10-K2022-04-13fiscal FY 202142860001185185-22-000431
10-Q2021-11-15fiscal Q3 2021411180001185185-21-001677
10-Q2021-08-16fiscal Q2 2021411140001185185-21-001123
10-Q2021-05-14fiscal Q1 202140830001185185-21-000656
10-K2021-04-15fiscal FY 202042850001185185-21-000540
10-Q2020-11-23fiscal Q3 2020421200001185185-20-001669
10-Q2020-08-14fiscal Q2 2020421160001185185-20-001194
10-Q2020-06-25fiscal Q1 202042880001185185-20-000898
10-K2020-05-01fiscal FY 201942870001185185-20-000546
10-Q2019-11-19fiscal Q3 2019451330001185185-19-001633
10-Q2019-08-14fiscal Q2 2019441270001185185-19-001135
10-Q2019-05-15fiscal Q1 201944910001185185-19-000748
10-K2019-04-15fiscal FY 201842860001185185-19-000529
10-Q2018-11-14fiscal Q3 2018391040001185185-18-002033
10-Q2018-08-14fiscal Q2 2018401070001185185-18-001446
10-Q2018-05-14fiscal Q1 201838780001185185-18-000876
10-K2018-03-30fiscal FY 201739800001185185-18-000558
10-Q2017-11-14fiscal Q3 201738960001104659-17-068416
10-Q2017-08-14fiscal Q2 201738980001104659-17-051721
10-K2017-03-23fiscal FY 201715240001104659-17-018732
10-Q2017-01-20fiscal Q3 201714230001104659-17-003280
10-Q2016-10-21fiscal Q2 201718440001605810-16-000026
10-Q2016-08-25fiscal Q1 201718350001605810-16-000022
10-K2016-08-12fiscal FY 201719330001605810-16-000020
10-Q2016-07-28fiscal Q3 201619420001605810-16-000018
10-Q2016-07-26fiscal Q2 201619420001605810-16-000016
10-Q2016-07-20fiscal Q1 201619330001605810-16-000014
10-K2016-06-21fiscal FY 201520380001605810-16-000004
10-Q2016-06-01fiscal Q3 201519330001605810-16-000002
10-Q2014-10-10fiscal Q2 201521360001605810-14-000003

Inspect the source

Entity
PORTER HOLDING INTERNATIONAL, INC. / CIK 0001605810
Captured
SEC response SHA-256
9846411c7c402b0621dab0c8fcc3b33eaeb1e36dfd494b0e82ff3d3e0da8a7f4

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