Skip to content

Aqua Metals, Inc.: filings

Every Aqua Metals, 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-Q2026-07-30fiscal Q2 202638990001437749-26-025091
10-Q2026-05-14fiscal Q1 202637740001437749-26-017038
10-K2026-03-31fiscal FY 202541830001437749-26-010705
10-Q2025-11-12fiscal Q3 2025391010001437749-25-034439
10-Q2025-08-13fiscal Q2 2025391010001437749-25-026499
10-Q2025-05-08fiscal Q1 202540810001437749-25-015480
10-K2025-03-31fiscal FY 202443860001437749-25-010177
10-Q2024-11-14fiscal Q3 2024421110001437749-24-035288
10-Q2024-08-14fiscal Q2 2024411070001437749-24-026781
10-Q2024-05-15fiscal Q1 202439790001437749-24-017078
10-K2024-03-28fiscal FY 202343860001437749-24-009870
10-Q2023-11-08fiscal Q3 2023431130001437749-23-030935
10-Q2023-08-09fiscal Q2 2023431130001437749-23-022774
10-Q2023-05-04fiscal Q1 202342830001437749-23-012552
10-K2023-03-09fiscal FY 202243860001437749-23-005964
10-Q2022-11-03fiscal Q3 2022421120001437749-22-025754
10-Q2022-07-21fiscal Q2 2022421120001437749-22-017523
10-Q2022-04-28fiscal Q1 202241840001437749-22-010074
10-K2022-02-24fiscal FY 202140810001437749-22-004317
10-Q2021-11-04fiscal Q3 2021411060001437749-21-025281
10-Q2021-07-29fiscal Q2 2021401040001437749-21-017874
10-Q2021-04-29fiscal Q1 202140820001437749-21-010201
10-K2021-02-25fiscal FY 2020411460001437749-21-004116
10-Q2020-10-22fiscal Q3 2020411060001437749-20-021490
10-Q2020-08-04fiscal Q2 2020421120001621832-20-000114
10-Q2020-04-30fiscal Q1 202042870001621832-20-000069
10-K2020-03-11fiscal FY 2019451530001621832-20-000036
10-Q2019-11-12fiscal Q3 2019431120001621832-19-000109
10-Q2019-07-31fiscal Q2 2019431120001621832-19-000075
10-Q2019-05-09fiscal Q1 201943870001621832-19-000043
10-K2019-02-28fiscal FY 2018431860001621832-19-000009
10-Q2018-11-07fiscal Q3 2018391000001493152-18-015324
10-Q2018-08-08fiscal Q2 2018391000001493152-18-011168
10-Q2018-05-09fiscal Q1 201838760001615774-18-003517
10-K2018-03-15fiscal FY 2017431710001615774-18-001909
10-Q2017-11-09fiscal Q3 201737910001615774-17-006420
10-Q2017-08-09fiscal Q2 201734850001615774-17-004189
10-Q2017-05-10fiscal Q1 201732640001615774-17-002178
10-K2017-03-02fiscal FY 2016361380001615774-17-000866
10-Q2016-11-07fiscal Q3 201631830001615774-16-008053
10-Q2016-08-10fiscal Q2 201631800001615774-16-006677
10-Q2016-05-19fiscal Q1 201630600001615774-16-005519
10-K2016-03-28fiscal FY 201532590001615774-16-004637
10-Q2015-11-10fiscal Q3 201532730001615774-15-003198
10-Q2015-09-14fiscal Q2 201529550001615774-15-002562

Inspect the source

Entity
Aqua Metals, Inc. / CIK 0001621832
Captured
2026-09-21T17:20:47.912Z
SEC response SHA-256
772388066c02d56094f72982eca7b7f3a9f5da33c141316c63ee2c2e76583858

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