Skip to content

Exceed World, Inc.: filings

Every Exceed World, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-K2026-01-13fiscal FY 202534700001634293-26-000002
10-Q2025-08-19fiscal Q3 202531940001599916-25-000103
10-Q2025-05-20fiscal Q2 202531900001599916-25-000066
10-Q2025-02-19fiscal Q1 202531660001599916-25-000018
10-K2025-01-14fiscal FY 202432650001599916-25-000002
10-Q2024-08-19fiscal Q3 202430920001599916-24-000209
10-Q2024-05-20fiscal Q2 202430880001599916-24-000136
10-Q2024-02-16fiscal Q1 202430640001599916-24-000060
10-K2024-01-05fiscal FY 202331640001599916-24-000027
10-Q2023-08-14fiscal Q3 202330920001599916-23-000174
10-Q2023-05-15fiscal Q2 202330880001599916-23-000108
10-Q2023-02-14fiscal FY 202332700001599916-23-000039
10-K2023-01-09fiscal FY 202232680001599916-23-000009
10-Q2022-08-22fiscal Q3 2022321020001599916-22-000232
10-Q2022-05-20fiscal Q2 202232960001599916-22-000128
10-Q2022-02-22fiscal Q1 202230640001599916-22-000050
10-K2022-01-13fiscal FY 202130630001599916-22-000018
10-Q2021-08-19fiscal Q3 2021321010001599916-21-000188
10-Q2021-05-19fiscal Q2 202127760001599916-21-000093
10-Q2021-02-22fiscal Q1 202127540001599916-21-000024
10-K2021-01-13fiscal FY 202027530001599916-21-000002
10-Q2020-08-19fiscal Q3 202027770001599916-20-000100
10-Q2020-06-25fiscal Q2 202027750001599916-20-000071
10-Q2020-05-21fiscal Q1 202027530001599916-20-000061
10-K2020-03-20fiscal FY 201927530001599916-20-000045
10-Q2019-09-25fiscal Q3 201924610001599916-19-000145
10-Q/A2019-07-11fiscal Q2 201926670001599916-19-000110
10-Q/A2019-07-11fiscal Q1 201925470001599916-19-000107
10-K/A2019-07-11fiscal FY 201825500001599916-19-000106
10-Q2019-05-15fiscal Q2 201926670001599916-19-000082
10-Q2019-02-13fiscal Q1 201925470001599916-19-000019
10-K2019-01-14fiscal FY 201825500001599916-19-000005
10-Q2018-08-20fiscal Q3 201824560001599916-18-000160
10-Q2018-05-15fiscal Q2 201823540001599916-18-000093
10-Q2018-02-14fiscal Q1 201822410001599916-18-000040
10-K2018-01-02fiscal FY 201726490001599916-18-000002
10-Q2017-08-14fiscal Q3 201722520001599916-17-000005
10-Q2017-05-11fiscal Q2 201720490001627469-17-000017
10-Q2017-02-10fiscal Q1 201719330001690824-17-000013
10-Q2016-10-11fiscal Q3 201619350001675426-16-000061
10-Q2016-07-05fiscal Q2 201620360001675426-16-000015
10-Q2016-04-06fiscal Q1 201617240001657250-16-000051
10-K2016-02-22fiscal FY 201510180001657250-16-000026
10-Q2015-10-15fiscal Q3 20159170001627469-15-000069
10-Q2015-07-20fiscal Q2 20158150001627469-15-000033

Inspect the source

Entity
Exceed World, Inc. / CIK 0001634293
Captured
2026-09-21T17:22:13.681Z
SEC response SHA-256
7ccadbd3f9c718584a0bad58b033184c5bf114e933c3f9f780642649863e00e4

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