Skip to content

POWERDYNE INTERNATIONAL, INC.: filings

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

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-Q2026-08-14fiscal Q2 202628850001493152-26-038273
10-Q2026-05-20fiscal Q1 202627550001493152-26-024678
10-K2026-04-03fiscal FY 202528680001493152-26-015155
10-Q2025-11-07fiscal Q3 202530910001493152-25-021266
10-Q2025-09-05fiscal Q2 202530870001641172-25-026673
10-Q2025-05-27fiscal Q1 202529590001641172-25-012483
10-K2025-04-30fiscal FY 202425650001641172-25-006812
10-Q2024-11-14fiscal Q3 202425790001493152-24-045713
10-Q2024-08-13fiscal Q2 202427830001493152-24-031560
10-Q2024-05-21fiscal Q1 202426540001493152-24-020830
10-K2024-05-08fiscal FY 202328560001493152-24-018248
10-Q2023-11-14fiscal Q3 202328780001493152-23-040888
10-Q2023-08-03fiscal Q2 202328780001493152-23-026640
10-Q2023-05-11fiscal Q1 202327530001493152-23-016352
10-K2023-03-31fiscal FY 202232540001493152-23-010055
10-Q2022-10-21fiscal Q3 202231720001493152-22-029299
10-Q2022-08-22fiscal Q2 202230810001493152-22-023659
10-Q2022-06-14fiscal Q1 202229610001493152-22-016687
10-K2022-03-01fiscal FY 202125490001493152-22-005723
10-Q2021-11-12fiscal Q3 202125610001493152-21-028219
10-Q2021-08-06fiscal Q2 202125630001493152-21-018844
10-Q2021-05-17fiscal Q1 202123460001493152-21-011698
10-K2021-03-31fiscal FY 202025500001493152-21-007396
10-Q2017-08-17fiscal Q2 201721550001213900-17-008896
10-Q2017-05-11fiscal Q1 201721440001213900-17-004965
10-K2017-04-13fiscal FY 201625500001213900-17-003707
10-Q2016-11-21fiscal Q3 201628660001213900-16-018755
10-Q2016-08-22fiscal Q2 201627600001213900-16-016306
10-Q2016-05-23fiscal Q1 201625470001213900-16-013714
10-K2016-04-14fiscal FY 201524570001213900-16-012518
10-Q2015-11-23fiscal Q3 201524570001213900-15-008976
10-Q2015-08-19fiscal Q2 201522520001213900-15-006340
10-Q2015-05-15fiscal Q1 201521400001213900-15-003803
10-K2015-04-14fiscal FY 201421430001213900-15-002656
10-Q2014-11-19fiscal Q3 201421580001213900-14-008445
10-Q2014-08-19fiscal Q2 201422570001213900-14-006153
10-Q2014-05-20fiscal Q1 201425640001213900-14-003632
10-K2014-04-10fiscal FY 201325640001213900-14-002284
10-Q2013-11-19fiscal Q3 201322640001213900-13-006675
10-Q2013-08-13fiscal Q2 201321610001213900-13-004199
10-Q2013-05-15fiscal Q1 201320510001213900-13-002578
10-K2013-04-01fiscal FY 201220530001213900-13-001471
10-Q2012-11-19fiscal Q3 201220660001144204-12-063624
10-Q2012-08-07fiscal Q2 201220660001144204-12-043229
10-Q2012-05-15fiscal Q1 201218510001144204-12-029196
10-K/A2012-04-19fiscal FY 201119500001144204-12-022780
10-K2012-03-30fiscal FY 201119500001144204-12-018220
10-Q2011-11-30fiscal Q3 201118630001144204-11-067624
10-Q2011-08-15fiscal Q2 201119660001144204-11-046694

Inspect the source

Entity
POWERDYNE INTERNATIONAL, INC. / CIK 0001435617
Captured
2026-09-20T09:03:06.310Z
SEC response SHA-256
a6ea25b2f9619caf63ccf73a381bf7677fcefac3385546496dcc8ff0ad41c39e

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