Skip to content

Endurance Exploration Group, Inc.: filings

Every Endurance Exploration Group, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 38 filings, each linked to its SEC index.

Filing record ends 2018-11-14

The latest filing in this captured record is a 10-Q filed 2018-11-14. No later filing is in the SEC companyfacts record captured on 2026-09-23. Endurance Exploration Group, Inc. may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

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-Q2018-11-14fiscal Q3 201822540001511164-18-000655
10-Q2018-08-30fiscal Q2 201822530001511164-18-000555
10-Q2018-08-14fiscal Q2 201822530001511164-18-000501
10-Q2018-05-15fiscal Q1 201820400001511164-18-000315
10-K2018-03-29fiscal FY 201723460001511164-18-000189
10-Q2017-11-13fiscal Q3 201721540001511164-17-000657
10-Q2017-08-11fiscal Q2 201721520001511164-17-000485
10-Q2017-05-15fiscal Q1 201719400001511164-17-000285
10-K2017-04-17fiscal FY 201623480001511164-17-000203
10-Q2017-04-12fiscal Q3 201622590001511164-17-000191
10-Q2017-04-11fiscal Q2 201622590001511164-17-000178
10-Q2017-01-18fiscal Q3 201621580001511164-17-000027
10-Q2016-11-14fiscal Q3 201621580001511164-16-001128
10-Q2016-08-09fiscal Q2 201621580001511164-16-000971
10-Q2016-05-12fiscal Q1 201620430001511164-16-000813
10-K2016-03-30fiscal FY 201525520001511164-16-000718
10-Q2015-11-16fiscal Q3 201521520001511164-15-000543
10-Q2015-08-14fiscal Q2 201520550001511164-15-000403
10-Q2015-05-12fiscal Q1 201520410001511164-15-000255
10-K2015-03-26fiscal FY 201422470001511164-15-000160
10-Q2014-12-02fiscal Q2 201420540001511164-14-000733
10-Q2014-12-02fiscal Q1 201420410001511164-14-000732
10-K2014-12-02fiscal FY 201320420001511164-14-000731
10-Q2014-11-19fiscal Q3 201421550001511164-14-000705
10-Q2014-08-13fiscal Q2 201420480001511164-14-000445
10-K2014-08-08fiscal FY 201318320001511164-14-000427
10-Q2014-05-13fiscal Q1 201420370001511164-14-000241
10-K2014-02-25fiscal FY 201318320001511164-14-000103
10-Q2013-11-14fiscal Q3 201314300001511164-13-000530
10-Q2013-09-12fiscal Q2 201314330001511164-13-000448
10-Q2013-06-12fiscal Q2 201314230001511164-13-000289
10-K2013-04-09fiscal FY 201216290001511164-13-000172
10-Q2013-04-04fiscal Q3 201211240001511164-13-000166
10-Q2013-04-04fiscal Q2 201211270001511164-13-000164
10-Q2013-04-02fiscal Q1 201210200001511164-13-000158
10-K2013-03-08fiscal FY 201111170001511164-13-000122
10-Q2013-03-08fiscal Q3 201110170001511164-13-000120
10-Q2013-03-06fiscal Q2 201110180001511164-13-000110

Inspect the source

Entity
Endurance Exploration Group, Inc. / CIK 0001392902
Captured
SEC response SHA-256
59e3da94e5fa93625d08f1bc88fe85faaa1e0564d00a5829848b67ce9cec962c

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