Skip to content

Everpure, Inc.: filings

Every Everpure, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-09-04fiscal Q2 2027541510001474432-26-000088
10-Q2026-06-05fiscal Q1 2027541110001474432-26-000061
10-K2026-03-25fiscal FY 2026581490001474432-26-000027
10-Q2025-12-10fiscal Q3 2026531500001474432-25-000065
10-Q2025-09-10fiscal Q2 2026531500001474432-25-000046
10-Q2025-06-11fiscal Q1 2026531100001628280-25-030567
10-K2025-03-27fiscal FY 2025571500001628280-25-015044
10-Q2024-12-12fiscal Q3 2025531500001628280-24-050852
10-Q2024-09-11fiscal Q2 2025531500001628280-24-040066
10-Q2024-06-13fiscal Q1 2025531100001628280-24-027955
10-K2024-04-01fiscal FY 2024571500001628280-24-013860
10-Q2023-12-15fiscal Q3 2024511460001628280-23-041629
10-Q2023-09-14fiscal Q2 2024541540001628280-23-032228
10-Q2023-06-16fiscal Q1 2024531100001628280-23-022333
10-K2023-04-03fiscal FY 2023581520001628280-23-010275
10-Q2022-12-15fiscal Q3 2023541520001628280-22-031956
10-Q2022-09-15fiscal Q2 2023541520001628280-22-024939
10-Q2022-06-16fiscal Q1 2023531100001628280-22-017288
10-K2022-04-07fiscal FY 2022551450001628280-22-008643
10-Q2021-12-07fiscal Q3 2022521480001628280-21-024638
10-Q2021-09-08fiscal Q2 2022521480001628280-21-018247
10-Q2021-06-08fiscal Q1 2022481000001628280-21-011838
10-K2021-03-25fiscal FY 2021531380001628280-21-005538
10-Q2020-12-09fiscal Q3 2020481320001628280-20-017299
10-Q2020-09-11fiscal Q2 2020481320001628280-20-013458
10-Q2020-06-11fiscal Q1 2020481000001628280-20-009289
10-K2020-03-27fiscal FY 2020531350001628280-20-004133
10-Q2019-12-09fiscal Q3 2020491330001628280-19-014877
10-Q2019-08-30fiscal Q2 2020491340001628280-19-011331
10-Q2019-06-07fiscal Q1 2020491020001628280-19-007753
10-K2019-03-26fiscal FY 2019501290001628280-19-003437
10-Q2018-12-06fiscal Q3 2019451190001628280-18-014872
10-Q2018-09-04fiscal Q2 2019431120001628280-18-011594
10-Q2018-06-08fiscal Q1 201942870001628280-18-007756
10-K2018-03-26fiscal FY 2018391000001628280-18-003579
10-Q2017-12-08fiscal Q3 2018401060001628280-17-012265
10-Q2017-09-05fiscal Q2 2017401060001628280-17-009061
10-Q2017-06-07fiscal Q1 201740820001628280-17-006263
10-K2017-03-29fiscal FY 2016401030001628280-17-003034
10-Q2016-12-13fiscal Q3 2016371000001628280-16-022007
10-Q2016-09-06fiscal Q2 2016371000001628280-16-019406
10-Q2016-06-03fiscal Q1 201637760001564590-16-020289
10-K2016-03-25fiscal FY 201637960001564590-16-015322
10-Q2015-12-11fiscal Q3 201536960001564590-15-011439

Inspect the source

Entity
Everpure, Inc. / CIK 0001474432
Captured
2026-09-20T09:07:58.912Z
SEC response SHA-256
ca3fa3e8251fe0c670cbe836be5a3965e36a75cba5ecc28e1a923793a07083d3

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