Skip to content

EOS INC.: filings

Every EOS INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-K/A2025-04-02fiscal FY 202345910001575872-25-000278
10-K/A2025-02-25fiscal FY 202345910001575872-25-000176
10-K/A2024-12-12fiscal FY 202345910001575872-24-001253
10-Q2024-08-19fiscal Q2 2024431240001575872-24-000927
10-K/A2024-08-06fiscal FY 202345910001575872-24-000877
10-Q/A2024-05-30fiscal Q1 202444930001575872-24-000602
10-K/A2024-05-30fiscal FY 202345910001575872-24-000601
10-Q2024-05-21fiscal Q1 202444930001575872-24-000551
10-K2024-04-16fiscal FY 202345910001575872-24-000359
10-Q2023-11-17fiscal Q3 2023431220001575872-23-001784
10-Q2023-08-14fiscal Q2 2023451290001575872-23-001310
10-Q2023-05-16fiscal Q1 202346940001575872-23-000768
10-K/A2023-04-06fiscal FY 202246900001575872-23-000524
10-K2023-03-31fiscal FY 202246900001575872-23-000487
10-Q2022-11-14fiscal Q3 2022461300001575872-22-001089
10-Q2022-08-31fiscal Q2 2022461280001575872-22-000836
10-Q2022-05-23fiscal Q1 202240850001575872-22-000445
10-K2022-04-18fiscal FY 202141840001575872-22-000284
10-Q2021-11-19fiscal Q3 2021371090001640334-21-002908
10-Q2021-08-16fiscal Q2 2021361030001640334-21-001909
10-K2021-04-15fiscal FY 202036700001640334-21-000944
10-Q2021-01-25fiscal Q3 202038990001640334-21-000205
10-Q2020-08-21fiscal Q2 202037930001640334-20-002220
10-Q2020-06-25fiscal Q1 202035700001640334-20-001594
10-K2020-04-16fiscal FY 201934660001640334-20-000856
10-Q2019-11-14fiscal Q3 201934900001640334-19-002334
10-Q2019-08-14fiscal Q2 201934900001640334-19-001623
10-Q2019-05-21fiscal Q1 201934680001640334-19-000944
10-K2019-04-15fiscal FY 201831640001640334-19-000610
10-Q2018-11-14fiscal Q3 201833820001640334-18-002144
10-Q2018-08-14fiscal Q2 201832800001640334-18-001547
10-Q2018-05-15fiscal Q1 201827550001640334-18-000973
10-K2018-04-04fiscal FY 201728560001640334-18-000626
10-K2018-02-12fiscal FY 201616300001640334-18-000269
10-Q2017-11-13fiscal Q3 201729760001640334-17-002345
10-Q2017-08-14fiscal Q2 201726650001640334-17-001651
10-Q2017-05-15fiscal Q1 201716330001640334-17-000946
10-K2017-04-14fiscal FY 201616300001640334-17-000695
10-Q/A2016-12-12fiscal Q3 201613300001640334-16-002190
10-Q/A2016-12-12fiscal Q2 201614320001640334-16-002189
10-Q/A2016-12-12fiscal Q1 201613200001640334-16-002188
10-Q2016-11-14fiscal Q3 201613300001640334-16-001961
10-Q2016-08-15fiscal Q2 201614320001640334-16-001538
10-Q2016-05-13fiscal Q1 201613200001640334-16-001063
10-K2016-03-23fiscal FY 201513130001640334-16-000857
10-Q2016-01-08fiscal Q3 201513130001640334-16-000530

Inspect the source

Entity
EOS INC. / CIK 0001651958
Captured
2026-09-21T17:21:57.116Z
SEC response SHA-256
f371ca71c07d68ade4c071a24a2b3d51a7d9a09fa6add8e91bbfa1602388dc19

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