Skip to content

Aterian, Inc.: filings

Every Aterian, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 31 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-08-14fiscal Q2 2026401100001437749-26-028004
10-Q2026-05-15fiscal Q1 202641840001437749-26-017437
10-K2026-03-23fiscal FY 202549990001437749-26-009285
10-Q2025-11-13fiscal Q3 2025421140001437749-25-034871
10-Q2025-08-13fiscal Q2 2025421130001437749-25-026526
10-Q2025-05-15fiscal Q1 202542860001437749-25-017173
10-K2025-03-25fiscal FY 2024501010001437749-25-009139
10-Q2024-11-12fiscal Q3 2024431180001437749-24-034539
10-Q2024-08-09fiscal Q2 2024431180001437749-24-025892
10-Q2024-05-15fiscal Q1 202441840001437749-24-017071
10-K2024-03-19fiscal FY 2023501020001437749-24-008398
10-Q2023-11-08fiscal Q3 2023441190001437749-23-030994
10-Q2023-08-09fiscal Q2 2023451230000950170-23-040550
10-Q2023-05-10fiscal Q1 202344870000950170-23-020586
10-K2023-03-16fiscal FY 2022531040000950170-23-008509
10-Q2022-11-09fiscal Q3 2022461240000950170-22-023937
10-Q2022-08-08fiscal Q2 2022461250001564590-22-028487
10-Q2022-05-10fiscal Q1 202240790001564590-22-019333
10-K2022-03-16fiscal FY 2021461200001564590-22-010668
10-Q2021-11-09fiscal Q3 2021411090001564590-21-055457
10-Q2021-08-09fiscal Q2 2021411090001564590-21-042357
10-Q2021-05-11fiscal Q1 202136740001564590-21-026176
10-K2021-03-16fiscal FY 202044880001564590-21-013336
10-Q2020-11-09fiscal Q3 2020391060001564590-20-052585
10-Q2020-07-30fiscal Q2 2020391060001564590-20-034882
10-Q2020-05-11fiscal Q1 202037760001564590-20-024353
10-K2020-03-30fiscal FY 201944890001564590-20-014235
10-Q/A2020-03-30fiscal Q3 2019391100001564590-20-014227
10-Q/A2020-03-30fiscal Q2 2019391110001564590-20-014215
10-Q2019-11-05fiscal Q3 2019391100001564590-19-040447
10-Q2019-08-01fiscal Q2 2019391110001564590-19-028010

Inspect the source

Entity
Aterian, Inc. / CIK 0001757715
Captured
2026-09-21T17:29:27.415Z
SEC response SHA-256
5559438810c59a014d3288d5598230767631645982ae5637f3b0b115f951b34f

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