Skip to content

Verrica Pharmaceuticals Inc.: filings

Every Verrica Pharmaceuticals Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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 2026401160001660334-26-000025
10-Q2026-05-12fiscal Q1 202639820001660334-26-000014
10-K2026-03-11fiscal FY 202545900001660334-26-000008
10-Q2025-11-14fiscal Q3 2025431250001660334-25-000006
10-Q2025-08-12fiscal Q2 2025441250000950170-25-107358
10-Q2025-05-13fiscal Q1 202541840000950170-25-070452
10-K2025-03-11fiscal FY 202445910000950170-25-037172
10-Q2024-11-05fiscal Q3 2024431250000950170-24-120982
10-Q2024-08-14fiscal Q2 2024431210000950170-24-096669
10-Q2024-05-13fiscal Q1 202443880000950170-24-058208
10-K2024-02-29fiscal FY 202346920000950170-24-022659
10-Q2023-11-09fiscal Q3 2023461330000950170-23-061543
10-Q2023-08-08fiscal Q2 2023401150000950170-23-039375
10-Q2023-05-09fiscal Q1 202339810000950170-23-019169
10-K2023-03-06fiscal FY 202242860000950170-23-006118
10-Q2022-11-07fiscal Q3 2022411220000950170-22-022647
10-Q2022-08-11fiscal Q2 2022411170000950170-22-016660
10-Q2022-05-09fiscal Q1 202236750000950170-22-008242
10-K2022-03-02fiscal FY 202138770000950170-22-002685
10-Q2021-11-12fiscal Q3 202136990000950170-21-004249
10-Q2021-08-10fiscal Q2 202136950001564590-21-042894
10-Q2021-05-07fiscal Q1 202136740001564590-21-025318
10-K2021-03-17fiscal FY 202036740001564590-21-013876
10-Q2020-11-09fiscal Q3 202033950001564590-20-052242
10-Q2020-08-05fiscal Q2 202034880001564590-20-036455
10-Q2020-05-07fiscal Q1 202035710001564590-20-022364
10-K2020-03-13fiscal FY 2019331160001564590-20-010832
10-Q2019-11-06fiscal Q3 201932900001564590-19-041122
10-Q2019-08-07fiscal Q2 201931820001564590-19-030121
10-Q2019-05-07fiscal Q1 201931630001564590-19-016534
10-K2019-03-07fiscal FY 2018311010001564590-19-006800
10-Q2018-11-07fiscal Q3 201827640001564590-18-028111
10-Q2018-08-07fiscal Q2 201825580001193125-18-240959

Inspect the source

Entity
Verrica Pharmaceuticals Inc. / CIK 0001660334
Captured
2026-09-21T17:23:55.666Z
SEC response SHA-256
6beecb7e5e9ec42164512d13952b7c46a3974532ad5360a386c3a54cd53ea9d0

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