Skip to content

GPODS, INC.: filings

Every GPODS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-10fiscal Q1 202721420001493152-26-036817
10-K2026-07-14fiscal FY 202621410001493152-26-033140
10-Q2026-02-05fiscal Q3 202621600001493152-26-005184
10-Q2025-11-12fiscal Q2 202621610001493152-25-021632
10-Q2025-08-11fiscal Q1 202619400001641172-25-022930
10-K2025-07-14fiscal FY 202521410001641172-25-019058
10-Q2025-02-12fiscal Q3 202521580001493152-25-006010
10-Q2024-11-12fiscal Q2 202521620001493152-24-044765
10-Q2024-08-05fiscal Q1 202519400001493152-24-030205
10-K2024-04-26fiscal FY 202423440001493152-24-016262
10-Q2024-02-13fiscal Q3 202421550001493152-24-005960
10-Q2024-02-13fiscal Q2 202421550001493152-24-005958
10-Q2024-02-13fiscal Q1 202420400001493152-24-005951
10-K2024-02-12fiscal FY 202321420001493152-24-005797
10-Q2024-02-01fiscal Q3 202321520001493152-24-004588
10-Q2024-02-01fiscal Q2 202320500001493152-24-004582
10-Q2024-02-01fiscal Q1 202320390001493152-24-004578
10-K2024-01-30fiscal FY 202220410001493152-24-004215
10-Q2024-01-24fiscal Q3 202220510001493152-24-003535
10-Q2024-01-24fiscal Q2 202219490001493152-24-003532
10-Q2024-01-24fiscal Q1 202220380001493152-24-003529
10-K2024-01-23fiscal FY 202120400001493152-24-003433
10-Q2024-01-17fiscal Q3 202121630001493152-24-002521
10-Q2024-01-16fiscal Q2 202120600001493152-24-002355
10-Q2024-01-16fiscal Q1 202120450001493152-24-002352
10-K2024-01-10fiscal FY 202023430001493152-24-001932
10-Q2020-01-23fiscal Q3 202023590001078782-20-000041
10-Q2019-11-12fiscal Q2 202022560001078782-19-000823
10-Q2019-08-07fiscal Q1 202020440001078782-19-000634
10-K2019-06-25fiscal FY 201921450001078782-19-000543
10-Q2019-02-08fiscal Q3 201920470001078782-19-000107
10-Q2018-11-14fiscal Q2 201919450001078782-18-001300

Inspect the source

Entity
GPODS, INC. / CIK 0001748232
Captured
2026-09-21T17:25:52.579Z
SEC response SHA-256
74ed799d4b9870ac14893709ff1c49f73378a601b70bf2585d2f193b341f2781

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