Skip to content

Diego Pellicer Worldwide, Inc.: filings

Every Diego Pellicer Worldwide, 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 2022-11-10

The latest filing in this captured record is a 10-Q filed 2022-11-10. No later filing is in the SEC companyfacts record captured on 2026-09-22. Diego Pellicer Worldwide, 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-11-10fiscal Q3 202232990001753926-22-001447
10-Q2022-08-12fiscal Q2 202232950001753926-22-001060
10-Q2022-05-13fiscal Q1 202228580001753926-22-000707
10-K2022-04-15fiscal FY 202132650001753926-22-000527
10-Q2021-11-12fiscal Q3 202132980001753926-21-000700
10-Q2021-08-16fiscal Q2 202131900001753926-21-000370
10-Q2021-05-14fiscal Q1 202129590001731122-21-000838
10-K2021-04-12fiscal FY 202030580001731122-21-000565
10-Q2020-11-20fiscal Q3 202033930001731122-20-001212
10-Q2020-08-21fiscal Q2 202033940001731122-20-000905
10-Q2020-07-01fiscal Q1 202033670001731122-20-000708
10-K2020-06-02fiscal FY 201938730001731122-20-000616
10-Q2019-11-18fiscal Q3 201935940001731122-19-000714
10-Q2019-08-19fiscal Q2 201935940001731122-19-000510
10-Q2019-05-15fiscal Q1 201935680001731122-19-000250
10-K2019-04-16fiscal FY 201832620001731122-19-000196
10-Q2018-11-14fiscal Q3 201831750001559172-18-000014
10-Q2018-08-20fiscal Q2 201834780001493152-18-012299
10-Q/A2018-05-15fiscal Q1 201835690001493152-18-007035
10-Q2018-05-15fiscal Q1 201835690001493152-18-006979
10-K2018-04-17fiscal FY 201732640001493152-18-005326
10-Q2017-11-20fiscal Q3 201732750001493152-17-013565
10-Q/A2017-08-30fiscal Q2 201733760001493152-17-010056
10-Q2017-08-29fiscal Q2 201733760001493152-17-010008
10-Q2017-06-26fiscal Q1 201729560001493152-17-007123
10-K2017-05-03fiscal FY 201632620001493152-17-004707
10-Q2016-11-14fiscal Q3 201629720001493152-16-015093
10-Q2016-08-15fiscal Q2 201629700001493152-16-012417
10-Q2016-05-20fiscal Q1 201627530001493152-16-010124
10-K/A2016-05-06fiscal FY 201529540001493152-16-009504
10-K2016-04-29fiscal FY 201526490001493152-16-009293
10-Q2015-11-16fiscal Q3 201522490001493152-15-005597
10-Q2015-08-14fiscal Q2 201520460001493152-15-003750
10-Q2015-05-19fiscal Q1 201520420001493152-15-002143
10-K2015-01-28fiscal FY 201423460001477932-15-000856
10-Q2014-11-13fiscal Q3 201423650001477932-14-006010
10-Q2014-08-12fiscal Q2 201423630001477932-14-004211
10-Q2014-05-27fiscal Q1 201422450001477932-14-002913
10-K2014-05-15fiscal FY 201328530001477932-14-002648

Inspect the source

Entity
Diego Pellicer Worldwide, Inc. / CIK 0001559172
Captured
SEC response SHA-256
6b0c80239f69e81ab880a85510bf7b300ab76914a44e88c258ee00b988064ab8

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