Skip to content

ATOMERA INCORPORATED: filings

Every ATOMERA INCORPORATED annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-06fiscal Q2 2026411240001683168-26-006050
10-Q2026-05-05fiscal Q1 202642880001683168-26-003501
10-K2026-02-24fiscal FY 202546940001683168-26-001291
10-Q2025-10-29fiscal Q3 2025411260001683168-25-007840
10-Q2025-08-05fiscal Q2 2025411220001683168-25-005672
10-Q2025-05-08fiscal Q1 202541860001683168-25-003249
10-K2025-03-04fiscal FY 202446940001683168-25-001330
10-Q2024-10-29fiscal Q3 2024411260001683168-24-007452
10-Q2024-07-30fiscal Q2 2024401200001683168-24-005141
10-Q2024-04-30fiscal Q1 202438800001683168-24-002847
10-K2024-02-15fiscal FY 202342860001683168-24-001031
10-Q2023-11-01fiscal Q3 2023391240001683168-23-007564
10-Q2023-08-02fiscal Q2 2023381160001683168-23-005213
10-Q2023-04-26fiscal Q1 202340840001683168-23-002651
10-K2023-02-15fiscal FY 202243880001683168-23-000938
10-Q2022-11-09fiscal Q3 2022371180001683168-22-007448
10-Q2022-08-02fiscal Q2 2022381160001683168-22-005263
10-Q2022-04-27fiscal Q1 202236760001683168-22-002975
10-K2022-02-15fiscal FY 202139800001683168-22-001031
10-Q2021-11-01fiscal Q3 2021361090001683168-21-005174
10-Q2021-08-04fiscal Q2 202134990001683168-21-003269
10-Q2021-05-07fiscal Q1 202135730001683168-21-001816
10-K2021-02-19fiscal FY 202038770001683168-21-000648
10-Q2020-11-03fiscal Q3 2020361030001683168-20-003663
10-Q2020-08-07fiscal Q2 202035970001683168-20-002571
10-Q2020-05-11fiscal Q1 202034710001683168-20-001487
10-K2020-03-13fiscal FY 201938760001683168-20-000799
10-Q2019-11-05fiscal Q3 2019351010001683168-19-003445
10-Q2019-08-09fiscal Q2 201935970001683168-19-002518
10-Q2019-05-08fiscal Q1 201934710001683168-19-001410
10-K2019-03-11fiscal FY 201833680001683168-19-000596
10-Q2018-11-05fiscal Q3 201829800001683168-18-003243
10-Q2018-08-09fiscal Q2 201829800001683168-18-002236
10-Q2018-05-15fiscal Q1 201826540001683168-18-001368
10-K2018-03-06fiscal FY 201734700001683168-18-000599
10-Q2017-11-08fiscal Q3 201725680001683168-17-002869
10-Q2017-08-08fiscal Q2 201722620001683168-17-001980
10-Q2017-05-05fiscal Q1 201722460001683168-17-001112
10-K2017-03-31fiscal FY 201626540001683168-17-000713
10-Q2016-11-08fiscal Q3 201621580001683168-16-000509
10-Q2016-09-19fiscal Q2 201618460001615774-16-007250

Inspect the source

Entity
ATOMERA INCORPORATED / CIK 0001420520
Captured
2026-09-20T08:03:05.339Z
SEC response SHA-256
e41e299020df183b8382c73b4feeee7e2d319a4c0db39f004c95833d7307a20e

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