Skip to content

AGAPE ATP CORPORATION: filings

Every AGAPE ATP CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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 2026491370001493152-26-037992
10-Q2026-05-15fiscal Q1 202649960001493152-26-023388
10-K2026-04-13fiscal FY 202550980001493152-26-016297
10-Q2025-11-13fiscal Q3 2025501480001493152-25-022092
10-Q2025-08-13fiscal Q2 2025501420001641172-25-023358
10-Q2025-05-15fiscal Q1 202550980001641172-25-010660
10-K2025-03-31fiscal FY 2024501020001641172-25-001611
10-Q2024-11-14fiscal Q3 2024491490001493152-24-045337
10-Q2024-08-14fiscal Q2 2024491450001493152-24-031883
10-Q2024-05-14fiscal Q1 2024491000001493152-24-019120
10-K2024-04-01fiscal FY 2023511030001493152-24-012467
10-Q2023-11-14fiscal Q3 2023491480001493152-23-040842
10-Q2023-08-14fiscal Q2 2023501470001493152-23-028201
10-Q2023-05-15fiscal Q1 202348990001493152-23-017030
10-K2023-03-31fiscal FY 202249990001493152-23-010029
10-Q2022-11-14fiscal Q3 2022491400001493152-22-031492
10-Q2022-08-11fiscal Q2 2022491370001493152-22-022006
10-K/A2022-07-05fiscal FY 202149970001493152-22-018503
10-Q/A2022-07-05fiscal Q3 2021451250001493152-22-018498
10-Q/A2022-05-18fiscal Q3 2021451250001493152-22-014322
10-K/A2022-05-18fiscal FY 202149970001493152-22-014320
10-Q2022-05-13fiscal Q1 202248940001493152-22-013344
10-K2022-03-28fiscal FY 202147930001493152-22-007862
10-Q2021-11-12fiscal Q3 2021431170001493152-21-028076
10-Q2021-08-13fiscal Q2 2021431140001493152-21-019624
10-Q2021-05-17fiscal Q1 202144740001493152-21-011704
10-K2021-03-31fiscal FY 202045830001493152-21-007316
10-Q2020-11-16fiscal Q3 2020441040001493152-20-021398
10-Q2020-08-13fiscal Q2 202043990001493152-20-015471
10-Q2020-05-14fiscal Q1 202024460001493152-20-008620
10-K2020-03-27fiscal FY 201925770001493152-20-004884
10-K/A2019-12-02fiscal FY 201923430001493152-19-018590
10-Q2019-11-12fiscal Q1 202021420001493152-19-016747
10-K2019-09-13fiscal FY 201923430001493152-19-014069
10-Q2019-05-13fiscal Q3 201923510001493152-19-006848
10-Q2019-02-15fiscal Q2 201922500001493152-19-002158
10-Q2018-11-13fiscal Q1 201921420001493152-18-015629
10-K2018-09-27fiscal FY 201822380001493152-18-013792
10-Q/A2018-06-19fiscal Q3 201821330001493152-18-008902
10-Q2018-05-15fiscal Q3 201821330001493152-18-006857
10-Q2018-02-13fiscal Q2 201822360001493152-18-001912
10-Q2017-11-13fiscal Q1 201820310001493152-17-012808

Inspect the source

Entity
AGAPE ATP CORPORATION / CIK 0001713210
Captured
2026-09-21T17:26:52.601Z
SEC response SHA-256
a5c50b823fe61289730b0fcee308d099c56695c3b96cbcaccd763ca688184b7b

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