Skip to content

ADM ENDEAVORS, INC.: filings

Every ADM ENDEAVORS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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 2026371030001493152-26-038230
10-Q2026-05-15fiscal Q1 202636740001493152-26-023705
10-K2026-03-31fiscal FY 202539790001493152-26-014297
10-Q2025-11-14fiscal Q3 2025371070001493152-25-023343
10-Q2025-08-14fiscal Q2 2025361000001641172-25-023874
10-Q2025-05-15fiscal Q1 202536730001641172-25-010690
10-K2025-03-31fiscal FY 202441810001641172-25-001794
10-Q2024-11-14fiscal Q3 2024381090001493152-24-045627
10-Q2024-08-14fiscal Q2 2024381030001493152-24-032327
10-Q2024-05-20fiscal Q1 202438760001493152-24-020750
10-K2024-04-16fiscal FY 202341810001493152-24-014869
10-Q2023-11-14fiscal Q3 2023391100001493152-23-041132
10-Q2023-08-18fiscal Q2 2023401100001493152-23-029418
10-Q2023-05-15fiscal Q1 202340800001493152-23-017163
10-K2023-03-29fiscal FY 202243830001493152-23-009398
10-Q2022-11-07fiscal Q3 2022401120001493152-22-030789
10-Q2022-08-15fiscal Q2 2022401060001493152-22-022812
10-Q2022-05-10fiscal Q1 202240770001493152-22-012664
10-K2022-03-15fiscal FY 202140790001493152-22-006820
10-Q2021-11-03fiscal Q3 2021391020001493152-21-027090
10-Q2021-07-20fiscal Q2 202137960001493152-21-017307
10-Q2021-05-11fiscal Q1 202136790001493152-21-010969
10-K2021-03-24fiscal FY 202041810001493152-21-006734
10-Q2020-10-26fiscal Q3 2020401020001493152-20-019921
10-Q2020-07-30fiscal Q2 2020391000001493152-20-014253
10-Q2020-05-15fiscal Q1 202039750001493152-20-008890
10-K2020-05-13fiscal FY 201939740001493152-20-008454
10-Q2019-11-19fiscal Q3 2019381000001493152-19-017984
10-Q2019-08-19fiscal Q2 201938970001493152-19-012972
10-Q2019-05-20fiscal Q1 201937660001493152-19-007880
10-K2019-04-16fiscal FY 201837690001493152-19-005499
10-Q2018-11-19fiscal Q3 201833840001493152-18-016527
10-Q2018-08-20fiscal Q2 201832800001493152-18-012375
10-Q2018-05-22fiscal Q1 201825490001493152-18-007622
10-K2018-04-17fiscal FY 201731580001493152-18-005367
10-Q2017-11-20fiscal Q3 201728780001493152-17-013555
10-Q2017-08-30fiscal Q2 201728780001493152-17-010060
10-Q2017-06-15fiscal Q1 201727530001493152-17-006652
10-K2017-06-06fiscal FY 201629570001493152-17-006266
10-Q2017-02-13fiscal Q3 201627780001493152-17-001415
10-Q2017-02-13fiscal Q2 201627760001493152-17-001413
10-Q2017-02-13fiscal Q1 201627540001493152-17-001410
10-K2017-01-24fiscal FY 201529550001493152-17-000762
10-Q2016-03-09fiscal Q3 201525660001445866-16-001688
10-Q2016-03-09fiscal Q2 201525650001445866-16-001687
10-Q2016-03-09fiscal Q1 201525460001445866-16-001686
10-K2015-03-31fiscal FY 201424470001445866-15-000345
10-Q2014-11-14fiscal Q3 201425630001262463-14-001067
10-Q2014-08-14fiscal Q2 201424620001262463-14-000731
10-Q2014-05-14fiscal Q1 201421420001262463-14-000422

Inspect the source

Entity
ADM ENDEAVORS, INC. / CIK 0001588014
Captured
2026-09-20T09:23:36.436Z
SEC response SHA-256
60ed130183f35cdef15fe9554c24e4a627775726f9887c3438030ff4b2147b62

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