Skip to content

NEXGEL, INC.: filings

Every NEXGEL, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-17fiscal Q2 2026491300001493152-26-038555
10-Q2026-05-14fiscal Q1 202650980001493152-26-023207
10-K2026-03-31fiscal FY 202550980001493152-26-014377
10-Q2025-11-12fiscal Q3 2025511370001493152-25-021738
10-Q2025-08-12fiscal Q2 2025491290001641172-25-023236
10-Q2025-05-13fiscal Q1 202549950001641172-25-009988
10-K2025-03-27fiscal FY 202450980001641172-25-000937
10-Q2024-11-13fiscal Q3 2024521410001493152-24-045213
10-Q2024-08-19fiscal Q2 2024511350001493152-24-032936
10-Q2024-05-13fiscal Q1 2024511000001493152-24-018950
10-K2024-04-10fiscal FY 2023511000001493152-24-014127
10-Q2023-11-13fiscal Q3 2023491340001493152-23-040625
10-Q2023-08-14fiscal Q2 2023481290001493152-23-028564
10-Q2023-05-15fiscal Q1 202347920001493152-23-017348
10-K2023-03-28fiscal FY 202245870001493152-23-009190
10-Q2022-11-08fiscal Q3 2022461240001493152-22-030997
10-Q2022-08-10fiscal Q2 2022461230001493152-22-021911
10-Q2022-05-13fiscal Q1 2022511030001410578-22-001396
10-K2022-03-21fiscal FY 202150970001410578-22-000442
10-Q2021-11-10fiscal Q3 2021501350001104659-21-136891
10-Q2021-08-16fiscal Q2 2021511320001104659-21-106229
10-Q2021-05-17fiscal Q1 2021511040001104659-21-067614
10-K2021-03-31fiscal FY 202049980001104659-21-044842
10-Q2020-11-16fiscal Q3 2020471250001104659-20-125708
10-Q2020-08-14fiscal Q2 2020471250001104659-20-095502
10-Q2020-05-14fiscal Q1 202045940001104659-20-061272
10-K/A2020-04-03fiscal FY 201942850001104659-20-043077
10-K2020-03-30fiscal FY 201942850001104659-20-040587
10-Q2020-01-28fiscal Q3 2019441200001104659-20-007578
10-Q2019-09-09fiscal Q2 201835870001144204-19-043972

Inspect the source

Entity
NEXGEL, INC. / CIK 0001468929
Captured
2026-09-20T09:07:14.085Z
SEC response SHA-256
feeb4cee20995e0145d0c39384e8de1ee7dac0abb49938e7df1c2097272322fe

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