Skip to content

Pedro’s List, Inc.: filings

Every Pedro’s List, Inc. 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-09-14

The latest filing in this captured record is a 10-Q filed 2023-09-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Pedro’s List, 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-09-14fiscal Q3 202321670001017386-23-000327
10-Q2023-06-20fiscal Q2 202321590001017386-23-000265
10-Q2023-03-24fiscal Q1 202321420001017386-23-000119
10-K/A2023-03-24fiscal FY 202221380001017386-23-000118
10-K2023-03-15fiscal FY 202220350001017386-23-000100
10-Q2022-10-07fiscal Q3 202219590001017386-22-000455
10-Q2022-06-21fiscal Q2 202217530001017386-22-000300
10-Q2022-04-07fiscal Q1 202216330001017386-22-000114
10-K2022-03-09fiscal FY 202117320001017386-22-000055
10-Q2021-09-27fiscal Q3 202117550001017386-21-000435
10-K/A2021-09-01fiscal FY 202018320001017386-21-000383
10-Q2021-06-29fiscal Q2 202119540001017386-21-000240
10-Q2021-06-11fiscal Q1 202118340001017386-21-000215
10-K2021-05-13fiscal FY 202018320001017386-21-000166
10-Q2021-02-10fiscal Q3 2020241170001017386-21-000031
10-Q2020-08-11fiscal Q2 202021440001627554-20-000006
10-Q2020-05-28fiscal Q1 202021400001017386-20-000165
10-K2020-05-12fiscal FY 201922520001017386-20-000133
10-Q2020-04-23fiscal Q3 201922580001017386-20-000113
10-Q2020-04-23fiscal Q2 201922550001017386-20-000111
10-Q2020-04-23fiscal Q1 201922450001017386-20-000109
10-K2020-03-27fiscal FY 201824590001017386-20-000080
10-Q2020-02-12fiscal Q3 201823700001017386-20-000028
10-K/A2018-07-02fiscal FY 201721380001477932-18-003301
10-Q2018-06-19fiscal Q2 201822640001477932-18-003121
10-K2018-03-08fiscal FY 201721380001477932-18-001187
10-Q2018-03-06fiscal Q1 201822510001477932-18-001139
10-K2018-02-13fiscal FY 201721380001477932-18-000811
10-Q2017-09-14fiscal Q3 201723690001477932-17-004463
10-Q2017-05-23fiscal Q2 201723700001477932-17-002505
10-Q2017-03-17fiscal Q1 201723560001477932-17-001184
10-K2017-02-14fiscal FY 201622560001477932-17-000766
10-Q2016-09-14fiscal Q3 201622550001477932-16-012475
10-Q2016-06-01fiscal Q2 201621550001477932-16-010659
10-Q2016-03-01fiscal Q1 201619380001477932-16-008857
10-K2016-01-29fiscal FY 201522500001477932-16-008346
10-Q2015-09-17fiscal Q3 201522480001477932-15-005957
10-Q2015-06-08fiscal Q2 201520460001477932-15-003737
10-Q2015-03-18fiscal Q1 201517320001477932-15-001800

Inspect the source

Entity
Pedro’s List, Inc. / CIK 0001627554
Captured
SEC response SHA-256
563d2e8c28ecbef402fa2be2f27135019a320252a8972a6556d0bc18beb66cbf

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