Skip to content

ASPEN AEROGELS, INC.: filings

Every ASPEN AEROGELS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-07fiscal Q2 2026481280001193125-26-340275
10-Q2026-05-08fiscal Q1 202648960001193125-26-214672
10-K/A2026-03-23fiscal FY 2025491220001193125-26-119892
10-K2026-03-13fiscal FY 2025491220001193125-26-106453
10-Q2025-11-06fiscal Q3 2025471310001193125-25-270038
10-Q2025-08-07fiscal Q2 2025471270001193125-25-175489
10-Q2025-05-08fiscal Q1 202547950000950170-25-066992
10-K2025-02-27fiscal FY 2024461160000950170-25-029252
10-Q2024-11-07fiscal Q3 2024461260000950170-24-123427
10-Q2024-08-08fiscal Q2 2024451210000950170-24-094005
10-Q2024-05-02fiscal Q1 202445900000950170-24-052139
10-K2024-03-07fiscal FY 2023431090000950170-24-028127
10-Q2023-11-02fiscal Q3 2023431190000950170-23-058227
10-Q2023-08-03fiscal Q2 2023431150000950170-23-038088
10-Q2023-05-04fiscal Q1 202343860000950170-23-017876
10-K2023-03-16fiscal FY 2022431090000950170-23-008476
10-Q2022-11-07fiscal Q3 2022431190001564590-22-036861
10-Q2022-08-04fiscal Q2 2022431150001564590-22-028016
10-Q2022-05-10fiscal Q1 202239790001564590-22-019330
10-K2022-03-01fiscal FY 202140980001564590-22-007814
10-Q2021-11-04fiscal Q3 2021401050001564590-21-054566
10-Q2021-08-04fiscal Q2 2021411020001564590-21-040911
10-Q2021-05-04fiscal Q1 202141820001564590-21-023405
10-K2021-03-12fiscal FY 2020411330001564590-21-012925
10-Q2020-11-05fiscal Q3 2020421080001564590-20-050780
10-Q2020-08-05fiscal Q2 2020431060001564590-20-036904
10-Q2020-05-04fiscal Q1 202041840001564590-20-020868
10-K2020-03-06fiscal FY 2019401320001564590-20-009181
10-Q2019-11-01fiscal Q3 2019401050001564590-19-039227
10-Q2019-08-02fiscal Q2 2019401010001564590-19-028093
10-Q2019-05-03fiscal Q1 201940800001564590-19-015458
10-K2019-03-08fiscal FY 2018371270001564590-19-006884
10-Q2018-11-07fiscal Q3 201837900001564590-18-028036
10-Q2018-08-03fiscal Q2 201836900001564590-18-018993
10-Q2018-05-04fiscal Q1 201831630001564590-18-010787
10-K2018-03-01fiscal FY 2017301010001564590-18-004115
10-Q2017-11-03fiscal Q3 201730760001564590-17-021338
10-Q2017-08-04fiscal Q2 201730760001564590-17-015471
10-Q2017-05-05fiscal Q1 201730620001564590-17-008901
10-K2017-03-02fiscal FY 2016321040001564590-17-003151
10-Q2016-11-03fiscal Q3 201634900001193125-16-758866
10-Q2016-08-05fiscal Q2 201634900001193125-16-672738
10-Q2016-05-06fiscal Q1 201634700001193125-16-581987
10-K2016-03-04fiscal FY 2015391460001193125-16-493372
10-Q2015-11-06fiscal Q3 201535910001193125-15-370162
10-Q2015-08-07fiscal Q2 201535930001193125-15-283057
10-Q2015-05-08fiscal Q1 201535710001193125-15-179549
10-K2015-03-13fiscal FY 2014391390001193125-15-091170
10-Q2014-11-07fiscal Q3 2014381010001193125-14-403308
10-Q2014-08-08fiscal Q2 2014381010001193125-14-303108

Inspect the source

Entity
ASPEN AEROGELS, INC. / CIK 0001145986
Captured
2026-09-20T07:42:30.419Z
SEC response SHA-256
87818c38b8e71f990929d388297fd67599f48c4e0501978289bd6a8c24620820

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