Skip to content

Amesite Inc.: filings

Every Amesite Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-05-18fiscal Q3 2026331000001213900-26-058512
10-Q2026-02-06fiscal Q2 202631940001213900-26-012916
10-Q2025-10-24fiscal Q1 202631660001213900-25-102257
10-K2025-09-29fiscal FY 202537710001213900-25-093213
10-Q2025-05-15fiscal Q3 202534990001213900-25-044301
10-Q2025-02-07fiscal Q2 202531920001213900-25-011338
10-Q/A2025-01-02fiscal Q1 202530620001213900-25-000445
10-K/A2025-01-02fiscal FY 202436710001213900-25-000438
10-Q2024-11-14fiscal Q1 202530620001213900-24-098441
10-K2024-09-30fiscal FY 202436710001213900-24-083458
10-Q2024-05-10fiscal Q3 202430850001213900-24-041800
10-Q2024-02-14fiscal Q2 202430810001213900-24-014049
10-Q2023-11-13fiscal Q1 202431660001213900-23-086169
10-K2023-10-06fiscal FY 202333680001213900-23-081208
10-Q2023-05-15fiscal Q3 202327850001213900-23-039842
10-Q2023-02-17fiscal Q2 202329850001213900-23-012931
10-Q2022-11-10fiscal Q1 202230650001213900-22-071308
10-K2022-09-28fiscal FY 202233690001213900-22-059740
10-Q2022-05-13fiscal Q3 202227790001213900-22-026115
10-Q2022-02-18fiscal Q2 202227730001213900-22-008486
10-Q2021-11-15fiscal Q1 202226570001213900-21-059346
10-K2021-09-10fiscal FY 202130600001213900-21-047257
10-Q2021-05-14fiscal Q3 202127750001213900-21-026408
10-Q2021-02-12fiscal Q2 202127720001213900-21-008960
10-Q2020-11-16fiscal Q1 202127550001213900-20-037381

Inspect the source

Entity
Amesite Inc. / CIK 0001807166
Captured
2026-09-21T17:28:03.682Z
SEC response SHA-256
461c5975337814f2ee2af0d6667a281ad65728a8a27803451b3699350e7124cc

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