Skip to content

GIVEMEPOWER CORPORATION: filings

Every GIVEMEPOWER CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-Q2025-11-07fiscal Q3 202525790001493152-25-021126
10-Q2025-08-14fiscal Q2 202525790001641172-25-023901
10-Q2025-05-21fiscal Q1 202525620001641172-25-011850
10-K2025-04-15fiscal FY 202424560001641172-25-004864
10-Q2024-11-19fiscal Q3 202425790001493152-24-046646
10-Q2024-08-13fiscal Q2 202424750001493152-24-031404
10-Q2024-05-20fiscal Q1 202424610001493152-24-020726
10-K2024-04-17fiscal FY 202329580001493152-24-015016
10-Q2023-11-13fiscal Q3 202323670001493152-23-040381
10-Q/A2023-09-14fiscal Q2 202323670001493152-23-032598
10-Q2023-08-21fiscal Q2 202323670001493152-23-029552
10-Q2023-05-18fiscal Q1 202322500001493152-23-018012
10-K2023-04-18fiscal FY 202227550001493152-23-012641
10-Q2022-11-14fiscal Q3 202225640001493152-22-031951
10-Q/A2022-10-26fiscal Q3 202131760001493152-22-029612
10-Q/A2022-10-25fiscal Q2 202127720001493152-22-029466
10-Q/A2022-10-25fiscal Q1 202127490001493152-22-029464
10-Q2022-08-19fiscal Q2 202226670001493152-22-023636
10-Q2022-05-16fiscal Q1 202230590001493152-22-013458
10-K2022-04-15fiscal FY 202130560001493152-22-010033
10-Q/A2021-12-17fiscal Q3 202128700001493152-21-031848
10-Q2021-11-16fiscal Q3 202127690001493152-21-028791
10-Q/A2021-11-01fiscal Q2 202126660001493152-21-026877
10-Q2021-08-25fiscal Q2 202126660001493152-21-021218
10-Q2021-05-17fiscal Q1 202126520001493152-21-011707
10-K2021-04-14fiscal FY 202025430001760319-21-000039
10-Q2020-11-23fiscal Q3 202022460001760319-20-000104
10-Q2020-08-24fiscal Q2 202014240001760319-20-000069
10-Q/A2020-08-03fiscal Q1 202018360001760319-20-000056
10-Q2020-06-24fiscal Q1 202017330001760319-20-000038
10-K2020-06-01fiscal FY 201918180001760319-20-000024

Inspect the source

Entity
GIVEMEPOWER CORPORATION / CIK 0001064722
Captured
2026-09-21T17:17:50.726Z
SEC response SHA-256
72729e38f536aaffd34ebfa18de347c6dafaeec2c84fdd64b0304f100aeaed53

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